/* Seiteneinstellungen */

#body {
	background-color: #3E5F88;
	}
#logostart {
	position: absolute;
	left: 0%;
	top: 30%;
	width: 100%;
	height: 161px;
	text-align: center;
	background-color: #8DA4C1;
	border-top: 1px dotted #3E5F88;
	border-bottom: 1px dotted #3E5F88;
	padding-top: 15px;
	padding-bottom: 15px;
	}
#logo {
	position: absolute;
	left: 0%;
	top: 5%;
	height: 30px;
	width: 90%;
	background-color: #8DA4C1;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10%;
	border-top: 1px solid #3E5F88;
	border-bottom: 1px solid #3E5F88;
	}
#inhalt {
	position: absolute;
	left: 10%;
	top: 15%;
	width: 55%;
	height: 80%;
	background-color: #8DA4C1;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	}
#navi {
	position: absolute;
	left: 70%;
	width: 190px;
	height: 80%;
	top: 15%;
	background-color: #3E5F88;
	}
#newsletter {
	background-color: #8DA4C1;
	position: absolute;
	width: 160px;
	height: auto;
	padding: 10px 10px 10px 15px;
	bottom: 0px;
	}
	
#newsletterbox {
	background-color: #3E5F88;
	position: absolute;
	left: -10px;
	bottom: 0%;
	width: 350px;
	height: 230px;
	border: 0px;
	overflow: hidden;
}

/* Navigation */

#active_menu {
  	color: #FF6501;
	font-size: 13px;
	bottom: 20px;
	bottom: 20%;
	bottom: 10%;
	top: 5%;
	top: 5%;
	top: 5px;
  	}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-align: left;
	}
a.mainlevel:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #8DA4C1;
	}
#active_menu2 {
  	color: #FF6501;
	font-size: 10px;
  	}
a.sublevel:link, a.sublevel:visited {
	display: block;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 19px;
	text-align: left;
	text-indent: 10px;
	}
a.sublevel:hover {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #8DA4C1;
	}

/* Formular Einstsellung */

.felder {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FF0000;
	}

/* Standards */

tr, p, div, td {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	color: #000000;
	}
hr {
  	background: #3E5F88;
  	height: 1px;
  	width: 100%;
	}
h5 {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	}
.button {
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  	font-style: normal;
  	font-size: 10px;
  	font-weight: normal;
  	color: #000000;
	background-color: #8DA4C1;
 	border: 1px solid #3E5F88;
	}
.small {
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  	font-size: 10px;
  	color: #000000;
  	text-decoration: none;
  	font-weight: normal;
	}
.inputbox {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
  	color: #000000;
  	border: 1px solid #3E5F88;
	background-color: #DEE6EF;
	text-align: left;
	width: 200px;
	}	
.inputboxklein {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
  	color: #000000;
  	border: 1px solid #3E5F88;
	background-color: #FFFFFF;
	text-align: left;
	}
.inputboxmiddle {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
  	color: #000000;
  	border: 1px solid #3E5F88;
	background-color: #DEE6EF;
	text-align: left;
	width: 154px;
	}
.smalldark {
	font-family: Verdana, Helvetica, Arial, sans-serif;
  	font-size: 10px;
  	color: #000000;
  	text-decoration: none;
  	font-weight: normal;
	}
.ueberschrift {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
a:link, a:visited {
	color: #3E5F88;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
td.zelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	color: #000000;
	border-bottom: 1px solid #000000;
	}
ul {
	list-style-type: decimal;
	list-style-position: outside;
	}
li {
	line-height: 15px;
	padding-top: 8px;
	}