@charset "UTF-8";
/*
  27.05.2008 - ge
  //ge20080718
  //ge20080720
  //ge20080912
  //GE20080916
  //GE20080917
*/

body{
  background:#ffffb9;
  margin:0;
}
div{
  overflow:hidden;
}

/* Layout */
div.background{
  background-image:url(/bilder/background_800x600px_hell.jpg);
  position:fixed;
  width:800px;
  height:100%;
  z-index:-1;
}
div.seite{
  margin:auto;
  width:900px;
  min-height:600px;
}
div.seitenkopf{
/*   background:#ffff99; */
  width:900px;
  height:100px;
  z-index:-1;
}
div.seitenkopf_fixed{
/*   background:#ffff99; */
  width:900px;
  height:100px;
  position:fixed;
}
div.seitenkörper{
/*   background:#ffff99; */
  width:900px;
}
div.navigationsleiste{
/*   background:#ffff99; */
  width:140px;
  float:left;
/*   z-index:-1; */
}
div.navigationsleiste_fixed{
/*   background:#ffff99; */
  width:140px;
  float:left;
  position:fixed;
}
div.inhalt{
/*   background:#ffff99; */
  float:right;
  width:760px;
/*   min-height:400px; */
}
div.seitenfuß{
  width:900px;
  min-height:20px;
/*   background:black; */
  clear:both;
  text-align:center;
}

/* seitenkopf */
h1.seitenkopf{
  text-align:center;
  font-family:Times New Roman;
  color:#355e00;
}
img.seitenkopf{
  float:left;
}

/* navigationsleiste */
ul.navigationsleiste{
  font-size:17px;
  list-style-type:none;
  margin-left:-30px;
}
li.navigationsleiste{
  padding-bottom:10px;
}
ul.navigationsleiste_unterliste{
  font-size:10px;
  list-style-type:none;
  margin-left:-30px;
}
li.navigationsleiste_unterliste{
  padding-top:5px;
}

/* inhalt_start */
div.inhalt_start{
/*   background-image:url(/bilder/kinderhaus_frontalansicht_677x507_hell.JPG); */
  width:667px;
  height:507px;
}
h1.inhalt_start{
  text-align:center;
  margin-top:50px;
}

/* seitenfuß */
div.seitenfuß_inhalt{
/*   text-align:center; */
  font-size:9px;
  margin-top:4px;
  color:white;
}
a.seitenfuß:link,a.seitenfuß:visited,a.seitenfuß:hover,a.seitenfuß:active,a.seitenfuß:focus{
  text-decoration:none;
  border:none;
  color:white;
}

/* Text-Formatierungen */
.eingerueckt{
  margin-left:40px;
}
ul.mit_strichen{
  list-style-image:url(/bilder/strich_8x3px.png);
}
.unterschrift{
  font-size: 10px;
}
hr.klein{
  width:80%;
}

/* Formulare */
.formular_breite{
  width:90%;
}

iframe.fotogalerie{
  border:none;
}
.imagelink{
  border:none;
  text-decoration:none;
}
a.imagelink:focus{
  text-decoration:none;
}