* {
/*  margin: 0px;
  padding: 0px;*/
  font-family: Arial, Helvetica, sans-serif, Verdana;
}

#wrapper {
  /*zentriert die Konstruktion im Browser: getestet WIN IE6, Opera 8.5 / MAC Firefox, Netscape, Opera 8.5, Safari, IE 5.5*/
  position: absolute;
  position: relative;
  width: 100%;
}

#header {
  position: relative;
  float: left;
  text-align: right;
  width: 879px;
  height: 115px;
}

#content {
  position: relative;
  float:left;
  width: 100%;
  font-size: 0.8em;
}

#inhalt {
  position: relative;
  width: 100%;
  padding-top: 5px;
}

#footer {
  display: none;
}

#footer-print {
  margin-top: 5px;
  width: 100%;
}

#navi {
  display: none;
}

.cbox {
  padding: 3px;
  font-size: 16px;
  color: #000;
}

.cbox2 {
  padding: 3px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}



#subnavi {
  display: none;
}


h1 {
  font-size: 14px;
  color: #183C86;
}

h2 {
  font-size: 14px;
  color: #183C86;
  font-weight: bold;
  font-style: italic;
}
h3 {
  font-size: 12px;
  color: #183C86;
}

h4 {
  font-size: 12px;
  color: #183C86;
  font-weight: bold;
  font-style: italic;
}

a {
  font-style: italic;
  text-decoration: none;
}

.startbox {
  margin-left: 3px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: bold;
}
