h1{    
font-family: Arial;   
font-size: 15pt;   
font-weight:bold;   
}

h2{   
font-family: Arial;    
font-size: 12pt;  
}

h3{    
font-family: Arial;    
font-size: 12pt;
}

body{   
background-color:#fff; 
background:#fff;  
font-family: Arial;  
font-size: 10pt; 
width: 650px;
}

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

a:visited{ 
color:black;
text-decoration:none;
}

a:hover{ 
color:black;
text-decoration:none;
}

a:active{
color:black;
text-decoration:none;
}

#top{
width:680px;
height:100px;
float:left;
border-bottom:1px dashed  black;
margin-bottom:20px;
}



#daten{ 
height:75px;
width:520px;
float:left;
font-family:Arial; 


}

#logo{
width:140px;
height:75px;
float:left;

}

#content { 
width:680px;
float:left;
}

#footer{
float:left;
width:680px; 
font-family:Arial;
font-weight:10px;
text-align:center;
margin-top:30px;
padding-top:5px;
border-top:1px dashed  black;
}

.csc-textpic {
border-bottom:1px dashed  black;
margin-bottom:30px;
float:left;
width:680px;
}


