html {
padding:0px;
margin:0px;
/*background-color: #ffffff;     bringt nichts, da von Setup übersteuert */
}


body, textarea, input, select, h2, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.73em;                                                 
color: #333333;
/*background-color: #ffffff;                              weiss */
margin: 0px;    
padding: 0px; 
}


ul, li {
font-size: 1.0em;
margin-bottom: 3px;
margin-left: 9px;
padding-left: 10px;
}

p {
margin: 0px;
padding: 10px 10px 3px 10px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
color: #669934;
padding: 20px 0px 20px 10px;
margin: 0px;
}

ul, li {
font-size: 1.0em;
margin-bottom: 3px;
margin-left: 9px;
padding-left: 0px;
}

#box {
position: absolute; 
top: 30px;
left: 30px;
width: 800px;
height: 580px;
background-color: #ffffff;
border-top: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid black;
}


#header {
position: absolute;
top: 0px;
left: 0px;
width: 800px;
height: 70px;
z-index: 0;
background-color: transparent;
}

#logo {
position: absolute;
top: 73px;
left: 0px;
width: 125px;
height: 110px;

background-color: transparent;
}


#headerbild {
position: absolute;
top: 73px;
left: 125px;
width: 675px; 
height: 110px; 
z-index: 10;
background-color: transparent;
}


  
#navi {
position: absolute; 
top: 186px;
left: 0px;
width: 800px;
height: 25px;
z-index: 10;
background-color: #669934;

}


#content {
position: absolute;
top: 211px;
left: 0px;
width: 550px;
height: 369px;
border-right: 1px solid black; 

}


#contentbild {
position: absolute; 
height: 360px; 
width: 250px; 
background-color: transparent;
top: 280px; 
left: 550px; 
z-index: 20;
margin: 0px;
}

 
.clr {
clear:both;
}



/*------------------------------------------------------------------------
classes
------------------------------------------------------------------------*/

.navi {
font-size: 100%;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
font-weight: bold;
color: #ffffff;
text-decoration: none;

}    


/* ----------------------------------------------------------------------
definitionen fuer navi-links
-------------------------------------------------------------------------*/

#navi a,a:link {
font-size: 110%;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;                         /*Hauptnavigation*/
font-weight: bold;
color: #ffffff;
text-decoration: none;
}    

#navi a:visited {}
#navi a:hover {color: yellow;}                                                          
#navi a:active {color: yellow;}






/* ----------------------------------------------------------------------
definitionen fuer textlinks im layer content
-------------------------------------------------------------------------*/

#content a,a:link {
font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #669934; /*grün*/
font-weight: bold;
text-decoration: none;
margin: 0px;
padding: 0px 0px 3px 0px;
}    

#content a:visited {}
#content a:hover {color: black;}  
#content a:active {}




