/* CSS-Datei zur Vorlage "http://wwww.css-vorlagen.de/templates/mohnblume/ */
/* Diese Datei darf frei verwendet und angepasst werden, unterliegt jedoch der http://creativecommons.org/licenses/by/2.0/ */


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

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


/* Formatierungen Layout (grob) */
#seite{
	background: #F9DC95 url(hintergrund.jpg) repeat-y;
	margin: 0 auto;
	padding: 10px 10px 5px 15px;
	text-align: left;
	width: 800px;
}

#oben{
 background:#FBD067;
 margin:0px 0px 0px 6px;
 clear:both;
 height:222px;
 width:785px;
}

#links{
	float: left;
	margin: 0 0 0px 0;
	width: 205px;
	height:450px;
	background: #F9DC95;
	background: #F9DC95 url(bilder/bg_teil.jpg) repeat-y;
 background-attachment: fixed;
}

#rechts{
 float:left;
 margin:5px 0 0px 3px;
 width:785px;
 height:590px;
 background: #F9DC95 url(bilder/bg02.jpg);
 background-attachment: fixed;
}
#rechts_index{
 float:left;
 margin:5px 0 0px 3px;
 width:785px;
 height:590px;
 background: #F9DC95 url(bilder/index.jpg) repeat-y;
 background-attachment: fixed;
}

#unten{
	background: #FBD067;
	clear: both;
	width: 785px;
	 margin:0px 0 0px 6px;
}

/* Formatierungen Navigationsleiste */
#navigation{
 background:#F9DC95;
 float:left;
 width:765px;
 height:20px;
 margin:0px 0px 0px 3px;
 padding: 8px 0px 5px 20px;
}

#navigation ul{
}

#navigation ul li{
 display:inline;
 margin:0 5px 0px 5px;
 padding:0px 0px 0px 3px; 
}

#navigation ul li a{
	text-decoration: none;
	border-bottom: 0px solid #fff;
	color: Black;
	font-size: 1.0em;
	font-weight: bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 border-bottom:2px solid #E1EDFE;
 color: #FDB303;
 font-size:1.0em; 
 font-weight:bold;
}



/* 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;
 padding:0 0 0 16px;
}

#rechts p{
 text-align:justify;
 padding:0 16px 8px 16px;
 
}

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

/* Formatierungen Navigation (Rechte Spalte) */
#links ul{
list-style:none;
margin:0 0 0 0;

}

#links ul li{
 display:block;
 margin:0 0px 0 0;
 padding:3px 0 0px 25px;

}

#links ul li a{
	text-decoration: none;
	color: #405D77;
	font-size:1.0em; 
   font-weight:bold;
}

#links ul li a:hover{
	color: #E0B00A;
}



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

a:hover{
 text-decoration:none
}


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

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