/*  Navigation-Links */

#navigationlinks a  {
  text-decoration:        none;
  background-color:       #AAF58D;
  border-left-color:      #FFAC87;
  border-left-style:      solid;
  border-left-width:      5px;
  color:                  #000000;
  font-weight:            bold;
  padding-bottom:         2px;
  padding-left:           2px;
  padding-top:            2px;

}

#navigationlinks a:hover  {
  text-decoration:        none;
  background-color:       #AAF58D;
  border-left-color:      #FF6B2A;
  border-left-style:      solid;
  border-left-width:      5px;
  color:                  #000000;
  font-weight:            bold;
  padding-bottom:         2px;
  padding-left:           2px;
  padding-top:            2px;

}



#navigationlinks div {
margin-left:          3px;
margin-bottom:          3px;
}









/*  INHALT */

#inhalt div {
margin-left:          10px;
margin-right:         10px;
}


#inhalt H2 {
margin-top:             0px;
margin-bottom:          12px;
font-size:              14pt;
}

#inhalt H3 {
margin-bottom:          12px;
font-size:              14pt;
}

#inhalt H1 {
margin-top:             0px;
margin-bottom:          12px;
font-size:              17pt;
}

#inhalt .mail a {
  text-decoration:        none;
  background-color:       #CDFFBF;
  border-right-color:      #CDFFBF;
  border-right-style:      solid;
  border-right-width:      5px;
  color:                  #000000;
  font-weight:            bold;
  padding-bottom:         2px;
  padding-right:           2px;
  padding-top:            2px;
}

#inhalt .mail a:hover  {
  text-decoration:        none;
  background-color:       #CDFFBF;
  border-right-color:      #CDFFBF;
  border-right-style:      solid;
  border-right-width:      5px;
  color:                  #FF6B2A;
  font-weight:            bold;
  padding-bottom:         2px;
  padding-right:           2px;
  padding-top:            2px;

}


