html {height:100%;}

body {
  font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,Sans-Serif;
  font-size:1em;
  background-color:#ffefde;
}

h1 {font-size:1.8em;color:#000000;margin-bottom:0px;}
h2 {font-size:1.4em;color:#000000;}
h3 {font-size:1.2em;color:#000000;}
p  {margin-top:1em;}

img {border-style:none;}

code {font-size:1.2em;color:#0000ff;}

pre {
 font-size:1.2em;
 color:#0000ff;
 padding:5px;
}

a.under {text-decoration: underline;}

a:link, a:visited, a:active, a:hover { 
  text-decoration:none;
  font-weight:bold;
  color:#634142;
  font-size:1em;
}

a.text:active, a.text:hover { 
  font-weight:bold;
  color:#ffefde; 
  background-color:#634142;
}

ul.navi0 {
  list-style-type:none;
  margin-left:auto;
  margin:0.5em;
  padding:0 0 0 0;
  background-color:#f0e0d0;
}

ul.navi1 {
  list-style-type:none;
  margin-left:auto;
  margin:0.5em;
  padding:0 0 0 0;
  background-color:#e0d0c0;
  border-style:dotted;
  border-width:1px;
}

ul.navi2 {
  list-style-type:none;
  margin-left:auto;
  margin:0.5em;
  padding:0 0 0 0;
  background-color:#d0c0b0;
  border-style:dotted;
  border-width:1px;
}

.current {
  margin-left:3px;
  /*background-color:#ffefde; */
  background-color:white;
  color:#634142;
}

.current:before {
  content:">";
  font-weight:bold;
  color:#836162;
}
.current:after {
}

#title {
  display:block;
/*  position:fixed; */
  top:0em;
  height:90px;
  width:99%; 
  padding:10px;
  border-bottom:1px solid #000000;
  margin-bottom:5px;
  background-image:url(images/band.jpg);
}
#left {
  position:fixed;
  margin-left:0px;
  top:134px;
  width:12em;
  height:80%;
  float:left;
  line-height:1.5em;
  overflow:auto;
}

.menutitle
{
  font-weight:bold;
  border-top:1px dashed #000000;
  margin-top:15px;
}

#content {
  display:block;
  position:static;
  margin-top:1em;
  margin-left:13em;
  margin-right:0em;
}

p.floatleft {
  float:left; 
  margin-right:5px; 
  margin-bottom:3px;
}

p.floatright {
  float:right; 
  margin-left:5px; 
  margin-bottom:3px;
}

p.datum {margin-left:5px; font-size:0.7em; line-height:0.9em;}
p.lesen {float:right; padding:.25em; margin:.25em; border-width:0px; background-color:#f0e0d0;}

@media print {
body:before { 
  content:"Dies ist eine Seite des Wohnparks Gronau in Bergisch Gladbach";
}
#left  { display:none; }
#title { display:none; }
#content { margin-left:0em; }
}


