/* 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/ */

/* Wichtige Farben
Hellgruen = #99FF99
Dunkelgruen = #008000
Mintgrün = #BEFCB9
Grau-Grün = #87C482
*/

/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

html
{
 height:100%;
 background:#666;
}

/*IE-Body*/

body{ 
 
 font:.8em "trebuchet ms", arial, sans-serif;
 text-align: center;
 height:100%;
}

/*Mozilla-Body*/

body{ 
 font:.8em "trebuchet ms", arial, sans-serif;
 text-align: -moz-center; 
 overflow: -moz-scrollbars-vertical;
 height:100%; 
}



/* Formatierungen Layout (grob) */

#seite{
 background:#fff url(bilder/hintergrund.jpg) repeat-y;
 margin:0px auto 0px auto;
 padding:10px 10px 30px 13px;
 text-align:left;
 width:715px;
 min-height:95.5%;  
}

#oben{
 background:#fff url(bilder/bild.gif);
 height:143px;
 width:713px;
}

#links{
 float:left;
 background:#fff;
 margin:0 0 0px 0;
 width:160px;
 
}

#rechts
{
 float:right;
 background:#fff;
 margin:0 0 0px 20px;
 width:533px;
 
}

#unten
{ 
 margin:60px 0 0 0;
 background:#fff;
 clear:both;
 width:713px;
 }

/* Formatierungen Navigationsleiste */
#navigation
{
 background:#fff;
 
 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;
 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:90px;
 padding:0 10px 0 0
}

.titel img{
 border:0
}



/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6{
 border-bottom:1px solid #ccc;
 color:#008000;
 font-size:1.5em;
 letter-spacing:0.01em;
 margin:25px 0 5px 0;
}

h1{
   border-bottom:none;
   font-size:2.2em;
   text-align:left;
   margin:25px 0 25px 0;
}

h4{
  border-bottom:none;
  font-size:1.2em;
  margin:25px 0 0px 0;
}

h5{
  border-bottom:none;
  font-size:1.0em;
  margin:10px 0px 0 0px;
  color:#000000;
}

p_abstand_oben{
   margin:60px 0 0 0;
}

#rechts p{
 text-align:justify;
 margin:10px 20px 0 0;
}

#unten p{
 color:#eee;
 font:.85em  "trebuchet ms", verdana, sans-serif;
 padding:5px;
}

/* Formatierungen Navigation (Rechte Spalte) */
#links ul{
  list-style:none;
  margin:0 0 0 0
}

#links ul li{
 background:url(bilder/liste.jpg) no-repeat;
 display:block;
 margin: 0px 0px 0 0;
 padding:0 0 0 16px
}

#links ul li a{
 text-decoration:none;
  color:#666;
}

#links ul li a:hover{
  color:#000;
}



/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#000;
 text-decoration:none
}

a:hover{
 text-decoration:none
}


#unten a{
 color:#fff;
 text-decoration:underline
}

#unten a:hover{
 text-decoration:none
}

#link_gruen
{
 color:#008000;
}
    

/* Tabellen-Formatierung */
#table{
    text-align:left;
    background-color:#BEFCB9;
    margin: 10px 0 0 25px;
}

#table2
{
    text-align:left;
    background-color:#BEFCB9;
    
}

#table_head
{
    background-color:#87C482;
}

#image{
    margin-left:150px;
}

#galerie{
    background-color:#ffffff;
}

#mailto
{
     text-decoration:underline;
} 


