<style type="text/css">
<!--
* {
  margin:0;
  padding:0;
}

html, body {
  font: 100% Arial, Helvetica, sans-serif;
  background-color:rgb(138, 157, 164);
  height:100%;
  max-width:1200px;
  min-width:900px;

}

#container {
  width:764px;
  min-height:800px;
  margin:0px auto;
  background:url(image/back02.jpg) top left repeat-y;
  z-index:1000;

}

#kopf {
  background:url(image/backtop.jpg);
  width:764px;
  height:230px;
}

#navi {   
  width:150px;                   /* Breite des Bereichs */  
  background-color:rgb(230,239,255);
  text-align:center;               /* Textausrichtung     */   
  float:left;
  font-size:14px;
  position:relative; 
  height:100%;

}  
 
#navi ul{
  list-style:none;
  margin:0;
  padding-left:0;
  padding-bottom:0;
  height:100%;
}

#navi li{
  margin-top:0px;               /* Außenabstand oben   */   
  margin-bottom:0px;            /* Außenabstand unten  */   
  margin-left:0px;              /* Außenabstand links  */   
  margin-right:0px;
  list-style:none;
  text-align:left;
  border-bottom-style:solid;
  border-bottom-color:rgb(90,90,90);
  border-bottom-width:1px;
}

#abstand {
  height:37px;
}

/* Index */

#buttonindex{
 text-decoration:none;
 color:rgb(90,90,90);
 background-color:#;
 padding:5px; 
}

#buttonindex:hover{
 text-decoration:none;
 font-weight:bold;
 color:rgb(90,90,90);
 background-color:rgb(200,209,223);
 padding:5px; 
}

#index #buttonindex{
 text-decoration:none;
 font-weight:bolder;
 color:rgb(255,255,255);
 background-color:rgb(180,4,4);
 padding:5px; 
}


/* Entwicklung */

#buttonent{
 text-decoration:none;
 color:rgb(90,90,90);
 background-color:#;
 padding:5px;
}

#buttonent:hover{
 text-decoration:none;
 font-weight:bold;
 color:rgb(90,90,90);
 background-color:rgb(200,209,223);
 padding:5px;
}

#ent #buttonent{
 text-decoration:none;
 font-weight:bolder;
 color:rgb(255,255,255);
 background-color:rgb(180,4,4);
 padding:5px;
}


/* ort */

#buttonort{
 text-decoration:none;
 color:rgb(90,90,90);
 background-color:#;
 padding:5px; 
}

#buttonort:hover{
 text-decoration:none;
 font-weight:bold;
 color:rgb(90,90,90);
 background-color:rgb(200,209,223);
 padding:5px;
}

#ort #buttonort{
 text-decoration:none;
 font-weight:bolder;
 color:rgb(255,255,255);
 background-color:rgb(180,4,4);
 padding:5px;
}

/* haus */

#buttonhaus{
 text-decoration:none;
 color:rgb(90,90,90);
 background-color:#;
 padding:5px; 
}

#buttonhaus:hover{
 text-decoration:none;
 font-weight:bold;
 color:rgb(90,90,90);
 background-color:rgb(200,209,223);
 padding:5px;
}

#haus #buttonhaus{
 text-decoration:none;
 font-weight:bolder;
 color:rgb(255,255,255);
 background-color:rgb(180,4,4);
 padding:5px;
}


/* referenzen */

#buttonref{
 text-decoration:none;
 color:rgb(90,90,90);
 background-color:#;
 padding:5px;
}

#buttonref:hover{
 text-decoration:none;
 font-weight:bold;
 color:rgb(90,90,90);
 background-color:rgb(200,209,223);
 padding:5px;
}

#ref #buttonref{
 text-decoration:none;
 font-weight:bolder;
 color:rgb(255,255,255);
 background-color:rgb(180,4,4);
 padding:5px;
}


/* kontakt */

#buttonkon{
 text-decoration:none;
 color:rgb(90,90,90);
 background-color:#;
 padding:5px; 
}

#buttonkon:hover{
 text-decoration:none;
 font-weight:bold;
 color:rgb(90,90,90);
 background-color:rgb(200,209,223);
 padding:5px;
}

#kon #buttonkon{
 text-decoration:none;
 font-weight:bolder;
 color:rgb(255,255,255);
 background-color:rgb(180,4,4);
 padding:5px;
}


/* fotogalerie */

#buttongal{
 text-decoration:none;
 color:rgb(90,90,90);
 background-color:#;
 padding:5px; 
}

#buttongal:hover{
 text-decoration:none;
 font-weight:bold;
 color:rgb(90,90,90);
 background-color:rgb(200,209,223);
 padding:5px;
}

#gal #buttongal{
 text-decoration:none;
 font-weight:bolder;
 color:rgb(255,255,255);
 background-color:rgb(180,4,4);
 padding:5px;
}

#uber {
  border-bottom:1px solid rgb(90,90,90);
  height:30px;
  color:rgb(90,90,90);
}

/* Inhalt */


#inhalt {
  color:rgb(90,90,90);
  font-size:12px; 
  z-index:50;
  min-height:570px;
  height:auto !important;  /* für moderne Browser */
  height:570px;  /*für den IE */
  float:right; 
}

#inhalt h1, h2, h3, p, ul {
  color:rgb(90,90,90);
}

#inhalt h1{
 text-align:left;
 font-size:20px;
 margin:0px;
 padding-bottom:5px;
}

#text {
 padding:5px;
 vertical-align:top;
}

#tdbild {
 vertical-align:top;
}

#bild {
 padding:5px;

}

#fuss {
 background:url(image/backfuss01.jpg);
 width:764px;
 height:30px;
 float:right;

}
-->
</style>  
