/*INFO für MAC User: Der Browser hat Schwierigkeiten mit der Darstellung des Menu-Systems.*/
/*Die Darstellungsschwäche ist bekannt. Unsere Technik wird den Bug suchen und beheben.*/
/*Alle anderen Browser stellen die Site korrekt dar. WIN: IE6+, Opera 8+, Firefox,*/
/*MAC: Firefox 1.0.7+, Camino 1.0.2+, Safari 1.3.2+, Mozilla 1.6+, Netscape 7.2+, Opera 8+*/

/*Wenn Sie weitere Darstellungsschwächen feststellen sollten, schickt diese bitte an:*/ 
/*technik@ostfrieslandonline.de*/

/*Allgemein*/
* {
  margin: 0;
  padding: 0;
}
/*Layout*/

#wrapper {
/*zentriert die Konstruktion im Browser: getestet WIN IE6, Opera 8.5 / MAC Firefox, Netscape, Opera 8.5, Safari, IE 5.5*/
  position: absolute;
  width: 870px;
  left: 50%;
  margin-left: -435px;
  background-image:url(../layout/bg_content.gif);
  background-repeat: repeat-y;
}

#header {
  position: relative;
  width: 870px;
  height: 250px;
}

#headernavi {
  position: absolute;
  top: 5px;
  left: 545px;
  width: 300px;
  text-align: right;
  z-index: 999;
}

#navi {
  position: relative;
  width: 830px;
  height: 29px;
  padding-left: 20px;
  background-image:url(../layout/bg_navi.gif);
}

#inhalt {
  width: 630px;
  /*margin-left: 5px;*/
  /*padding-right: 5px;*/
  padding-top:20px;
  padding-left: 20px;
  float: left;
}

#rand {
  position: relative;
  margin-left: 5px;
  /*padding-right: 5px;*/
  width: 190px;
  background-image:url(../layout/1x1_D7D7D3.gif);
  background-repeat: repeat;
  float: left;
  font-family: georgia;
  font-size: 13px;
}

#footer {
  clear: both;
  position: relative;
  padding-top: 3px;
  width: 830px;
  height: 32px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image: url(../layout/bg_footer.gif);
  font-size: 11px;
  color: #FFF;
}

/*Ergänzende Formate*/
/*begin subnavi*/
#headernavi ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#headernavi li {
  display: inline;
  border-bottom: 1px solid #FFF;
  padding: 5px;
}

#headernavi li a {
  display: inline;
  font-weight: bold;
  display: inline;
  color: #585543;
  text-decoration: none;
  font-style: normal;
  font-face: bold;
} 

#headernavi li a:hover {
  font-weight: bold;
  color: #b3b3b3;
}
/*end subnavi*/
/*begin navi*/

#nav {
  color: #FFF;
}
  
#nav li {
    display: block;
    float: left;
    height: 29px;
    width: auto;
    text-align: left;
    line-height: 29px;
  }
  
#nav li a {
    cursor: pointer;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 29px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
  }
  
#nav li a:hover {
    background-color: #999966;
    color: #595645;
  }
/*end navi*/

/*begin a.mylink*/
a.mylink { 
  color: #585543;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;    
}

a.mylink:hover { 
  color: #B3B3B3;
}
/*end a.mylink*/

/*begin hr linie*/
hr {
  border: 1px solid #595645;
}
/*end hr linie*/
