/************************ 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: #15519a;
    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-top: 32px;
  text-align:center;
}

#HeaderRightPPA {
  position: absolute;
  top: 54px;
  left:96px;
  width: 456px;
  height: 125px;
  background: #B7B7B5;
  
  padding: 16px 0 16px 0;
  text-align:center;
}

#HeaderRightCC {
  position: absolute;
  top: 54px;
  left:96px;
  width: 456px;
  height: 125px;
  background: #B7B7B5;
  
  padding: 25px 0 7px 0;
  text-align:center;
}

#HeaderRightPS {
  position: absolute;
  top: 54px;
  left:96px;
  width: 456px;
  height: 125px;
  background: #B7B7B5;
  
  padding: 7px 0 25px 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: 13px;
  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: #444444;
    padding: 0 0 0 0px;
    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: 4px 0 0 10px;
}

#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: 12px;
    font-weight:bold;
    color: #ffffff;
    text-decoration: none;
    padding left: 0 0 0 0;
    margin: 0 0 0 0;
    width: 150px;   
}

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 0px 0px 0px;
    padding: 0px 0px 0px 0px;
list-style:none;
}


ul.men-e2 li, ul.men-e3 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;
#    color: #006c31;
    color: #15519a;
    width: 130px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}


  
/************************ CONTENT ************************/
#Content {
  position: absolute;
  top: 316px;
  left: 227px;
  width: 480px;
  
  font-size: 14px;
}

  #Content h1 {
    font-size: 18px;
    font-weight: bold;
    color: #15519a;
  }
  
  #Content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #15519a;
  }

  #Content p {
    font-size: 14px;
    color: #000000;
  }
  
  #Content a {
    color: #15519a;
    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;
}
