 /*Style-Definition für die Hauptelementealler Seiten*/

 body
 {
 	background-color: #729dd2;
	background-image:url(pic/bg_screen.jpg);
 	margin: 0px;
 	padding: 0px;
    /*Erzwingen, dass Scrollbalken bzw, ein entsprechender Abstand rechts immer gesetzt wird*/
    min-height:1000px;
 }

 #wrapper
 {
 	width: 828px;
 	margin: 20px auto;
 	border: 5px solid #d30227;
 	background: url(image/nav_bg.gif) repeat-y;
 	background-color: #FFF; color: black;
 }

 #container
 {
 	background: url(image/nav_bg.gif) repeat-y;
 	width: 828px;
 	height: 101%;
 	margin: 0 0 0 0;
 	display: inline;
}


 #leftmenu
 {
 	width: 203px;
 	height: 100%;
 	background: url(image/nav_bg.gif) repeat 0 0;
 	float: left;
 	font-family: verdana, arial, helvetica;
 	font-size: 1em;
 	line-height: 30px;
 }


 /*Style-Definition für Header, Footer, Leiste*/
 #header, #footer, #leiste { clear: both; }

 #header { background: url(pic/logo_neu.jpg); height: 144px;background-repeat: no-repeat;background-position: 0 0; }

 #leiste { padding: 0 0 0 0; background-color: #d30227; margin-left: 0; border-top: 1px solid #999; border-bottom: 1px solid #999; height: 23px; line-height: 0; }

 #footer { background: white url(image/nav_bg.gif) repeat-y; height: 72px; padding-top: 50px;}

 #footerleiste { line-height: 0; margin: 20px 0 0 20px; }

 #footerleiste p { display: inline; font-family: Verdana, Helvetica, sans-serif; font-size: 0.8em; vertical-align: bottom; }

 #footerleiste a { color: black; text-decoration: none; }

 #footerleiste a:hover { color: #d30227; }
 


 /*Überschriften*/
 /*Seitentitel*/
 h1 { font-family: Verdana, Helvetica, sans-serif; font-size: 1.4em; font-weight: bold; line-height: 2em; color: #d30227; }
 /*Thema schwarz*/
 h2 { font-family: Verdana, Helvetica, sans-serif; font-size: 1.1em; font-weight: bold; line-height: 2em; color: black; margin: 40px 0 0 0; }
 /*Thema rot*/
 h3 { font-family: Verdana, Helvetica, sans-serif; font-size: 1.1em; font-weight: bold; line-height: 2em; color: #d30227; margin: 40px 0 0 0; }
 /*Absatzueberschrift rot*/
 h4 { font-family: Verdana, Helvetica, sans-serif; font-size: 1em; font-weight: bold; line-height: 1.5em; color: #d30227; margin-bottom: 25px; } 
 /*Absatzueberschrift schwarz*/
 h5 { font-family: Verdana, Helvetica, sans-serif; font-size: 1em; font-weight: bold; line-height: 1.5em; color: black; margin-bottom: 25px; } 
 
/* Linien*/
 hr {  border: 0;   width: 100%;  color: #d30227; background-color: #d30227; height: 1px; margin-bottom: 0px; margin-top: 0px;}
