/* 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 */
*{
	padding:0;
	margin: 0px;
	
}

body{
 font:1.0em "trebuchet ms", arial, sans-serif;
 text-align:center;
 
}



/* Formatierungen Layout (grob) */
#seite{
	background:#C8DFFB;
	text-align:left;
	width:715px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 13px;
 
}

#oben{
 background:#fff url(Panoramabearbeitet3-1.jpg);
 clear:both;
 height:180px;
 width:713px;
 
}

#links{
	padding: 10px;
	border-top:#E48321 solid 1px;
	border-left:#E48321 solid 1px;
	border-right:#E48321 solid 1px;
	border-bottom:#E48321 solid 1px;
	
	float:right;
	width:500px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	
	
}

#rechts{
	float:left;
	width:150px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	
}

#unten{
 background:#666;
 clear:both;
 width:713px
}


/* Formatierungen Navigationsleiste */
#navigation{
 background:#C8DFFB;
 border-bottom:1px solid #ccc;
 float:right;
 width:520px;
 padding:0 0 4px 0
 
 
 
}

#navigation ul{
}

#navigation ul li{
 display:inline;
 margin:0 10px 0 0 
}

#navigation ul li a{
 text-decoration:none;
 color:#E48321;
 font-size:.9em; 
 font-weight:bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 color:#003366;
 border-bottom:4px solid #E48321
}



/* Sonstige Formatierungen */
.titel{
 float:right;
 width:90px;
 padding:0 10px 0 0
}

.titel img{
 border:0
}



/* Schrift-Formatierungen */
h1,h2,h4,h5,h6{
 border-bottom:1px solid #ccc;
 color:#666;
 font-size:1.5em;
 letter-spacing:0.01em;
 margin:25px 0 0 0
}

h3{
 border-bottom:1px solid #ccc;
 color:#E48321;
 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:5px;
}

/* Formatierungen Navigation (Rechte Spalte) */
#rechts ul{
list-style:none;
 margin:0 0 0 0
 
}

#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{
 text-decoration:none;
  color:#003366;
}

#rechts ul li a:hover{
  color:#003366;
}



/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#E48321;
 text-decoration:none
 
}

a.mit:hover{
 text-decoration:none;
 color:#003366;
 border-left:1px solid #ffffff;
 border-top:1px solid #ffffff;
 border-right:1px solid #848484;
 border-bottom:1px solid #848484;

}

a.ohne:hover{
 text-decoration:none;
 color:#003366;
 
}

#unten a{
 color:#fff;
 text-decoration:underline
}

#unten a:hover{
 text-decoration:none
}

