@charset "UTF-8";

/* importiert "normalisierungs-css" - alle eigenschaften zurücksetzen 
@import url("allback.css");*/




body { 
font-family: "Century Gothic", Arial, Verdana, sans-serif;
font-size: 100.01%;

width: 1000px;
margin: 0 auto; 
        
background-image: url(../bilder/body_background.jpg);
}

div#home {
margin-bottom: 1px;
}


div#header {
background-image: url(../bilder/header_neu.gif);
background-repeat: no-repeat;  
background-color: transparent; 
height: 119px;
}


div#menue {
background-color: #faeed8;
height: 40px;
margin-bottom: 1px;
}


div#maincontent {
background-image: url(../bilder/HG_Tropfen.jpg);
background-repeat: no-repeat;
background-color: #f9ead1;
padding: 40px;
min-height: 600px;
}

div#footer {
background-image: url(../bilder/footer.gif);
background-repeat: no-repeat;  
background-color: transparent; 
height: 50px;     
}


img {
float: right;
}

img.gutschein {
float: none;
border: 1px solid #999999;
}

a.cover img {
float: none;
text-align: left;
border: 1px solid #333333;
margin-right: 10px;
}
