@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/* Seitenstruktur */

#plain {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	position: relative;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	overflow: hidden !important;
}

#header_logo {
	background-image: url(images/logo.png);
	height: 100px;
	width: 380px;
	float: left;
}
#content {
	width: 700px;
	float: right;
	background-image: url(images/verlauf.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	padding-bottom: 80px;
	position: relative;
}
#content_oben {
	margin-bottom: 15px;
}
#content_normal {
	float: left;
	width: 430px;
	margin-left: 10px;
}
#content_rechts {
	float: right;
	width: 230px;
	margin-right: 10px;
}
#titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 2em;
	color: #34B8D8;
	height: 40px;
	padding-right: 40px;
	text-align: right;
	background-color: #F5F5F5;
	margin-bottom: 3px;
}
#menu_oben {
	float: left;
	padding-left: 5px;
	padding-right: 20px;
	width: 580px;
	margin-top: 60px;
	text-align: right;
}
#line {
	width: 100%;
	padding-top: 5px;
	color: #333333;
	padding-bottom: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #34B7D8;
	float: left;
}
#menu {
	float: left;
	width: 270px;
	padding-top: 5px;
	position: relative;
}
#untermenu {
	margin: 5px;
	width: 550px;
	float: right;
}



/* Menüelemente */

.menu1:link, .menu1:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.menu1:hover, .menu1:active {
	background-color: #E20F43;
}
.menu1_akt:link, .menu1_akt:visited {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E20F43;
	display: block;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-top: 3px;
}
.menu2:link, .menu2:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E20F43;
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu2:hover, .menu2:active {
	color: #333333;
}
.menu2_akt:link, .menu2_akt:visited {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	background-color: #E20F43;
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Menue Ende */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E20F43;
	color: #E20F43;
	display: block;
}
#footer {
	bottom: 0;
	padding-bottom: 0;
	margin-bottom: 25px;
	position: absolute;
	width: 640px;
	padding-left: 0px;
	left: 300px;
	color: #999999;
}

