@import url("/fileadmin/template/media.css"); 

body{
	background:url(/fileadmin/template/bg.jpg); 
    background-repeat: no-repeat;
    background-attachment:fixed;
    height:100%;
}

a:hover {color:#58585a;text-decoration:none;}
a:link{color:#999999;text-decoration:none;}
a:active {color:#999999;text-decoration:none;}
a:visited {color:#999999;text-decoration:none;}

.csc-mailform-field {color:#58585a;text-decoration:none;font-family:verdana, sans serif; font-size: 9pt;}


#container {         
	height:auto;
	width:707px;
	margin-left: auto; 
	margin-right:auto;     
}

#menu_top {  
	padding-right: 30px;
	padding-top:20px;
	background:url(/fileadmin/template/menu_top.png) no-repeat;
	height:18px;
	width: 677px;
	overflow:hidden;
	text-align: right;
	font-size:10pt;color:#9c9e9f;
	font-family:Verdana,sans-serif;
	font-weight:bold;                
}


#logo {  
	float:left;
	text-align:left;   
	background:url(/fileadmin/template/logo.png) no-repeat;
	height:49px;
	width: 243px;
	overflow:hidden;
}



#logo_rechts {
	float:left;
	background:url(/fileadmin/template/oben_rechts.png) no-repeat;;
	width: 464px;
	height:49px;
	overflow:hidden;
	text-align:left;         
}

#menu_haupt { 
	padding-left: 20px;
	clear:both;       
	height:65px;
	width:687px;
	background:url(/fileadmin/template/menu_haupt.png) no-repeat;
	overflow:hidden;
	text-align: left;
	font-size:10pt;
	color:#9c9e9f;
	font-family:Verdana,sans-serif;
	font-weight:bold;
}

 


#content_top { 
	padding-top: 4px;
	padding-left: 100px;    
	height: 22px;
	width: 607px;
	background:url(/fileadmin/template/content_top.png) no-repeat;
	text-align: left;
}

#content_haupt { 
	padding-left: 100px;
	padding-right: 147px; 
	text-align:left;
	width: 460px;
	min-height:230px;
	height:auto;
	background:url(/fileadmin/template/content_haupt.png) repeat-y;                
}

#content_footer { 
	padding-right: 137px;  
	padding-top:10px;    
 	text-align:right;        
	height:26px;
	width:570px;
	background:url(/fileadmin/template/content_footer.png) no-repeat;
	color:#9c9e9f;
	text-decoration:none;
	font-family:verdana,sans-serif;
	font-size:8pt;
}

#content_2_3 { 
	padding-left: 100px;
	padding-right:137px;
	width: 470px;           
	height:105px;
	background:url(/fileadmin/template/content_2_3.png) repeat-y;                
}

#content_2 {
	padding-right:10px;       
	float: left; 
	text-align: left;  
	width: 225px;
	height:105px;                          
}

#content_3 { 
	padding-left:10px;          
	float: left;
	text-align: left;    
	width: 225px;
	height:105px;                          
}

#footer {  
	padding-right: 20px;
	width: 687px;
	height:31px;
	text-align:right;
	background:url(/fileadmin/template/footer.png) no-repeat; 
	font-size:8pt;
	color:#9c9e9f;
	font-family:Verdana,sans-serif;
	font-weight:bold;               
}

input,  text, textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: right;
  width: 300px; /* Breite.*/
}

select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: auto;
}

label { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 150px;
  height: 25px;
}


input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}


.csc-mailform { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
.csc-mailform-field{ /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}


#mailform fieldset {
  width:450px;
   border:none;
}






