/************************ BASICS ************************/
html, body {
  margin:0;
  font-family: arial;
}

strong {
  font-weight:bold;
}

/************************ HEADER ************************/ 
#HeaderTopLeft {
  position:absolute;
  top: 27px;
  left:0;
  height: 25px;
  width: 94px;
  background: #DFDFDF;
  border-right: 2px #ffffff solid;
}

#HeaderTopRight {
  position: absolute;
  top: 27px;
  left:96px;
  width: 639px;
  height: 19px;
  background: #D1D1D1;
  
  color: #0099CC;
  font-size: 11px;
  font-weight: bold;
  text-align:right;
  padding: 6px 10px 0 0;
}

  #HeaderTopRight a {
    color: #1b5b99;
    text-decoration:none;
  }
  
  #HeaderTopRight a:hover{
    color: #807f81;
    text-decoration:none;
}


#HeaderLeft {
  position:absolute;
  top: 54px;
  left:0;
  height: 157px;
  width: 94px;
  background: #D7D7D6;
  border-right: 2px #ffffff solid;
}

#HeaderRight {
  position: absolute;
  top: 54px;
  left:96px;
  width: 456px;
  height: 125px;
  background: #B7B7B5;
  
  padding: 25px 0 7px 0;
  text-align:center;
}

#RechteSpalte {
  position: absolute;
  top: 27px;
  left:745px;
  width:189px;
  height: 322px;
  background: url(../images/RechteSpalte.gif) no-repeat;
  
  z-index:1;
  
  padding: 300px 0 0 10px;
  color: #16559D;
  font-size: 11px;
  font-weight:bold;
}

#HeaderBild {
  position: absolute;
  top: 52px;
  left:552px;
  width: 323px;
  height: 243px;
  background: url(../images/HeaderBild.gif) no-repeat;
  
  z-index: 3;
}

/************************ NAVI ************************/
#Navi {
  position:absolute;
  top: 255px;
  left: 20px;
}

#Navi a {
    color: #1b5b99;
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
    text-decoration:none;
}

#Navi ul {
    padding: 0;
    margin: 0;
}

#Navi ul li{
    display: block;
    
    
    font-weight:bold;
    text-decoration: none;
    list-style-type : none;
    padding-top: 4px;
}

#Navi ul li a:hover,
#Navi li a:focus,
#Navi li a:active {
 color : #807f81;
}

ul.men-e1 li {
    display: block;
    background: url(../images/ButtonBG.gif) no-repeat;
    line-height: 39px;
    font-size: 13px;
    font-weight:bold;
    color: #ffffff;
    text-decoration: none;
    padding left: 0 0 0 0;
    margin: 0 0 0 0;
    width: 169px;
  }

men-e2 a, men-e3 a {
color: #a006c31;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-decoration:none;
}

ul.men-e2, ul.men-e3 {
margin:0px;
padding:0px;
list-style:none;
}

ul.men-e2 li {
    background: url(/fileadmin/template/images/SubButton.gif) no-repeat;
    line-height: 35px;
    font-size: 11px;
    font-weight:bold;
    text-decoration: none;
    list-style-type : none;
    display:block;
    padding-left:0 0 30 px;
    color: #006c31;
    width: 160px;
    margin: 0 0 0 11px;
    padding: 0 0 0 0;
}

ul.men-e3 li {
    background: url(/fileadmin/template/images/SubSubButton.gif) no-repeat;
    line-height: 31px;
    font-size: 11px;
    font-weight:bold;
    text-decoration: none;
    list-style-type : none;
    display:block;
    padding-left:0 0 30 px;
    color: #006c31;
    width: 145px;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}


  /************************ CONTENT ************************/
#Content {
  position: absolute;
  top: 316px;
  left: 227px;
  width: 480px;
  
  font-size: 14px;
}

  #Content h1 {
    font-size: 16px;
    font-weight: bold;
    color: #1b5b99;
  }
  
  #Content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1b5b99;
  }
  
  #Content h5 {
    font-size: 30px;
    font-weight: bold;
    color: #1b5b99;
    }
  
/*  #Content h6 {*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    color: #1b5b99;*/
/*    }*/

  #Content h7 {
    font-size: 40px;
    font-weight: bold;
    color: #1b5b99;
    }

  #Content p {
    font-size: 14px;
    color: #000000;
  }
  
  #Content a {
    color: #1b5b99;
    text-decoration:none;
  }
  
  #Content a:hover {
    color: #807f81;
    text-decoration:underline;
  }

/* Klassen */
.Important {
  color: #16559D;
}

.Important2 {
  color: #0099CC;
  font-style: italic;
}

/* Für Formualausrichtung */
label {
      width:250px;
      float: left;
  }

/* eigene Klasse für den Gesamtrahmen vom Formular */
.formu {
width:90%;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* color: #474747;*/
font-size: 12px;
/* background-color: #F3EEE8;*/
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
/* border: 1px solid #D7AE78;*/
font-weight:bold;
}