/* CSS Document */
*{
 margin:0;
 padding:0;

}

body{
	background:#eee;
	text-align:center;
	font-family: "trebuchet ms", arial, sans-serif;
	margin-bottom: 1px;
	border: 1px solid thin;
	
}


/* Formatierungen Layout (grob) */
#seite{
	background:#fff url(hintergrund.jpg) repeat-y;
	text-align:justify;
	width:715px;
	height: 1750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 13px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: small;
	color: #666666;
 }
 
 


#oben{
	clear:both;
	height:5px;
	width:713px;
	background-color: #FF9999 ;
	
	
}

#links{
	float:left;
	width:500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 14px;
	list-style-image: url(bullet.gif);
}

#rechts{
	float:left;
	margin:0 0 40px 40px;
	width:170px;
	text-align: justify;
	font-size:13px;

}

#unten{
	margin: 3px;
	padding: 5px;
	clear: both;
	background-color: #FFFFFF;
	height: 4px;
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: small;
	color: #333333;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

/* Formatierungen Navigationsleiste */
#navigation{
	float: left;
	border-bottom-color: #999999;
	border-bottom-style: inset;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	border-bottom-width: thin;
}

#navigation ul{
}

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

#navigation ul li a{
    display:inline;
	color:#666666;
	font-size:medium;
	font-weight:bold;
	font-family: "Trebuchet MS",sans-serif, Verdana;
}

#navigation ul li a:hover{
     display:inline;
	color:#FFFFFF;
	
}


/* 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:0px 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:#666666;
 font:.85em "trebuchet ms", verdana, sans-serif;
 padding:5px;
}

/* Formatierungen Navigation (Rechte Spalte) */
#rechts ul{
list-style:none;
 margin:0 0 0 0;
 font-weight:normal;
}

#rechts ul li{
 background:url(liste.jpg) no-repeat;
 display:block;
  margin:0 0px 0 0;
 padding:0 0 0 16px;
}

#rechts ul li a{
  color:#666;
  font-weight: normal;
  background-color: #FFFFFF;
  
}

#rechts ul li a:hover{
  color: #FFFFFF;
  background-color: #FF4242;

  
}



/* Link-Formatierungen */
a:link,a:visited,a:active{
	color: #666666;
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-weight: bold;
	text-decoration:none;
}

a:hover{

 color: #FFFFFF;
 background-color: #00B900;
 
}


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

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



  
  

