body {
  margin:0px;
  padding:0px;
  background-color:#FFFFFF;
  font-family:Arial;
  font-size:0.8em;
  color:#000000;
}

div.rechts {
  position:absolute;
  top:0px;
  right:0px;
  width:65%;
}

div.menue {
  position:relative;
  text-align:right;
  width:90%;
}

div.logo {
  position:relative;
  width:100%;
  padding-top:50px;
  height:120px;
  background-image:url(bilder/bannerstrich.gif);
  background-repeat:repeat-x;
  background-position:0px 161px;
}

div.inhalt {
  position:relative;
  z-index:2;
  width:80%;
  padding-left:10%;
  padding-right:10%;
  padding-top:50px;
  padding-bottom:50px;
  text-align:justify;
}

/* normale Links */
a         { text-decoration:none; color:#808080; font-weight:bold; }
a:visited { color:#707070; }
a:active  { color:#707070; }
a:hover   { color:#000000; }

a img         { border-color:#808080; border-width:1px; }
a:visited img { border-color:#707070; }
a:active img  { border-color:#707070; }
a:hover img   { border-color:#000000; }

/* die Farblinks auf der linken Seite */
div.farblink {
  border:1px solid #808080;
  border-left:none;
  width:150px;
  height:66px;
  overflow:hidden;
}
div:hover.farblink {
  border:1px solid #000000;
  border-left:none;
  width:200px;
}
div.farblink img {
  border:none;
  width:200px;
  height:66px;
}
img.farblink {
  border:1px solid #000000;
  border-left:none;
  width:150px;
  height:66px;
}


table.gewobenes {
  width:100%;
  border-spacing:0px;
}

table.gewobenes td {
  vertical-align:top;
  padding:0px;
  padding-bottom:13px;
  margin:0px;
}

table.gewobenes td.td2 {
 width:190px;
 text-align:right;
}

table.gewobenes img {
  width:150px;
  height:96px;
}
