@charset "iso-8859-1";
/* CSS Document */
* {margin: 0; padding: 0;}

h1, h2, h4, h5, h6, p {
	padding-bottom: 0.8em;
}

h1 {
	font-size: 1.9em;
	color: #c30000;
	font-style: italic;
}

h2 {
	font-size: 1.4em;
	color: #c30000;
}

h3 {
	font-size: 1.1em;
	color: #c30000;
}

a, a:visited {
	color: navy;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#wrapper {
	position: absolute;
	top: 50%;
	margin-top: -285px;
	left: 50%;
	margin-left: -485px;
	border:#000;
	color: black;
	background-color: #FFF;
	width: 970px;
	height: 570px;
	
}

#head {
	background-image: url(../images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 90px;
}

#menu1 {
	padding: 70px 0 0 250px;

}

#menu1 ul {
	list-style-type: none;
}

.menu1_level1 {
	display: block;
	letter-spacing: 2px;
	width: auto;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.menu1_level1 a, .menu1_level1 a:visited {
	color: #747474;
	text-decoration: none;
}

.menu1_level1 a:hover {
	color: #C30000;
}

.menu1_level1_act {
	display: block;
	letter-spacing: 2px;
	width: auto;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	color: #C30000;
	text-decoration: none;
}

#content_navi {
	height: 440px;
	width: 194px;
	background-color: #d7d7d7;float: left;
}

#menu2 {
	position:absolute;
	padding: 0px 0 0 0px;
	width: 194px;
	z-index: 2;
	left: 0px;
	top: 125px;
}

#menu2 ul {
	list-style-type: none; 
}

.menu2_level1 {
	letter-spacing: 1px;
	background-image: url(../images/linie.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px;
	padding-top: 1px;
}

.menu2_level1 a, .menu2_level1 a:visited {
	color: #747474;
	text-decoration: none;
	padding-left: 20px;
}

.menu2_level1 a:hover {
	color: #000;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.menu2_level1_act {
	letter-spacing: 1px;
	background-image: url(../images/linie.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px;
	padding-top: 1px;	
}

.menu2_level1_act a, .menu2_level1_act a:visited {
	color: #000;
	text-decoration: none;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.menu2_level2 {
	letter-spacing: 1px;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 12px;
}

.menu2_level2 a, .menu2_level2 a:visited {
	background-image: none;
	color: #888;
	text-decoration: none;
	padding-left: 20px;
}

.menu2_level2 a:hover {
	color: #000;
}

.menu2_level2_act {
	letter-spacing: 1px;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 12px;
}

.menu2_level2_act a, .menu2_level2_act a:visited {
	background-image: none;
	color: #c30000;
	text-decoration: none;
	padding-left: 20px;
}

#zeiten {
	position:absolute;
	font-size: 0.8em;
	letter-spacing: 1px;
	padding: 340px 0 0 20px;
	z-index: 1;
	left: 0px;
	top: 90px;
}

#main_content {
	float: right;
	height: 440px;
	width: 776px;
	background-color: #fff;
}

#text {
	padding: 30px;
	overflow: auto;
	height: 380px;
}

#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 970px;
	height: 38px;
}

#footer_text {
	font-size: 0.9em;
	padding: 10px 0 0 200px;
	color: #8a8a8a;
}

#footer_text a, #footer_text a:visited {
	color: #8a8a8a;
}

fieldset {
	border: none;
}

label {
font-weight: bold;
display: block;
padding-top: 10px;
}
