/* CSS Document */

html {  height: 100% }
body {
        min-height: 101%;
                        /* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
        font-size: 100.01%;
                        /* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser
                        Fensters geändert wird. */
        position: relative;
		font-size:62.5%; /* 1em entspricht 11px */
		font-family : Arial, Helvetica, sans-serif;
		color:#000000;
		background-color:#7F7F7F;
				}
		*{margin: 0; padding:0;
}
p {
		font-size: 12px;
		line-height:14px
}


h1{
		font-size: 14px;
		color: #E72119;
		


}


h2 {
        font-size: 14px;
		color: #000000;
		padding-bottom:8px;


}
#center{
		position: absolute; 
		width:955px; 
		height:100%; 
		z-index:1; 
		right: 50%; left: 50%; 
		margin-left: -477px; 
		}
#header{
		background-image: url(struwe/images/header.jpg);
		background-repeat:no-repeat;
		height:191px;
		width: 955px;
		margin-top:20px;
}

/*normale links*/
a:visited{
                font-family : Arial, Helvetica, sans-serif;
                              color:#000000;
							 
                              text-decoration:underline;
}
a:link {
                font-family : Arial, Helvetica, sans-serif;
                              color:#000000;
							 
                              text-decoration:underline;
}
a:hover {
                font-family : Arial, Helvetica, sans-serif;
                              color:#E72119;
                              text-decoration:underline;



}

#navi_oben {
		padding-top:170px;
		font-weight:bold;
}

#navi_oben ul {
		list-style-type: none;
		padding-left:251px;
		margin:0;
		font-weight:bold;
}
#navi_oben ul li {
		float:left; 
		text-decoration:none;
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
		

}
#navi_oben ul li a {
		text-decoration:none;
		color:#ffffff;
		font-size: 12pxm;
		font-weight:bold;
}
#navi_oben ul li a:hover{
		 color:#E72119;
		 font-weight:bold;
}
#navi_oben .active0 
{
		color:#E72119;
		font-size:12px;
		font-weight:bold;
}


.strich {
		text-align:center;
		
		color:#ffffff;
}



#spalte_links{
height:610px;
background-color:#CCCCCC;
width:223px;
float:left;
}

#navi_links{
        
        
		background-color:#CCCCCC;
		
		
}

#navi_links ul {
		
		list-style-type: none;
		padding-top:40px;
		margin-bottom: 2px; 
		
		
}

#navi_links ul li{
	    margin-bottom: -1px; 
		
}
#navi_links ul li a {
		font-size:12px;
		width:148px;
		color:#000000;
		text-decoration:none;
		display:block;
		border-bottom: 1px solid #ffffff;
		border-top: 1px solid #ffffff; 
		padding-left:75px;
		padding-top: 5px;
		padding-bottom: 5px;
		}

#navi_links ul li a:hover {
		background-color:#B7B7B7;
		
		}
#navi_links .active {
		background-color:#B7B7B7;
		display:block;
		border-bottom: 1px solid #ffffff;
		border-top: 1px solid #ffffff; 
		padding-left:75px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size:12px;
		color: #E72119;
		
		
}
#content {
		background-color:#FFFFFF;
		background-image:url(struwe/images/hg_struwe.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		min-height:600px;
		height:610px;
		}

#contenttext{
        float:left;
		padding-top:43px;
		padding-left:30px;
		padding-right:35px;
		width:375px;
		
		
		
}

#contentimg{
		float:left;
		width:250px;
		padding-top:81px;
		text-align:center;
		
		
	
}
.csc-bulletlist 
{
padding-left:25px;
font-size:12px;

font-family : Arial, Helvetica, sans-serif;


}
#fusszeile{
		 width:955px;
		 height:16px;
		 background-color:#E72119;
}		 
p.smallfuss {
		 font-size:10px;
		 padding-left:256px;
		 padding-top:1px;
		 color: #FFFFFF;
		}		 
		 
 #mailform {
	padding:0;
	margin:0;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
}

#mailform fieldset {
	padding:0;
	margin:0;
	border:0;
	width:300px;
	/*background-color:yellow;*/
}
#mailform fieldset #mailformanrede {
	width:140px;
	/*background-color:yellow;*/
}
#mailform fieldset #mailformanrede input{
	padding:0;
	margin:0;
	width:20px;
	/*background-color:lime;*/
}
#mailform fieldset legend {
	display:none;
	width:1px;
}
#mailform fieldset label {
	width:70px;
	float:left;
	line-height:10px;
	padding-bottom:5px;
}
#mailform fieldset input,
#mailform fieldset textarea {
	margin-bottom:5px;
	
}

.mf-radio {
	float:left;
}
.mf-text {
	margin-left:70px;
	width:195px;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mf-input {
	width:195px;
}




.csc-mailform-label {
	padding-top:5px;
	padding-bottom:10px;
}

		 
		 
.clear{
		clear:both;
}	 

