/* Header allgemein */
.header {
  width:970px;
  height:180px;
  padding:0px;
  margin-left:10px;
  margin-top:10px;
  background-image:url(../../images/header.gif);
}

/* linke Grafik */
#logo_left {
  position:relative; left:32px; top:12px;
  float:left;
  width:171px;
  height:180px;
  padding:0px;
  margin:0px;
  text-align:left;
}

/* rechte Grafik */
#logo_right {
  position:relative; left:32px; top:57px;
  float:left;
  width:171px;
  height:180px;
  padding:0px;
  margin:0px;
  text-align:left;
}

/* Text-Bereich */
#header_data {
  position:relative; top:12px;
  float:left;
  width:628px;
  height:180px;
  padding:0px;
  white-space:nowrap;
  margin:0px;
}

/* Menü */
#header_menu {
  height:40px;
  width:628px;
  padding:0px;
  margin:0px;
  text-align:center;
  word-spacing:10px;
  display:inline;
}

#header_menu p {
  white-space:nowrap;
  margin:0px;
  padding:0px;
}

#header_menu a {
  margin:0px;
  padding:0px;
  font-size: 11pt;
  color: #9C5A39;
  font-weight:bold;
}

#header_menu a:link, #header_menu a:visited, #header_menu a:active {
  text-decoration:none;
}

#header_menu a:hover {
  text-decoration:underline;
}

/* Titel und Untertitel */
#header_title {
  position:relative; top:8px;
  width:628px;
  padding:0px;
  margin:0px;
  text-align:center;
}

#header_title h1 {
  font-size: 28pt;
  color: #FFFFCE;
  font-weight:bold;
  padding:0px;
  margin:0px;
}

#header_subtitle {
  position:relative; top:22px;
  width:628px;
  padding:0px;
  margin:0px;
  text-align:center;
}

#header_subtitle h2 {
  font-size: 14pt;
  color: #EFEFBE;
  font-weight:bold;
  padding:0px;
  margin:0px;
}

