@charset "utf-8";

body, table, td, tr {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 16px;
  /*text-align:justify;*/
}


.bg {
 background: #333333;
 color: #FFFFFF;
}

.maincontent{
  background: #FFFFFF;
  color: #333333;
}

a {
  color: #AAAAAA;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color:#FFCC00;
}

td.border{
 border-width: 1px;
 border-color: #666666;
}

ul {
 line-height: 16px;
 text-align: left;
 position:relative;
 left: -25px;
 top: -5px;
}

li {
 border-bottom:5px solid #fff;
}

div.headertext{
 color: #788085;
 font-size: 14px;
 font-weight: normal;
 position:absolute;
 top:82px;
 left:300px;
 z-index:3;
}

.frame {
  width:100%;
  height:150px;
  position:absolute;
  left:1020px;
}

.WeisseUeberschrift {
 color: #FFFFFF;
 font-size:15px;
 font-weight: bold;
 letter-spacing:1;
}

.GelbeSchrift {
 color: #FFCC00;
}

.SchwarzerHintergrund {
  background: #333333;
}

.Ueberschrift {
 font-size:15px;
 font-weight: bold;
}

.NormalerText {
 font-size:14px;
 letter-spacing:1;
 text-align:justify;
}