/* ======= 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: #500051;
}

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: #5D056D;
   background-image: url(transen.jpg);
   background-repeat: repeat-x;
}

#wrapper {width: 968px; margin:auto;}


#header {height: 83px;}

#logo {float:left;}

#headerbanner {width:682px; height:73px; background:#5D056D; float:right; text-align:right;}

#top {width:600px; height:156px;}

#topcontent { width:860px; float:left;}
#huren { width:510px; float:left;}
#video { width:340px; float:left;}

#mail {
   width: 480px;
   height: 156px;
   float: right;
   background: transparent;
}

#content { width:100%;}

#nichelinks { width: 192px; float:left;}

#sites {width: 775px; float:right;}

#sites .site {clear:both; padding-top:16px;}
#sites .site .thumb { width: 270px; float: left;}
#sites .site .description { width: 480px; float:right;}

#footer {
   width: 100%;
   margin-top: 20px;
   

}
#footer .box {
   width: 240px;
   float: left;
   background: #5D056D;
}