html, body
{

background-color: #A1EA67;
font-family: Comic, Arial, Verdana, sans-serif;

}

html
{
    height: 101%;
}

h1, h2, h4 
{

color: blue;

}

h5
{
   color: #008000;
}


a
{
    
text-decoration: none;
color: blue;
font-weight: bold;

}


#kopf 
{

line-height: 115%;
border-bottom: 1px solid #222;
padding-bottom: 20px;
margin-bottom: 10px; 
clear: both;


}





#logo
{
    
float:left;

}


#name
{

margin-right: 30px;

}



#wrapper
{

width: 960px;
margin: auto;
padding: 20px;
line-height: 140%;
background-color: #C7F7AD;    
    
}




#hauptmenue
{
    
width: 240px;

margin-right: 60px;
float: left;
    
}


#hauptmenue ul
{
    
list-style: none;
padding: 0;

}


#hauptmenue ul ul
{
    
font-size: 0.8em;
padding-left: 15px;

}


#hauptmenue a:hover
{
    
color: black;
font-weight: bolder;

}


.teaser
{
font-weight: bold;
}

.preis
{
font-weight: bold;
}



#eigenschaften
{
font-weight: bold;
color: blue;
    
    
    
}




#fusszeile
{

clear: both;


}


#fusszeile p
{

text-align: center;

}


