* { padding: 0; margin: 0; } /* Alle Abstände im Browser auf Null setzten */
html {height: 101%; } /* Erzwingt Scrollbar im Firefox */

/* Patch zur Zentrierung */
body { text-align: center; }
#wrapper { text-align: left; }
#footer { text-align: left; }

#startseite { 
   background-color: white; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}


#wrapper {  
   background: white url(images/wrapper_bg.gif) repeat-y;
   width: 1000px; 
   margin-top: 10px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;
   border: 1px solid silver;
}

#kopfbereich {
   position: relative;
   background-color: white;
   width: 1000px;
   height: 114px;
}
  
   
#navibereich { 
   float: left; 
   width: 150px;
   height: 450px; 
   padding-top: 20px;
} 

/* für IE6 */
* html #navibereich { width: 144px; }

 
#textbereich {
   float: right; 
   width: 850px;  
}

/* für IE6 */
* html #textbereich { width: 844px; }

  
#text01 { 
   float: left; 
   width: 550px;
   padding: 20px 10px 20px 60px;
}


#text02 {  
   float: right;  
   width: 140px; 
   padding-top: 23px;
   padding-left: 10px;
}

   
#fussclear {
   clear: both; 
   background-color: white;
}


#footer {
   position: relative;
   width: 1000px; 
   height: 22px;
   margin-left: auto;
   margin-right: auto;
   border-left: 1px solid silver;
   border-right: 1px solid silver;
   border-bottom: 1px solid silver;
}


#typo {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 850px;
}


#impress {
   width: 150px;
   margin-left: 850px;
}


#abschluss {
   width: 150px;
   height: 10px;
   background-color: white;
}




a:link {color:#474747;}
a:visited {color:#474747;}
a:focus {color:#474747;}
a:hover {color:#F7460A;}
a:active {color:#474747;}



ul {
	list-style-image:url(images/listenpunkt.gif);
	font:normal 12px Verdana,Helvetica,Arial;
	color: #474747;
	line-height:15px;
}
	

h1 {
	font:normal 13px Verdana,Helvetica,Arial;
	font-weight:bold;
	color:#F7460A;
}


h2 {
	font:normal 13px Verdana,Helvetica,Arial;
	font-weight:bold;
	color:#474747;
}


h3 {
	font:normal 13px Verdana,Helvetica,Arial;
	font-weight:bold;
	color:#474747;
}


h4,h5,h6,div,p,body,html,input,button {
	font:normal 12px Verdana,Helvetica,Arial;
	color:#474747;
	line-height:15px;
}


.csc-mailform {
	border-style: none;
}