body {
  scrollbar-3dlight-color:#CCCCCC;
  scrollbar-arrow-color:#336666;
  scrollbar-darkshadow-color:#999999;
  scrollbar-face-color:#EFEFEF;
  scrollbar-base-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#055A39;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background-color: #a2bf6d;
}

a:hover {
  color: #336600;
  text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:link {
	color: #336600;
	text-decoration: underline;
}

table {
 text-align: left;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
}

input {
	font-size: 12px;
	color: #000066;
	background-color: #ffffff;
	width:100px;
	height:15px;
	border: #486696 1px solid;
}

#aktuelles a {
  color: #336600;
  text-decoration: none;
}
#aktuelles a:hover {
  text-decoration: underline;
}

#content {
  padding-top: 10px;
  line-height: 16px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #1B7C89;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
#content h1 {
 font-size: 18px;
 line-height: 24px;
}
#content h2 {
 font-size: 18px;
 line-height: 22px;
}

/* -------- NAVI -------- */

#navi {
 width:170px;
 float: left;
 position: absolute;
 left: -28px;
 font-family:Verdana, Arial, Helvetica;
 font-size:11px;
}
#navi ul,
#navi li {
 margin: 0px;
 padding: 0px;
 width: 170px;
 list-style-type: none;
}
#navi li {
 position: relative;
 float: left;
 background-color: #E2E4E9;
 margin-top: 2px;
}
#navi .level1 *{
 z-index: 1;
}
#navi a {
 width: 160px;
 padding: 0px;
 margin: 0px;
 height: 25px;
 line-height: 26px;
 color: #333366;
 font-weight: normal;
 text-decoration: none;
 padding: 0px 5px 0px 5px;
 display: block;
 float: left;
}
* html #navi a {
 width: 170px;
}
#navi a:hover {
 background-color: #A2BF6D;
 color: #FFF;
}
#navi a.akt {
 font-weight: normal;
 background-color: #009900;
}
#navi .level2 *{
 z-index: 2;
}
#navi ul.level2 {
 display: none;
 position: absolute;
 top: 10px;
 left: 170px;
 border: 1px solid #E1E3E8;
}
#navi .level2 li {
 position: relative;
 float: left;
 background-color: #F0F1F3;
 margin-top: 0px;
}
#navi .level2 a {
 font-size: 10px;
 height: 20px;
 line-height: 19px;
}

