body {
  background: url('pics/hintergrund.png');
  font: 12px Verdana;
  color: #606060;
}
li, td {
  font: 12px Verdana;
  color: #606060;
}
a {
  color: #606060;
}
a.LinkNoUnderline {
  text-decoration: none;
  color: white;
}
div.feld {
  width: 710px;
  min-height: 80px;
  height:auto !important;
  height: 80px;
  position: relative;
}
div.download {
  font: bold 10px Verdana;
  position:absolute;
  right: 20px;
  top: 15px;
}
div.Ueberschrift {
  font: bold 18px Verdana;
  position: relative;
  width: 651px;
  top: 10px;
  left: 10px;
  color: black;
}
.text {
  font:     11px Verdana;
  position: relative;
  left:     29px;
  width:    641px;
}

.topic
{
  font: bold 18px Verdana;

}
.smalltext {
   font:     9px Verdana; 
}
span.error
{
  color:       red;
  font-weight: bold;
}
span.success
{
  color:       green;
  font-weight: bold;
}
img.userpic
{
  top:    0px;
  right: 0px;
  position: absolute;
}
#main {
  position: absolute;
  left: 210px;
  top:  95px;
  background: url('pics/vordergrund.png');
  min-height: 50px;
  height:auto !important;
  height: 50px;
  padding: 13px;
}
#kopfzeile {
  background: url('pics/header_hm.gif') no-repeat;
  position: absolute;
  top: 0px;
  left: 280px;
  height: 93px;
  z-index: 2;
  width: 596px;
}
#menu {
  position: absolute;
  top: 93px;
  left: 26px;
  background: url('pics/vordergrund.png');
  width: 145px;
  height: 362px;

}

#login {
  position: absolute;
  top: 455px;
  left: 26px;
  width: 145px;
  height: 120px;
  background: url('pics/vordergrund.png');
}

#social {
  position: absolute;
  top: 580px;
  left: 26px;
  width: 145;
  height: 100px;
}

#debug
{
  position: absolute;
  bottom: 100px;
  z-index:  0;
  background-color: white;
  color: #808080;
}

