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

body{
 background:#c0c0c0;
 font:.8em "trebuchet ms", arial, sans-serif;
 text-align:center;
 color: #9b9b9c;
}
p { margin: 0 0 15px 0}

/* Formatierungen Layout (grob) */

img {border: 0;}

ul{padding-left: 30px;}
#seite{
 min-height: 600px;
 background:#f5f5f6 url(../pics/hintergrund.gif) repeat-y;
 margin:0 auto;

 text-align:left;
width:900px;

 
}

#oben{
 background:#f5f5f6 url(../pics/header.jpg);
 clear:both;
 height:183px;
 width:900px;
 
}

#links{
 float:left;
 width:224px;
 

}
#content{
	padding: 0 20px 0 15px;
	text-align: justify;
	
}

#rechts{
 float:left;
 width:676px;
 
}

#unten{
 clear:both;
 width:900px;
 text-align: center;
 
}

/* Formatierungen Navigationsleiste */
#navigation{

	text-align: right;
 	width:200px;
 	font-size: 1.3em;

}



#navigation a{
 text-decoration:none;
 color: #9b9b9c;

}

#navigation a:hover{
 text-decoration:none;
}



/* Sonstige Formatierungen */
.titel{
 float:right;
 width:50px;
}

.titel img{
 border:0
}



/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6{
 color:#9b9b9c;
 font-size:1.5em;
 letter-spacing:0.01em;
 margin: 0 0 15px 0
}


h3{font-size: 1.0em}
h2{font-size: 1.1em}
#links p{
 text-align:justify
}

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



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

a:hover{
 text-decoration:none
}


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

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