/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0;
}
body{
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1.4em;
   color: White;
   font-size: 0.8em;
   background-color: Gray;
}

h1{
   font-size: 1.4em;
   font-style: bold;
}
a:link{
   font-size: 1.2em;
   color: #fff;
}
a:visited{
font-size: 1.2em;
   color: #fff;
}
a:hover{
font-size: 1.2em;
   color: yellow;
}

#container{
   padding: 0;
   margin: 0 auto;
   width: 986px;
   background-color: Black;
   background-image: url(muschipumpen.jpg);
   background-repeat: repeat-x;
}

#wrapper {width: 968px; margin:auto;}


#header {height: 63px;}

#logo {float:left;}

#headerbanner {width:682px; height:73px; background:#581A15; float:right; text-align:right;}

#top {width:100%; height:156px;}

#topcontent {
 color: #45120E;
 width:488px;
 float:left;}

#mail {
   width: 480px;
   height: 156px;
   float: right;
   background: transparent;
}

#content { width:100%;}

#nichelinks { width: 192px; float:left;}

#sites {width: 775px; float:left;}

#sites .site {clear:both; padding-top:16px;}
#sites .site .thumb {
   width: 650px;
   float: left;
   margin-right: 20px;
   margin-top: 20px;

}
#sites .site .description { width: 640px; float:left;
   margin-right: 20px;
   margin-top: 20px;}

#footer {
   width: 100%;
   margin-top: 20px;
   background: Black;
}
#footer .box {
   width: 240px;
   float: left;
   background: Black;
}