

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	
	font-size: 10px;
	color: #346086;
	background: #F4F4F4;
	font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
}

h1, h2 {
	margin-bottom: 1.5em;

}

h2{
	font-size: 2em;
}

h1 {
	font-size:2.8em;
}

h3 {
	
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}


a {
	color: #346086;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

a:hover {
	text-decoration: none;
	/*font-size: 1.2em; /*font-weight: bold;*/
	color: #B82837;
}
a.aktiv{
	color: #B82837;
}
p {
	margin-bottom: 1.5em;
	
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-right: 20px;
}
/* Banner */


#banner {
	width: 960px;
	margin: 25px auto 0;
	padding: 8px 0;
	height: 160px;
}

.infotext{
	font-size: 1.2em;
	line-height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: url(bilder/menu_oben-blass.jpg) no-repeat;

}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: 62px;
}

#menu li {
	float: left;
	padding: 0 15px 0 15px;
	
}



#menu a {
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
#menu a.aktiv{
		color: #B82837;
}
#menu a:hover {
	text-decoration: none;
	font-size: 1.4em; 
	color: #B82837;
}

/* Page */

#page {

	width: 960px;
	margin: 0 auto; 
	/*padding: 45px 0px 0px 0px;*/
	/*min-height: 400px;*/
	min-height: 451px;
}
#startpage {
	width: 960px;
	margin: 0 auto ;
	/*padding: 45px 0px 0px 0px;*/
	min-height: 451px;

}


/* Content */

#content {
	float: left;
	width: 600px;
	margin-top: 45px;
	/*min-height: 450px;*/
	padding-right: 25px;
	overflow: auto;
}


#content p {
	font-size: 1.4em;
}

#content p.infotext{
	font-size: 1.1em;
	line-height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

#content li{
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#bild { float: left;
margin: 0 20px 20px 0;
	
}
.bild {float: left;
margin: 0 20px 20px 0;
	
	
}

#text{ margin-left: 250px;
}

.untermenue{
	font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;

	float: right;
	border-left: 3px solid Black;
	margin: 0;
}
/*Menue Rechts*/
#rechts {
	float: right;
	width: 220px;
	height: 350px; /*position: relative;*/
	overflow: hidden;
	line-height: 250%;
	margin-top: 60px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(bilder/menue_seite.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1.1em;
	display: table;
	position: static;
	
}
#mitte ul{
	list-style: none;
	margin: 0 1em 0 1em;
}
#mitte li{
	border-bottom: 1px solid #346086;
}
#rechts li.start{
margin-top: 30px;
 border: none;
	
}
#rechts a:hover{
	color: #B82837;
}

/*#rechts[id] {display: table; position: static;}*/
	#innen {
	position: absolute;
	top: 50%;
	
} /* for explorer only*/
	
		#innen[id] {display: table-cell; vertical-align: middle; position: static;}
		
		#mitte {
	position: relative; /*top: -50%;*/

} /* for explorer only */
		/* optional: #inner[id] {position: static;} */
#rechts.start{
	background: transparent; 

}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	background: url(bilder/menu_unten_blass.jpg) no-repeat;
	margin: 30px auto;

}

#footer ul {
	/*padding: 0 0 0 30px;*/
	list-style: none;
	line-height: 50px;
	
}

#footer li {
	float: left;
	padding: 0 20px 0 22px;

}

#footer li.first {
	background: none;
}

#footer a {
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	}
	
#footer a:hover{
color: #B82837;
	
}
#footer a.aktiv{
	color: #B82837;
}

.infoboxlinks{
float: left;
margin-top: 30px;
font-size: 1.1em;
line-height: 18px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 460px;
}
.infoboxrechts{
float: right;
margin-top: 30px;
font-size: 1.1em;
line-height: 18px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 460px;
}


ul.infotext{
	list-style: none;
	font-size: 1em;
}
