body {
	text-align:center;
         font-family: Verdana, Arial, Helvetica, sans-serife;
         font-size: 0.9em;
         background: #FFC;
         color: #000;
     }
h1 {
	font-size:1.2em;
         margin-top:0px;
       }
h2 {
	font-size:1em;
         margin-bottom:0.2em;
   }
a {
	text-decoration:none;
     }
/* Links im Inhalt */
#inhalt a, #inhalt a:visited{
	color: #9000E0;
         }

#inhalt a:hover {
	text-decoration:underline;
         }

/* div-Bereiche */

#container {
         background: #FFF;
 	margin-left: auto;
 	margin-right: auto;
         padding:0;
         width:70%;
         border:1px solid;

     }

#kopf {
	width:100%;
         margin:0px;
         padding-top:5px;
         background-color:yellow;
         padding-bottom:2px;
       }


#inhalt {
         text-align:left;
         min-height:500px;
         border-bottom:solid 1px;
         padding:0.5em;
         padding-top:1.5em;
         right:0px;
      }
* html div#inhalt {
  height:500px;  /* Größe nur für IE*/
  }

#gebaeude #inhalt {
	background-image:none;
      }
#fuss {
         float:clear;
         bottom: 0;
         width:100%;
         margin:0;
       }

/*Navigation in der Fußleiste */
#fuss a{
         font-size:0.8em;
         color:#000;
      }
#fuss a:hover{
         background-color:#EFEFEF;
         color:darkblue;
      }

/* Navigation */
#navi {
      /*   background-color:yellow;   */
         text-align:left;
         border-bottom:solid 1px;
         margin:0px;
         padding-left:0.5em;
         padding-top:0.5em;
        }
#navi ul {
      /*   background-color:yellow;  */
         margin:0;

}
#navi li {
	list-style-type:none;
         display:inline;

       }
#navi a, #navi a:visited{

         padding:0.2em;
         border: solid 1px;
         background-color:yellow;
 	color: #000;
      }

#navi a:hover {
 	color: #8F8F8F;
 	background: #EFEFEF;
      }

/* aktuelle Seite in Navigation hervorheben*/
#termine .termine, #gebaeude .gebaeude, #konzeption .konzeption, #stellen .stellen, #kontakt .kontakt, #downloads .downloads, #kinderhaus .kinderhaus, #links .links, #impressum .impressum
{
	font-weight: bold;
      }
/*Farben der Seiten*/
#termine #kopf, #termine #navi, #termine #fuss { background-color:#FFDF00;}
#kinderhaus #kopf, #kinderhaus #navi, #kinderhaus #fuss { background-color:#FFBF00;}
#gebaeude #kopf, #gebaeude #navi, #gebaeude #fuss { background-color:#FF9F00;}
#konzeption #kopf, #konzeption #navi, #konzeption #fuss { background-color:#FF7F00;}
#stellen #kopf, #stellen #navi, #stellen #fuss { background-color:#FF5F00;}
#kontakt #kopf, #kontakt #navi, #kontakt #fuss { background-color:#FF3F00;}
#downloads #kopf, #downloads #navi, #downloads #fuss { background-color:#FF1F00;}
#impressum #kopf, #impressum #navi, #impressum #fuss { background-color:#DF0000;}
