@charset "utf-8";
/* CSS Document */

/* 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{
	text-align:center;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 0.8em;
	background-color: #F0F0F0;
	color: #434343;
}


/* Formatierungen Layout (grob) */
#seite{
	background:#fff url(../hintergrund.jpg) repeat-y;
	text-align:left;
	width:800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
	border: 1px solid #B4B4B4;
	top: 0px;
}

#oben{
	clear:both;
	height:100px;
	width:713px;
}

#links{
	float:left;
	width:500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-right: 10px;
}

#rechts{
	float:left;
	width:235px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 40px;
}

#unten{
	background:#666666;
	clear:both;
	width:775px;
	padding-right: 12px;
}

/* Formatierungen Navigationsleiste */
#navigation{
	background:#fff;
	float:left;
	width:600px;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

#navigation ul{
}

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

#navigation ul li a{
 text-decoration:none;
 border-bottom:4px solid #fff;
 color:#666;
 font-size:.9em; 
 font-weight:bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 border-bottom:4px solid #666
}



/* Sonstige Formatierungen */
.titel{
	float:right;
	width:80px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 15px;
	text-align: right;
}

.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 "trebuchet ms", verdana, sans-serif;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* Formatierungen Navigation (Rechte Spalte) */
#rechts ul{
	list-style:none;
	margin:0 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #999999;
}

#rechts ul li{
	display:block;
	margin:0 0px 0 0;
	padding:0 0 0 16px
}

#rechts ul li a{
	text-decoration:none;
	color:#999999;
}

#rechts ul li a:hover{
	color:#666666;
}



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

a:hover{
 text-decoration:none
}


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

#unten a:hover{
 text-decoration:none
}
#navigation_unten {
	clear:both;
	width:713px;
	margin-bottom: 20px;
	background-color: #EEEEEE;
}

