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

html { height: 101% }

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

body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #4a2b14;
	background-color: #4a2b14;
	background-repeat: repeat;
}



h1 {
	font-size: 3.2em;
	font-weight: normal; 
	padding-bottom: 0px;
}

h2 {
	font-size: 1.1em;
	
}

a {
	color: #4a2b14;
}

a img {
	border: 0;
}

#wrapper2 {
	position: absolute;
	left: 50%;
	margin-left: -485px;
	top:50%;
   margin-top:-300px;
	width: 970px;
}
#wrapper {
	background-image: url(../images/content.gif);
	background-position: top;
	background-repeat: repeat-y;
	/*margin: 0px auto 0px auto;*/
	width: 970px;
	float: left;
	min-height: 570px;
}




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

#menu1 {
	margin-top: 5px;
	width: 213px;
	float: left;
}

#menu1 ul {
	list-style-type: none;
	letter-spacing: 1px;
}

.menu1_level1 a, .menu1_level1 a:visited {
	text-decoration: none;
	display: block;
	padding-top: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-left: 20px;	
}

.menu1_level1 a:hover {
	background-color: #774e31;
	color: #fff;
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	text-decoration: none;
	display: block;
	padding-top: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #774e31;
	color: #fff;
	font-style: italic;
}

.menu1_level2 a, .menu1_level2 a:visited {
	background-color: #c9d9e3;
	padding-left: 50px;
	color: #4a2b14;
}

.menu1_level2 a:hover {
	background-color: #774e31;
	color: #fff;
}

.menu1_level2_act a,.menu1_level2_act a:visited {
	background-color: #774e31;
	color: #fff;
	padding-left: 50px;
}

#content {
	background-image: url(../images/start_bild.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: right;
	width: 756px;
	height: 418px;
}



#box_left_text {
	float: left;
	margin-top: 80px;
	padding-left: 30px;
	width: 260px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
}

#box_right_pic {
	float: right;
	margin-top: 10px;
	padding-right: 10px;
	width: 380px;
}

#footer {
	clear: both;
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 53px;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	line-height:20px;
}


