/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

body{
 background:#eee;
 font:.8em "verdana", arial, sans-serif;
 text-align:center;
}


/* Formatierungen Layout */
#seite{
 background:#fff url(bilder/hintergrund.jpg) repeat-y;
 margin:0 auto;
 padding:10px 10px 5px 13px;
 text-align:left;
 width:900px
}

#oben{
 background:#fff url(bilder/bild.jpg);
 clear:both;
 height:269px;
 width:900px;
 align:center;

}

#links{
 float:left;
 margin:0 0 20px 0;
 width:500px;
}

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

#unten{
 background:#ffffff;
 clear:both;
 width:900px
}


/* Sonstige Formatierungen */
.titel{
 float:right;
 width:90px;
 padding:0 10px 0 0
}

.titel img{
 border:0
}



/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6{
 border-bottom:1px solid #ccc;
 color:#666;
 font-size:1.5em;
 letter-spacing:0.01em;
 margin:25px 0 0 0
}

#links p{
 text-align:justify
}

#unten p{
 color:#eee;
 font:.85em "verdana", verdana, sans-serif;
 padding:5px;
}

/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#666661;
 text-decoration:none
}

a:hover{
 text-decoration:none
}


#unten a{
 color:#fff;
 text-decoration:underline
}

#unten a:hover{
 text-decoration:none
}

