*{
 margin:0;
 padding:0;
}

body{
 background:#eee;
 font:.79em "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:740px; padding:0px
}

#top{
 background:#333 url('CSS/banner.jpg'); clear:both;
 height:165px;
 width:740px
}

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

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

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

/* Format Navigation */
#navigation{
 background:#eee url('CSS/top_foot.jpg'); 
 clear:both; 
 float:left;
 width:740px;
 padding:0 0 0 0px
}

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


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

#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:#405060; 
 /*border-bottom:4px solid #405060*/
}

/* 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:#405060;
 font-size:1.4em;
 letter-spacing:0.01em;
 margin:25px 0 0 0
}

#links p{
 text-align:justify
}

#footer p{
 color:#eee;
 font:.6em "trebuchet ms", verdana, sans-serif;
 padding: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:#405060;
 	border-bottom:1px solid #405060  	
}


/* Link-Formateren */
a:link, a:visited, a:active{
 color:#304050;
 text-decoration:underline
}
a:hover{
 text-decoration:none
}


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

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

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

