/* 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:#000; */
 background:rgb(9,28,85);
 font:.8em "trebuchet ms", arial, sans-serif;
 text-align:center;
 color:#dddddd;
}


/* Formatierungen Layout (grob) */
#seite{
/* background:#1a1a1a url(hintergrund.jpg) repeat-y; */
 background:rgb(36,41,99) url(hintergrund.jpg) repeat-y;
 margin:0 auto;
 padding:10px 10px 5px 13px;
 text-align:left;
 width:715px
}

#oben{
/*
 background:#1a1a1a url(/images/kopf.gif);
*/
 clear:both;
 height:84px;
 width:713px;
}

#oben2{
 background:#fff url(/images/kopf2.gif);
 clear:both;
 height:53px;
 width:713px;
}

#links{
 float:left;
 margin:0 0 20px 0;
 width:458px;
}

#rechts{
 float:left;
 margin:0 0 20px 20px;
 width:235px
}

#untenbild{
	background:rgb(36,41,99);
	clear:both;
	width:713px;
}

#unten{
/* background:#000; */
 background:rgb(9,28,85);
 clear:both;
 width:713px
}

/* Formatierungen Navigationsleiste */
#navigation{
/* background:#1a1a1a; */
 background:rgb(36,41,99);
 float:left;
 width:500px;
 padding:0 0 4px 0
}

#navigation ul{
}

#navigation ul li{
 display:inline;
 margin:0 10px 0 0 
}

#navigation ul li a{
 text-decoration:none;
/* border-bottom:4px solid #1a1a1a; */
 border-bottom:4px solid rgb(26,41,99);
 color:#999999;
 font-size:.9em;
 font-weight:bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 border-bottom:4px solid #999999
}



/* 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 #999999;
 color:#999999;
 font-size:1.5em;
 letter-spacing:0.01em;
 margin:25px 0 0 0
}

#links p{
 text-align:justify
}

#unten p{
 color:#999999;
 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(/images/liste.gif) no-repeat;
 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:#fff;
}


/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#dddddd;
 text-decoration:underline
}

h3 a:link,h3 a:visited,h3 a:active{
	color:#999999;
	text-decoration:none;
}


a:hover{
 text-decoration:none
}


#unten a{
 color:#fff;
 text-decoration:underline
}

#unten a:hover{
 text-decoration:none
}

