* {
  padding: 0;
  margin: 0;
  }
  
html, body { height: 100%; }

p { line-height: 22px; margin-bottom: 14px; }

a { text-decoration: none; line-height: 8px; color: #666666;}

li { list-style-type: none; text-decoration: none;}

h2 { font-size: 20px; font-weight: normal; margin-bottom: 25px; }

body {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  }
  
#container {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  height: 100%;
  }
  
#head {
  width: 820px;
  height: 100px;
  margin-left: 200px;
  border-top: 40px solid #1279bf;
  z-index: 100;
  }
  img#logo { position: relative; left: -42px; z-index: 1; top:-18px; border:none; }
  
#links {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0; 
  bottom: 0;
  background-color: #ecf1f8;
  border-top: 22px solid #66cc66;
  height: expression((document.body.clientHeight - 153) + "px");
  }
  
div.mitte {
  width: 620px;
  position: absolute;
  top: 136px;
  left: 200px;
  margin-top: 10px;
  background-color: #ecf1f8;
  overflow: auto;
  bottom: 130px;
  height: expression((document.body.clientHeight - 293) + "px");
  }
  div.gruen { border-top: 16px solid #66cc66; }
  div.blau {  border-top: 16px solid #1279bf;
              background-color: #ffffff; }
 
#mitte_text {
  position: absolute;
  width: 424px;
  margin-top: 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  }
  
#lightbox ul li{
  float: left;
  padding-right: 10px;  
}

#zurueck_link {
  color:#666666;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  }


#zur_anmeldung {
  color:#666666;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  }
  
#rechts {
  width: 200px;
  position: absolute;
  top: 137px;
  bottom: 0;
  right: 0;
  height: expression((document.body.clientHeight - 153) + "px");
  }

span#bildunterschrift {
  position: relative;
  top: -5px;
  display: block;
  width: 175px;
  height: 20px;
  background-color: #1778BD;
  padding-left: 25px;
  padding-top: 2px;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  }
  
#footer {
  width: 820px;
  height: 130px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  }
 
