 /*Style-Definition für die Hauptelementealler Seiten*/
 
 body
 {
	background-color: #747980;
 	margin: 0px;
 	padding: 0px;
    /*Erzwingen, dass Scrollbalken bzw, ein entsprechender Abstand rechts immer gesetzt wird*/
    min-height:1000px;
 }

 
 #wrapper
 {
 	width: 828px;
 	margin: 0 auto;
 	border: 1px solid #999;
	border-left:1px solid #666;
	border-right:1px solid #666;	
 	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(image/head_logo.gif) repeat-y; height: 85px; }
 
 #header_dshf { background: url(dshf/pic/head_logodshf.gif) repeat-y; height: 100px; } 

 #header_mitglieder { background: url(pic/head_mitglieder.jpg) repeat-y; height: 100px; } 

 #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: 18px; 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; }
 h1.serif { font-family: Georgia, 'Times New Roman',serif; font-size: 1.7em; 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; }
 h3.serif { font-family:Georgia, 'Times New Roman',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; } 
 h5.serif { font-family: Georgia, 'Times New Roman',serif; font-size: 1.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;}

/*hochgestellt*/
.up {font-size:0.7em; vertical-align:super;line-height:100%; }

/*Zierrahmen*/

#rahmen_grau_dotted 
{ 
margin-left:20px;
float:right;
background-color:#fff;
border:2px dotted #888;
padding:5px;
margin-bottom:10px;
margin-top:10px;
}

#rahmen_rot_dashed 
{ 
margin-left:20px;
width:200px;
float:right;
background-color:#fff;
border:1px dashed #d30227;
padding:5px;
margin-bottom:10px;
margin-top:10px;
}

#rahmen_bg_grau {
padding:5px 2px 5px 7px;
background-color:#e8e8e8;
}

#offscreen
{
    position: absolute;
    left: -99em;
    width: 90em;
    overflow: hidden;
}



 
