
* { margin:0; padding:0; }

body, html {
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  margin:0; 
  padding:0;
  width: 980px;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 2px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 2px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2px;
}

#header img { 
  position: absolute;
  top: 0px;
  left: 0px;
}

#menu {
  position: absolute;
  top: 95px;
  left: 0px;
  background: #90B0E0;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  height: 22px;
  width: 956px;
  padding: 3px 0 0 24px;
}

#menu a {
  text-decoration: none;
  color: #FFFFFF;
}

#menu a:hover {
  text-decoration: underline;
  color: #00FF00;
}

#menu .spacer {
  color: #FFFFFF;
}

#submenu {
  position: absolute;
  top: 124px;
  left: 0px;
  background: #D3DFF3;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  height: 20px;
  width: 956px;
  padding: 3px 0 0 24px;
}

#submenu a {
  text-decoration: none;
  color: #779AD3;
}

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

#submenu .spacer {
  color: #779AD3;
}

#logo {
  clear: both;
  width: 980px;
  font-size: 9px;
  margin: 0px;
  padding: 0px;
}

#logo p {
  border-top: 1px solid #C0C0C0;
  text-align: right;
}

#logo p.ozonwarnung {
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  margin-bottom: 3px;
}

#logo a {
  text-decoration: none;
}

#logo a p.ozonwarnung, #logo a p.ozonwarnung img {
  color: black;
  border: none;
  text-decoration: none;
}

#logo a:hover, #logo a:hover p.ozonwarnung {
  text-decoration: underline;
}


