body {
      text-align : center;
      margin : 0;
      padding : 0;
      background-color : #dbdbdb;
      color : #3b3b3b;
      font :400 15px droid-sans, serif;
      text-transform : none;
      margin-bottom : 5px;
      line-height : 20px;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #eaeaea 0%, #abc433 100%); /* firefox */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeaea), color-stop(100%,#abc433)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#abc433',GradientType=0 ); /* ie */
}

a {
      font-family : droid-sans, serif;
      color : #3b3b3b;
}

h1 {
      color : #3b3b3b;
      font : 600 22px droid-sans, serif;
      text-transform : none;
      line-height : 22px;
}

h3 {
      color : #3b3b3b;
      font : 500 20px droid-sans, serif;
      text-transform : none;
      line-height : 22px;
      margin : 0 0 0 0;
}
h4 {
      color : #3b3b3b;
      font : 400 18px droid-sans, serif;
      text-transform : none;
      line-height : 22px;
      margin : 0 0 0 0;
}

h5 {
      color : #3b3b3b;
      font : 400 14px droid-sans, serif;
      text-transform : none;
      line-height : 18px;
      margin : 0 0 0 0;
}

ul {
      margin : 0 0 0 30px;
      padding : 0 0 0 0;
}

a:hover {
      text-decoration : underline;
}
a.gray {
      color : #ccc;
      font-weight : bold;
      text-decoration : none;
}
a.gray:hover {
      text-decoration : underline;
}
#overall {
      width : 1000px;
      text-align : left;
      margin : 0 auto 0 auto;
      background-position : left;
      background-repeat : repeat-y;
      border-left : 0 solid #999;
      border-right : 0 solid #999;

}
div.kopf {
      width : 1000px;
      height : 220px;
      font-family : droid-sans, serif;
      font-size : 16px;
      text-align : center;
      padding : 0 0 0 0;
      margin : 10px auto 20px auto;
      border-top:1px solid #666666 !important;
      border-left:1px solid #666666 !important;
	  border-right:2px solid #666666 !important;
      border-bottom:2px solid #666666 !important;
      border-radius : 10px;
      }
div.inhalt {
      position : absolute;
      margin : 0px auto 10px auto;
      float : left;
      display : block;
      width : 1000px;
      background-color : #f3f3f3;
      border-left:1px solid #666666 !important;
	  border-right:3px solid #666666 !important;
      border-top:1px solid #666666 !important;
      border-bottom:4px solid #666666 !important;
	  border-radius : 10px;
              clear : both;
      }
#left {
      position : relative;
      float : left;
      width : 20%;
      display : block;
      text-align : left;
      font-family : droid-sans, serif;
      font-size : 13px;
      color : #000;
      margin : 10px 10px 10px 20px;
      padding : 10px 10px 10px 10px;
      border-bottom : 0px solid #f61168;
      border-left : 0px solid #f61168;
      border-right : 0px solid #f61168;
}
#right {
      position : relative;
      float : left;
      width : 70%;
      text-align : left;
      font-family : droid-sans, serif;
      color : #3b3b3b;
      background: url(../bilder/bk_01.png);
      margin : 10px 10px 10px 10px;
      padding : 10px 10px 10px 10px;
      border-bottom : 0 none;
      border-left : 0px solid blue;
      border-right : 0px solid blue;
      border-bottom : 0px solid blue;
}

#right_left {
      position : relative;
      float : left;
      width : 46%;
      text-align : left;
      color : #3b3b3b;
      font : 400 15px droid-sans, serif;
      text-transform : none;
      line-height : 18px;
      background: url(../bilder/bk_01.png);
      margin : 10px 0px 10px 10px;
      padding : 10px 0px 10px 10px;
      border-bottom : 0 none;
      border-left : 0px solid blue;
      border-right : 0px solid blue;
      border-bottom : 0px solid blue;
}
#right_right {
      position : relative;
      float : left;
      width : 46%;
      text-align : left;
      color : #3b3b3b;
      font : 400 15px droid-sans, serif;
      text-transform : none;
      line-height : 18px;
      background: url(../bilder/bk_01.png);
      margin : 10px 10px 10px 10px;
      padding : 10px 0px 10px 10px;
      border-bottom : 0 none;
      border-left : 0px solid red;
      border-right : 0px solid red;
      border-bottom : 0px solid red;
}
#fuss {
      width : 970px;
      height : 20px;
      font-family : droid-sans, serif;
      font-size : 12px;
      text-align : center;
      padding : 10px 4px 0px 4px;
      margin : 40px auto 4px auto;
      background-color : #eaeaea;
      border-radius : 10px;
}
#inhalt p.top10 {
      font-size : 16px;
      color : #ccc;
      padding : 2px 0 2px 0;
      margin : 0;
      border-bottom : 0 solid #ccc;
}
#inhalt p.top11 {
      font-size : 18px;
      color : #ccc;
      padding : 0 0 0 0;
      margin : 0;
      border-bottom : 0 solid #ccc;
}
#inhalt p.top12 {
      font-size : 22px;
      color : #ccc;
      font-weight : bold;
      padding : 0;
      margin : 0 0 0 0;
      border-bottom : 0 solid #ccc;
}

.clear {
      clear : both;
}