body {
  padding:0px;
  margin:0px;
  height:100%;
  width:100%;
  overflow : hidden;
  background-color:#f0f7e7;
  background-image:url('bilder/hintergrund.jpg');
  background-repeat:repeat-x;
  font-family:Arial;
  font-size:9pt;
  font-weight:200;
  color:#000000;
}

div.zentrum {
  position:absolute;
  top:0px;
  left:50px;
  height:100%;
  width:800px;
  padding:0px;
  background-image:url('bilder/hintergrund.gif');
  background-repeat:repeat-y;
  z-index:1;
}

div.schatten {
  position:absolute;
  top:0px;
  width:10px;
  height:100%;
  padding:0px;
  background-repeat:repeat-y;
  
  filter:alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
  -khtml-opacity:0.25;
}
div.schatten#links  { left:-10px; background-image:url('bilder/schattenGruenLinks.jpg'); }
div.schatten#rechts { left:800px; background-image:url('bilder/schattenGruenRechts.jpg'); }

div.tabelle {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:0px;
  overflow:auto;
  z-index:2;
}

div.obere_tabelle {
  position:relative;
  min-height:100%;
  top:0px;
  left:50px;
  width:800px;
  padding-bottom:-50px;
}

table.haupt {
  width:800px;
  border-spacing:0px;
}

table.haupt td.menue {
  width:175px;
  padding:0px;
  border-spacing:0px;
  padding-top:240px;
  background-image:url('bilder/banner/bannerLinksGruen.jpg');
  background-repeat:no-repeat;
  color:#ffffff;
  vertical-align:top;
}

div.gruen {
  position:relative;
  margin-left:5px;
  margin-right:10px;
  margin-bottom:130px;
  width:100%px;
  padding:0px;
  border-spacing:0px;
}

table.haupt td.inhalt {
  background-image:url('bilder/banner/bannerRechtsGruen.jpg');
  background-repeat:no-repeat;
  padding-top:275px;
  padding-left:40px;
  padding-right:50px;
  padding-bottom:75px;
  vertical-align:top;
}

div.inhalt_rechtliches {
  position:relative;
  margin-top:-25px;
  height:0px;
  left:265px;
  width:530px;
  z-index:11;
}

div.stempel {
  position:relative;
  margin-top:-75px;
  left:5px;
  height:85px;
  width:100px;
  z-index:12;
  text-decoration:none;
  
  
  filter:alpha(opacity=55);
  -moz-opacity:0.55;
  opacity:0.55;
  -khtml-opacity:0.55;
}

div.termin{
  width:100%;
  border-top:1px solid #ffffff;
  padding:0px;
  padding-top:5px;
  padding-bottom:5px;
  text-align:justify;
}

div.termine{
  padding:0px;
  border-top:thin solid #ffffff;

}
  
/* Die Links innerhalb des menue-divs */
table.haupt td.menue a         { color:#ffffff; border-color:#ffffff; font-weight:600; text-decoration:none; }
table.haupt td.menue a:visited { color:#deecc6; border-color:#deecc6; }
table.haupt td.menue a:active  { color:#bdda8d; border-color:#bdda8d; }
table.haupt td.menue a:hover   { color:#bdda8d; border-color:#bdda8d; }

/* für IE die Rahmenfarbe der Bilderlinks setzen */
table.haupt td.menue a:hover   img { border-color:#FFFFFF; }
table.haupt td.menue a:visited img { border-color:#deecc6; }
table.haupt td.menue a:active  img { border-color:#bdda8d; }
table.haupt td.menue a:hover   img { border-color:#bdda8d; }

/* Die Links innerhalb des inhalts */
table.haupt td.inhalt a         { color:#000000; border-color:#ffffff; font-weight:600; text-decoration:none; }
table.haupt td.inhalt a:visited { color:#000000; border-color:#deecc6; }
table.haupt td.inhalt a:active  { color:#888888; border-color:#bdda8d; }
table.haupt td.inhalt a:hover   { color:#888888; border-color:#bdda8d; }

/* für IE die Rahmenfarbe der Bilderlinks setzen INHALT*/
table.haupt td.inhalt a:hover   img { border-color:#FFFFFF; }
table.haupt td.inhalt a:visited img { border-color:#deecc6; }
table.haupt td.inhalt a:active  img { border-color:#bdda8d; }
table.haupt td.inhalt a:hover   img { border-color:#bdda8d; }

/* Links Rechtlicher Bottom*/
a.a1 {
  font-size:7pt;
  font-weight:200;
  text-decoration:none;
}
a:link.a1 {
  color:#000000;
}
a:visited.a1 {
  color:#444444;
}
a:active.a1 {
  color:#888888;
}
a:hover.a1 {
  color:#888888;
}


/* Die Überschrift h1 */
table.haupt h1 {
  font-family:Arial;
  font-size:11pt;
  font-weight:600;
}
table.haupt h2 {
  font-family:Arial;
  font-size:9pt;
  font-weight:600;
}


div.iframe {
  position:absolute;
  left:0px;
  height:0px;
  margin:0px;
  padding:0px;
  margin-left:250px;
  width:600px;
  height:100%;
  z-index:9;
}

div.iframebanner {
  position:absolute;
  left:0px;
  top:0px;
  width:580px;
  height:265px;
  background-image:url('bilder/banner/bannerRechtsGruen.jpg');
  background-repeat:no-repeat;
  background-position:-25px 0px;
  background-color:#FFFFFF;
  margin:0px;
  padding:0px;
  z-index:10;
}