*{
  margin:0;
  padding:0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

body{
  text-align:center;
  font-family:Helvetica,Arial,Verdana,sans-serif;
  background-color:#d1d1d1;
}

#insgesamt {
  position: absolute;
  top: 70px;
  left:0px;
  width: 100%;
  height: 248px;
  z-index: 1;
}



#seite{
  position: relative;
  display: block;
  margin:0pt auto;
  width:793px;
  height: 100%;
  text-align:left;
  background-color:white;  /* normal weiß */
  z-index: 2;
}

#wrap {
  height:100%;

}

#kopf {
  text-align:right;
  height:70px;
  width:793px;
}

#langen {
  padding-top:40px;
  padding-right:12px;
}


#glinks {
  float:left;
  background:#DBE4EA url(../bilder/hg-streifen-links.png) no-repeat scroll;
  width:6px;
  height:130px;
}

#grechts {
  float:left;
  background:#DBE4EA url(../bilder/hg-streifen-rechts.png) no-repeat scroll;
  width:6px;
  height:130px;
}

#links {
  float:left;
  width:231px;
  height:130px;
  background:#ffffff url(../bilder/logo-synquanet.png) no-repeat scroll;
}


#mitte {
  float:left;
  width:251px;
  height:130px;
  background:#ffffff url(../bilder/balken-orange.png) no-repeat scroll 1pt 0px;
}

#rechts {
  float:left;
  width:299px;
  background:#ffffff;
}

#steuerung {
  width:236px; /* width:237px; */
  height:490px;
  float:left;
  background:#ffffff url(../bilder/hg-steuerung-wasserfall.png) no-repeat scroll 5pt 0px;
  padding-top:15px;
  color:white;
}

#inhalt {
  float:right;
  width:530px;
  color:midnightblue;
  padding:15px 6px 30px 0px;
  line-height:1.7em;
}

#inhalt h1 {
  padding-bottom:.6em;
  line-height:1.1em;
}

#inhalt p, ul, ol {
  padding-bottom:1.6em;
}

#bildrechts img {
  padding-left:15px;
}

#inhalt img {
  border:0px solid white;
}

.mittig {
  text-align:center;
}

#fuss {
  clear:both;
}

#inhalt li {
  margin-left:20px;
  list-style:square;
}

.zeilenabstandklein {
  line-height:1em;
}


.keineunterstrich {
  text-decoration:none;
  color:midnightblue;
}



#steuerung ul {
  margin:0;
  padding:0;
}

#steuerung li {
  list-style:none;
  padding-left:30px;
  font-size:1.13em;
  font-weight:bold;
  /* border:1px solid white; */
}


.dsteu_hight {
  /* line-height:120%; */
  color:white;
  /* background:url(../bilder/ste_anzeige_pfeil.gif) no-repeat 10px top; */
  /* background:url(../bilder/ste_anzeige_pfeil.gif) no-repeat 215px top; */
  background:url(../bilder/ste_anzeige_pfeil_r.gif) no-repeat right top;
  padding-top:2px;
  padding-bottom:4px;
  /* border:1px solid grey; */
}

.dsteu {
  /* line-height:120%; */
  padding-top:2px;
  padding-bottom:4px;
  /* border:1px solid white; */
}

/* zweite Ebene */
#steuerung li ul li       {
  font-size:.9em;   /* 1 em */
  font-weight:normal;
  padding-left:28px;
  padding-left:0px;
}

/* dritte Ebene */
#steuerung li ul li ul li {
  font-size:.7em ;
  font-weight:normal;
  margin-left:20px;
  margin-left:10px;
}

#steuerung li a {
  padding:0px 5px 0px 0px;
  text-decoration:none;
  line-height:120%;   /* NEU */
}

#steuerung li a:link {
  color:white;
}

/*
#steuerung li ul li a:link {
  color:white;
}
*/

#steuerung li a:visited {
  color: #bbb;
}

#steuerung li a:hover {
  color:#de5e10;
}

#steuerung li a:active {
  color:white;
}


.rechts {
  float:right;
  padding-left:1em;
  padding-right:0em;
  background-color:white;
  border:none;
}