*{
 margin:0;
 padding:0;
}

body{
 background:#660000;
 font:.69em "trebuchet ms", arial, sans-serif;
 color:#555;
 text-align:center;
}


/* Format Layout  */

#main{ background:#333 url('CSS/bg.jpg') repeat-y; 
 margin:0 auto; 
 text-align:left;
 width:780px; padding:0px
}


#links{
 float:left;
 margin:0 0 30px 60px;
 width:460px;
}

#linkstop{
 float:left;
 margin:0 0 30px 60px;
 width:280px;
}

#rechtstop{
 float:right;
 margin:0 100px 30px 0;
 width:280px;
}

#links2{
 float:left;
 margin:0 0 30px 60px;
 width:680px;
}

#rechts{
 float:left;
 margin:0 0 30px 40px;
 width:160px
}

#footer{
 background:#333 url('CSS/top_foot.jpg');
 clear:both;
 height:55px;
 width:780px;
 margin:0 0 0 0px;
 padding:0px 0 0 0 ;
}

/* Format Navigation */

#navigation{
 background:#333 url('CSS/banner.jpg'); 
 clear:both;
 height:180px;
 width:780px
}


/*Top menu*/

#navigation ul{
 padding:145px 0 0px 0px
}

#navigation ul li{
 display:inline;
 margin:0 0px 0 75px
}

#navigation ul li a{
 text-decoration:none;
 /*border-bottom:4px solid #fff;*/
 color:#eee;
 font-size:1.1em; 
 /*font-weight:bold;*/
}

#navigation ul li a:hover{
 text-decoration:none;
 color:#660000; 
 /*border-bottom:4px solid #660000*/
}


/* titel */

.titel{
 float:right;
 width:90px;
 padding:0 60px 0 0
}

.titel img{
 border:0px none; 
}


/* Text-Formateren */

h1, h2, h3, h4, h5, h6{
 border-bottom:1px solid #ccc;
 color:#660000;
 font-size:1.3em;
 letter-spacing:0.01em;
 margin:5px 0 0 0
}

#links p{
 text-align:justify
}

#footer p{
 color:#eee;
 font:.6em "trebuchet ms", verdana, sans-serif;
 padding:16px 0 0 0px;
}

/* Formateren Navigation Rechts */

#rechts ul{
list-style:none;
 margin:0 0 0 0
}

#rechts ul li{
 background:url('CSS/list.jpg') no-repeat;
 display:block;
  margin-left:0px; margin-right:0px; margin-top:0; margin-bottom:0; padding-left:25px; padding-right:0; padding-top:0; padding-bottom:0
}

#rechts ul li a{
 text-decoration:none;
  color:#666;
}

#rechts ul li a:hover{
  	color:#660000;
 	border-bottom:1px solid #660000  	
}


/* Link-Formateren */

a:link, a:visited, a:active{
 color:#660000;
 text-decoration:underline
}
a:hover{
 text-decoration:none
}


#footer a{
 color:#eee;
 text-decoration:none
}

#footer ul{
 margin:16px 0 0 0px
}

#footer ul li{
 display:inline;
 margin:0 0 0 75px
}

#footer a:hover{
 color:#660000;
 text-decoration:none
}

