body {
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: 505050;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(bilder/Hintergrund_Leiste.jpg);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	display: inline;
}
.menu a, .menu a:link, .menu a:visited {
	display: block;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	float: left;
	text-decoration: none;
	background-image: url(bilder/Hintergrund_Menu.jpg);
	background-repeat: no-repeat;
	width: 113px;
	height: 32px;
	line-height: 32px;
	padding: 0px;
	margin: 0px;
}
/* aktiver Hauptmenue Punkt*/
.menu-current a, .menu-current a:link, .menu-current a:visited, .menu-parent a, .menu-parent a:link, .menu-parent a:visited {
	color: #E6001E;
	text-decoration: none;
	background-image: url(bilder/Hintergrund_Menu_select.jpg);
	background-repeat: no-repeat;
}
/* normale Hauptmenuepunkte - Maus drueber und wenn Untermenue aktiv */
.menu a:hover {
	background-image: url(bilder/Hintergrund_Menu_hover.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
/* aktive Hauptmenue Punkte - Maus drueber */
.menu-current a:hover, .menu-parent a:hover {
	background-image: url(bilder/Hintergrund_Menu_select.jpg);
	background-repeat: no-repeat;
	color: #E6001E;
	text-decoration: none;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF0EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6001E;
}
.submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.submenu li {
	display: inline;
}
.submenu a, .submenu a:link, .submenu a:visited {
	display: block;
	color: #505050;
	text-align: center;
	vertical-align: middle;
	float: left;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
	margin: 0px;
	background-color: #FFF0EB;
	padding-right: 18px;
	padding-left: 18px;
}
/* aktiver Hauptmenue Punkt*/
.submenu ul .menu-current a, .submenu ul .menu-current a:link, .submenu ul .menu-current a:visited, .submenu ul .menu-parent a, .submenu ul .menu-parent a:link, .submenu ul .menu-parent a:visited {
	color: #E6001E;
	text-decoration: none;
	background-image: url(bilder/Hintergrund_Submenu_select.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* normale Hauptmenuepunkte - Maus drueber und wenn Untermenue aktiv */
.submenu ul a:hover {
	background-image: url(bilder/Hintergrund_Submenu_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #505050;
	text-decoration: none;
}
/* aktive Hauptmenue Punkte - Maus drueber */
.submenu ul .menu-current a:hover, .submenu ul .menu-parent a:hover {
	background-image: url(bilder/Hintergrund_Submenu_select.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #E6001E;
	text-decoration: none;
}
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #505050;
	text-decoration: none;
	background-color: #FFF0EB;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
	vertical-align: top;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #505050;
	text-decoration: none;
	background-color: #F5F5F5;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 20px;
	vertical-align: top;
}
.leiste {
	background-image: url(bilder/Hintergrund_Leiste.jpg);
	background-repeat: repeat-x;
}
.bild {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6001E;
}
.linietop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6001E;
}
.liniebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6001E;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
}
.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	text-align: right;
}
a:link {
	color: #505050;
	text-decoration: underline;
}
a:visited {
	color: #505050;
	text-decoration: underline;
}
a:hover {
	color: #E6001E;
	text-decoration: underline;
}
a:active {
	color: #505050;
	text-decoration: underline;
}
