@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p, br {
	padding-bottom: 0.8em;
}

html {height: 101%;}

h1 {
	font-size: 1.5em;
	color: #003882;
	line-height: 1.6em;
}

a, a:visited {
	color: #003882;
}

body {	
	background-color: #4c73a7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003882;
}

#wrapper {
	margin: 20px auto;
	width: 980px;
	background-image:url(../images/content.jpg);
	background-repeat:repeat-y;
	background-position: top;
}

#head {
	background-image: url(../images/head1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 165px;
	width: 980px;
}

#left {
	width: 231px;
	min-height:547px;
	height:auto !important;  /* für moderne Browser */
  	height:547px;  /*für den IE */
	float: left;
}

ul {
	margin: 30px 10px 10px 30px;
	list-style-type: none;
}
.menue1_level1 a, menue1_level1 a:visited {
	text-decoration: none;
	color: #003882;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding-bottom: 10px;
	display: block;
	width: 200px;
}

.menue1_level1 a:hover {	
	font-style:italic;
	outline: none;
}

.menue1_level1_act a, menue1_level1_act a:visited {
	text-decoration: none;
	color: #003882;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 10px;
	display: block;
	width: 200px;
}

.menue1_level2 a, menue1_level2 a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-left: 20px;
	display: block;
	width: 180px;
}

.menue1_level2 a:hover {	
	font-style:italic;
	outline: none;
}

.menue1_level2_act a, menue1_level2_act a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-left: 20px;
	display: block;
	width: 180px;
	
}

#anschrift_bg {
	background-image: url(../images/bg_anschrift.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 231px;
	height: 160px;
}

#anschrift {
	padding:15px 30px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

#content {
	padding: 25px 30px 10px 15px;
	width: 690px;
	float: right;
	line-height: 1.6em;
}

.hervorgehoben {
	width: 670px;
	background-color: #c9d5e5;
	border-top: 3px solid #7996bd;
	border-bottom: 3px solid #7996bd;
	padding:8px;
}

.bild_rechts {
	float: right;
	margin: 5px 5px 5px 10px;
}

.bild_links {
	float: left;
	margin: 5px 10px 5px 0px;
}

#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	width: 980px;
}

#oeffnung {
	padding: 3px 0 0 240px;
	font-size: 1.1em;
	color: #fff;
}


