/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, br {
padding-bottom: 0.8em;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #073070;
	background-color: #fce2bd;

}

a, a:visited {
	color: #073070;
}

h1 {
	color: #00539b;
	font-size: 1.4em;
	letter-spacing: 2px;
}

h2 {
	color: #00539b;
	font-size: 1.8em;
}

h3 {
	color: #00539b;
	font-size: 1.1em;
	letter-spacing: 2px;
}


#wrapper {
	position: absolute;
	top: 50%;
	margin-top: -285px;
	left: 50%;
	margin-left: -485px;
	width: 970px;
	height: 570px;
	border: 1px solid #666666;
}

#head {
	background-image: url(../images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 137px;
}
#menu2 {
	padding-top: 119px;
	padding-left: 30px;
	
}


#menu2 li {
	display: block;
	float: left;
	list-style-type: none;
	
}
.menu2_level1 {
	padding-right: 20px;
	display: block;
	float: left;
}

.menu2_level1 a, .menu2_level1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	float:left;
}

.menu2_level1 a:hover {
	text-decoration: underline;
}

.menu2_level1_act a, .menu2_level1_act a:visited {
	padding-right: 20px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: underline;
}

#content_menu{ 
	background-image: url(../images/nav.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 268px;
	height: 433px;
	float:left;
}

#menu1 {
	padding-top: 45px;
	padding-left: 30px;
	width: 180px;
}

#menu1 ul {
	list-style-type: none;

}

.menu1_level1 {
	display: block;
	padding-bottom: 15px;

}

.menu1_level1 a, .menu1_level1 a:visited {
	text-decoration: none;
	color: #073070;
}

.menu1_level1 a:hover {
	padding-left: 20px;
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	background-image: url(../images/hover.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	color: #073070;
	width: 160px;
	text-decoration: none;
	padding-bottom: 20px;
}

#adresse {
	width: 230px;
	padding-left: 30px;
	padding-top: 20px;
	color: #427fb5;
}

#content_start {
	background-image: url(../images/content_start.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 702px;
	height: 433px;
	float: right;
}

#start_headline {
	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 2em;
}

#content {
	width: 702px;
	height: 433px;
	float: right;
	background-color: #fff;
}

#content_text {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	width: 602px;
	height: 400px;
	overflow: auto;
}

.bild_vorstand {
	float: right;
	padding-right: 20px;
}


