body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #EDEDED;
	background-image: url(layout/body_hintergrund.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 954px;
	height: 591px;
	margin: 0px auto;
}
.menu_oben {
	width: 954px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align:right;
	margin-top:10px;
}
.menu_oben a:link, .menu_oben a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.menu_oben a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #E2001A;
}
.menu_oben_active {
	font-weight: bold;
	text-decoration: none;
	color: #E2001A;
}
.menu_oben_active font {
	color: #E2001A;
}
.logo {
	width: 427px;
	height: 159px;
}
.animation_header {
	width: 511px;
	height: 159px;
	margin-top:-159px;
	margin-left:443px;
}
.copyright {
	width: 954px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	margin-top:10px;
}
.hauptmenu {
	width: 954px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align:right;
}
.hauptmenu a:link, .hauptmenu a:visited {
	display:block;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-left:15px;
	padding-right:15px;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
.hauptmenu a:hover {
	display:block;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-left:15px;
	padding-right:15px;
	color: #E2001A;
	background-image: url(layout/menu_pfeil.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	text-align:center;
}
.hauptmenu_active {
	display:block;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-left:15px;
	padding-right:15px;
	background-image: url(layout/menu_pfeil.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	text-align:center;
}
.hauptmenu_active font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E2001A;
}
.inhalt_oben {
	width: 954px;
	height: 49px;
	background-image: url(layout/inhalt_hintergrund_oben.png);
	background-repeat: no-repeat;
	margin-top:36px;
}
.inhalt_mitte {
	width: 954px;
	height:auto;
	min-height:327px;
	background-image: url(layout/inhalt_hintergrund_mitte.png);
	background-repeat: repeat-y;
}
.inhalt_unten {
	width: 954px;
	height: 51px;
	background-image: url(layout/inhalt_hintergrund_unten.png);
	background-repeat: no-repeat;
}
.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:50px;
	padding-right:50px;
	line-height: 16px;
}
.footer {
	width: 954px;
	height: 57px;
	margin-top:14px;
	margin-bottom:14px;
}
.inhalt h1 {
	font-size: 18px;
	line-height: 22px;
	color: #E2001A;
	display:inline;
}
.inhalt h2 {
	font-weight: bold;
	line-height: 26px;
	font-size: 12px;
	display:inline;
}
.inhalt li {
	list-style-image: url(layout/liste.png);
}
.inhalt p {
	display:inline;
}
.inhalt td {
	vertical-align:top;
	text-align:left;
}
.inhalt a:link, .inhalt a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.inhalt a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #E2001A;
	text-align: right;
}

