﻿@import url("layout.css");
body {
	background-position: #C00418;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	background: #C00418;
	font-size: 13px;
}
#container {
	border-right: 0px solid #8c8c8c;
	margin: 10px auto;
	border-bottom: 0px solid #8c8c8c;
	border-left: 0px solid #8c8c8c;
	background-color: #FFFFCC;
	width: 720px;
}
#masthead {
	width: 670px;
	overflow: hidden;
	color: #C00418;
	font-weight: bold;
	font-size: large;
	text-align: left;
	background-color: #FFFFCC;
	margin: 20px 50px 20px 50px;	
}
#navigation {
	border-top: 3px solid #C00418;
	background-color: #FFFFCC;
	padding-bottom: 20px;
}
#LinkeSpalte {
	padding: 30px 20px 0px 45px;
	width: 180px;
	float: left;
	background-color: #FFFFCC;
	position: relative;
	display: inline;
}
#RechteSpalte {
	float: left;
	height: 320px;
	width: 420px;
	overflow: auto;
	padding: 0px 50px 10px 0px;
	position: relative;
	background-color: #FFFFCC;
}
#bilderleiste {
	float: left;
	width: 720px;
	padding: 0px;
	overflow: hidden;
	background-color: #FFFFCC;
	margin: 0px;
	position: relative;
	display: inline;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #C00418;
	color: #000000;
	text-decoration: none;
	font-size: x-small;
	font-weight: normal;
}
/* Mastertitel */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
.clear {
clear: both;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px 8px 5px 8px;
	border: 0px solid #cdc;
}
#navigation a:hover  {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #C00418;
}
#aktuell2  {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #C00418;
}

#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

/* Websitetypografie */
h1 {
	font-size: 30px;
	color: black;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
}
h2 {
	margin: 0px;
	font-size: 22px;
	color: black;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
}
h3 {
	padding: 6px 0px 12px 0px;
	margin: 0px;
	font-size: 18px;
	color: black;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
}

h4 {
	font-size: small;
	color: #c77;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
p {
	font-size: 13px;
	color: black;
}
li {
	font-size: small;
	color: black;
	clip: rect(0px, auto, auto, auto);
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #C00418;
	font-weight: bold;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
