/* CSS Document */

html{
  padding-top: 20px;
  margin: 0;
  font-family: "Verdana", sans-serif;
  color: #777777;
}

body{
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
}

h1{
  color: #333333;
  font-size: 10pt;
  font-weight: bold;
  padding-bottom: 10px;
}

p{
  color: #555555;
  text-align: justify;
  font-size: 8pt;
  line-height: 14pt;
  padding-bottom: 5px;
}

#wrapper{
  width: 980px;
  margin: 0 auto;
}

#header{
  width: 980px;
  height: 190px;
  background-image: url(images/header.png);
  background-repeat: no-repeat;
  float: left;
  border: 0px solid #000;
}

#menuheader{
  margin-top: 30px;
  margin-right: 45px;
  width: 160px;
  color: #777777;
  float: right;
  font-size: 7pt;
  line-height: 20px;
  border: 0px solid #000;
}

#menuheader ul{
  float: right;
  padding: 0px;
  display: inline;
}

#menuheader li{
  display: inline;
}

#menuheader li.stroke{
  font-weight: bold;
  color: #e7501e;
  font-size: 8pt;
}

#menuheader a{
  color: #777777;
  font-size: 7pt;
  font-weight: bold;
  text-decoration: none;
}

#logo{
  padding-left: 60px;
  width: 680px;
  height: 140px;
  float: left;
  border: 0px solid #000;
}

#logo img{
  margin-left: 10px;
  margin-top: 70px;
}

#logo a{
  color: transparent;
}

#menu{
  margin: 0 40px 0 40px;
  width: 900px;
  height: 50px;
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  float: left;
  border: 0px solid #000;
}

#menu ul{
  float: right;
  margin: 0;
  padding: 0;
  display: inline;
  border: 0px solid #000;
}

#menu li{
  margin: 0;
  padding: 0;
  display: inline;
}

#menu a{
  margin: 0 0 0 15px;
  text-indent:-9999px; 
  letter-spacing:-9999px; 
  text-decoration: none;
  font-size:0px;
  color: transparent;
  border: 0px solid #000;
}

#menu a#home{
  width: 40px;
  height: 50px;
  float:left;
  background-image: url(images/home2.png);
  background-repeat: no-repeat;
}

#menu a#home.aktiv{
  background-position: -40px;
}

#content{
  width: 980px;
  min-height: 500px;
  background-image: url(images/content.png);
  background-repeat: repeat-y;
  float: left;
  border: 0px solid #000;
}

#text{
  margin: 20px 40px 30px 40px;
  float:left;
  width: 900px;
  min-height: 500px;
  border: 0px solid #000;
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
}

#text a{
  color: #e7501e;
}

*+html #text{
  padding-bottom: 10px;
}

#text ul{
  margin: 0;
  padding: 0 0 0 40px ;
  list-style-image: url(images/ul.png);
}

#text li{
  color: #555555;
  font-size: 8pt;
  line-height: 14pt;
  padding-bottom: 10px;
}


a.linkheadersite{
  color: #333333;
  font-size: 7pt;
  text-decoration: none;
}

#footergesamt{
  width: 980px;
  height: 300px;
  background-image: url(images/footer.png);
  background-repeat: no-repeat;
  float: left;
  border: 0px solid #000;
}

#footer{
  padding: 12px 40px;
  width: 980px;
  height: 300px;
  background-image: url(images/footer2.png);
  background-repeat: no-repeat;
  float: left;
  border: 0px solid #000;
}

*+html #ie7{
  clear: both; 
  float: left;
  height: 1px;
  border: 0px solid #000;
}

#footer #col1{
  float: left;
  width: 200px;
  min-height: 190px;
  border: 0px solid #000;
}

#footer #col2{
  float: left;
  width: 200px;
  min-height: 190px;
  border: 0px solid #000;
}

#footer #col3{
  float: left;
  width: 500px;
  min-height: 190px;
  border: 0px solid #000;
}

#footer ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.heading{
  padding-bottom: 5px;
  color: #777777;
  font-weight: bold;
  font-size: 9pt;
}

.brnormal{
  padding: 3px 0;
  color: #777777;
  font-size: 9pt;
}

.bractive{
  padding: 3px 0;
  color: #777777;
  font-weight: bold;
  font-size: 9pt;
}

.prnormal a{  
  padding: 3px 0;
  color: #777777;
  font-size: 8pt;
  text-decoration: none;
}

.pritalic a{
  padding: 3px 0;
  color: #777777;
  font-size: 7pt;
  font-style: italic;
  text-decoration: none;
}

.practive a{
  padding: 3px 0;
  color: #777777;
  font-weight: bold;
  font-style: italic;
  font-size: 7pt;
  text-decoration: none;
}

#logo2{
  margin: 50px 0 0 200px;
}

#formular{
    float: left;
    margin: 20px 0 0 60px;
    width: 360px;
    min-height: 126px; 
    border: 1px solid #e7501e;
    font-size: 8pt;
}

#head{
    padding-left: 5px;
    padding-top: 2px;
    float: left;
    width: 355px;
    min-height: 18px;
    background-color: #e7501e;
    color: #fff;
    font-weight: bold;
}

.left{
    padding: 7px 5px;
    width: 110px;
    min-height: 16px;
    float: left;
    clear: left;
    background-color: #cbcbcb;
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.right{ 
    padding: 6px 10px;
    width: 220px;
    min-height: 16px;
    float: right;
    clear: right;
    background-image: url(images/bglogin.png);
    background-repeat: repeat;
}

.right input{
    width: 200px;
    height: 14px;
    border: 1px solid #000;
    font-size: 8pt;
}

.star{
    padding-left: 5px;
    color: #e7501e;
    font-weight: bold;
}

.left_submit{
    width: 120px;
    min-height: 45px;
    float: left;
    clear: left;
    background-color: #cbcbcb;
}

.right_submit{
    padding: 12px 15px;
    width: 210px;
    min-height: 21px;
    float: right;
    clear: right;
    background-image: url(images/bglogin.png);
    background-repeat: repeat;
}

.right_submit a{
    padding: 2px 5px;  
    float: right;
    width: 65px; 
    height: 13px;
    border: 1px solid #e7501e;
    color: #666666;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
}