/************************ 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: #fd172a;
  font-size: 11px;
  font-weight: bold;
  text-align:right;
  padding: 6px 10px 0 0;
}

  #HeaderTopRight a {
    color: #fd172a;
    text-decoration:none;
  }
  
  #HeaderTopRight a:hover{
    color: #444444;
    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: 16px 0 16px 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: #6d6c6c;
  font-size: 10px;
  font-weight:bold;
}

#HeaderBild {
  position: absolute;
  top: 52px;
  left:552px;
  width: 323px;
  height: 243px;
  background: url(../images/HeaderBild.gif) no-repeat;
  z-index: 3;
}

#HeaderCat {
  position: absolute;
  top: 52px;
  left:552px;
  width: 323px;
  height: 243px;
  background: url(../images/HeaderCat.gif) no-repeat;
  z-index: 3;
}


#HeaderLuna {
  position: absolute;
  top: 52px;
  left:552px;
  width: 323px;
  height: 243px;
  background: url(../images/HeaderLuna.gif) no-repeat;
  z-index: 3;
}

#HeaderTeam {
  position: absolute;
  top: 52px;
  left:552px;
  width: 323px;
  height: 243px;
  background: url(../images/HeaderTeam.gif) no-repeat;
  z-index: 3;
}

/************************ NAVI ************************/
#Navi {
  position:absolute;
  top: 255px;
  left: 20px;
}

#Navi a {
    color: #444444;
    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: 14px;
    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, ul.men-e3 li {
    background: url(/fileadmin/template/images/SubButton.gif) no-repeat;
    line-height: 35px;
    font-size: 12px;
    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 25px;
    padding: 0 0 0 0;
}

.men-act {
    margin: 0 0 0 10px;
    color : #807f81;
}

  /************************ CONTENT ************************/
#Content {
  position: absolute;
  top: 316px;
  left: 227px;
  width: 480px;
  
  font-size: 14px;
}

  #Content h1 {
    font-size: 16px;
    font-weight: bold;
    color: #16559D;
  }
  
  #Content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fd172a;
  }
  
  #Content h3 {
    font-size: 40px;
    font-weight: bold;
    color: #fd172a;
    font-family: garamond;
  }

  #Content p {
    font-size: 14px;
    color: #000000;
  }
  
  #Content a {
    color: #fd172a;
    text-decoration:none;
  }
  
  #Content a:hover {
    color: #444444;
    text-decoration:underline;
  }

/* Klassen */
.Important {
  color: #fd172a;
}

.Important2 {
  color: #444444;
  font-style: italic;
}

/* Für Formualausrichtung */
label {
      width:250px;
      float: left;
  }

/* eigene Klasse für den Gesamtrahmen vom Formular */
.formu {
width:95%;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* color: #474747;*/
font-size: 12px;
background-color: #f8e9e9;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
/* border: 1px solid #D7AE78;*/
font-weight:bold;
}

#language_menu a:link img, a:visited img, a:active img {
 margin-left: 25px;
 border-style: none;
}

.language a:hover {
 color: #F0820B;
 text-decoration : none;
}
