/******************************************************************************
 * allgemeine HTML-Tags
 ******************************************************************************/

A:link,
A:visited,
A:hover,
A:active {
  background: #ffffff;
  color: #000000;
  text-decoration: underline;
}

BODY {
  background: #ffffff url(../images/aussen.gif) left top;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-align: left;  
}

H1, H2, H3, H4 {
  font-family: Arial;
  font-weight: bold;
}

H1.normal {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

H1.layout1 {
  font-size: 20px;
  font-weight: bold;
  color: #373535;
  text-transform: uppercase; 
}
    
H1.layout2 {
  font-size: 12px;
  font-weight: bold;
  color: #f37636;
  text-transform: uppercase;
}

H1.layout3 {
  font-size: 12px;
  font-weight: bold;
  color: #f37636;
  text-transform: none;
}
                                                               
H1.layout4 {
  background: transparent url(../images/hg_re.gif) left top repeat-x;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}   

H1.layout5 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-transform: none;
}

TR, TD{
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

/******************************************************************************
 * allgemeine IDs und Klassen
 ******************************************************************************/ 
#wrapper {
  width: 980px;
  background: #ffffff;
  text-align: left;
}

.cleaner {
  clear: both;
  float: none;
  background: #ffffff;
  font-size: 1px;  
}

/******************************************************************************
 * Header
 ******************************************************************************/ 

#header_image {
  float: none;
  width: 980px;
  background: #ffffff url(../images/header.jpg) left top no-repeat;
}

#header_menu_left {
  float: left;
  background: #ffffff url(../images/head_li.jpg) left top no-repeat;
}

#header_menu_center {
  float: left;
  background: #ffffff url(../images/head_mi.jpg) left top no-repeat;
}

#header_menu_right {
  float: left;
  background: #ffffff url(../images/head_re.jpg) left top repeat-x;
  text-align: right;
}

/******************************************************************************
 * Content
 ******************************************************************************/

#leftcontent {
  float: left;
  background: #ffffff;
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

#menu {
}

.menu_ebene_1,
.menu_ebene_2,
.menu_ebene_3 {
  background: #ffffff url(../images/linie_px.gif) left top repeat-x;
}

.menu_ebene_1 a:link,
.menu_ebene_1 a:visited,
.menu_ebene_1 a:hover,
.menu_ebene_1 a:active {
  background: transparent;
  color: #969292;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_ebene_1_act {
  background: #fbeee6 url(../images/hg_li.gif) left top repeat-x;
}

.menu_ebene_1_act a:link,
.menu_ebene_1_act a:visited,
.menu_ebene_1_act a:hover,
.menu_ebene_1_act a:active {
  background: transparent url(../images/pfeil1.gif) 0px 6px no-repeat;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_ebene_2 a:link,
.menu_ebene_2 a:visited,
.menu_ebene_2 a:hover,
.menu_ebene_2 a:active {
  background: transparent;
  color: #969292;
  text-decoration: none;
  text-transform: none;
}

.menu_ebene_2_act {
  background: #fbeee6 url(../images/hg_li.gif) left top repeat-x;
}

.menu_ebene_2_act a:link,
.menu_ebene_2_act a:visited,
.menu_ebene_2_act a:hover,
.menu_ebene_2_act a:active {
  background: transparent url(../images/pfeil2.gif) 0px 7px no-repeat;
  color: #000000;
  text-decoration: none;
  text-transform: none;
}

.menu_ebene_3 a:link,
.menu_ebene_3 a:visited,
.menu_ebene_3 a:hover,
.menu_ebene_3 a:active {
  background: transparent;
  color: #969292;
  text-decoration: none;
  text-transform: none;
}

.menu_ebene_3_act {
  background: #fbeee6 url(../images/hg_li.gif) left top repeat-x;
}

.menu_ebene_3_act a:link,
.menu_ebene_3_act a:visited,
.menu_ebene_3_act a:hover,
.menu_ebene_3_act a:active {
  background: transparent url(../images/pfeil3.gif) 10px 7px no-repeat;
  color: #f37636;
  text-decoration: none;
  text-transform: none;
}

#centercontent {
  float: left;
  background: #ffffff;
}

#rightcontent {
  float: left;
  background:#ffffff;
}

#rightcontent .bodytext {
}

/*****************************************************************************
 * footer
 *****************************************************************************/
 
#footer {
  float: none;
  background: #ffffff url(../images/fussleiste.jpg) left top no-repeat;
}
