
* {/* set all to 0 */
margin: 0;
padding: 0;
}
img {
	border: none;
}
body#all {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
padding: 0px 0;
background-color: #00016A; 
color: #000;
}
/* Text und Links allgemein */
a {
text-decoration: none;
color: #000099;
}
a:hover {
background-color: transparent; 
color: #f00;
}
/* Container mit ihren Inhalten */
#wrapper {/* umschlieszt alles */
text-align: left;
width: 100%;
margin: 0 auto;
background-color: #fff; 
}
/* Header */
#header {
padding: 10px 10px;
background-color: #800; 
color: #000;
border-bottom: 8px solid #777;
}
h1 {/* vorbehalten fuer Titel|Banner */
padding: 25px 30px;
margin-left: 50px;
color: #969696;
font-size: 26px;
}
/* Menues */
#linkes { /* links von content floatendes Menue */
position: absolute;
top: 5px;
left: 5px;
float: left;
width: 160px;
color: #fff;
}
#linkes img {
margin-bottom: 10px;
}
/* Content */
#content {/* mit linkem Rahmen in der Breite und BG-Color von menue2 */
padding: 10px 0 0 25px;
background-color: #fff; 
color: #000;
border-left: 170px solid Navy;
font-size: 13px;
padding-top: 10px;
min-height: 630px;
}
* html #content {
height: 650px;
}
#content_start {/* mit linkem Rahmen in der Breite und BG-Color von menue2 */
padding: 10px 0;
background-color: #fff; 
color: #000;
border-left: 170px solid Navy;
font-size: 13px;
padding-top: 210px;
}
#content p {
line-height: 150%;
padding: 0 60px 10px 40px;
}
#content_start p {
line-height: 150%;
padding: 0 60px 10px 40px;
}
#content p.topper {
padding: 10px 60px 20px 40px;
}
#content_start p.topper {
padding: 10px 60px 20px 40px;
}
#content ul {
line-height: 150%;
padding: 0 60px 10px 60px;
}
#content_start ul {
line-height: 150%;
padding: 0 60px 10px 60px;
}
#content img {
	margin: 0 5px 0 5px;
}
#navig {
position: absolute;
top: 10px;
height: 70px;
width: 650px;
}
#inhalt {
	width: 650px;
	margin: 25px;
}
#inhalt li {
	list-style: none;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
}
h2, h3, h4 {
padding: 15px 0 10px 40px;
}
.box {
	margin: 10px 0 0 40px;
	background-color: #ACD6FF;
	padding: 0 0 0 20px;
	display: block;
	width: 420px;
	line-height: 150%;
}
.formbox {
	margin: 5px 0 0 0;
	background-color: #ACD6FF;
	padding: 5px;
}
.blaubox {
	margin: 10px 0 0 10px;
	background-color: #ACD6FF;
	padding: 5px;
	width: 600px;
}
.infobox {
	display: block;
	background-color: #D3E8A8;
	text-align: center;
	font-weight: bold;
	margin-left: 40px;
	padding: 10px 0 10px 0;
	color: #FF6600;
	width: 600px;
}
.slbox {
	display: block;
	background-color: #FFD988;
	text-align: center;
	font-weight: bold;
	margin-left: 40px;
	padding: 10px 0 10px 0;
	color: #FF6600;
	width: 600px;
}
td {
	line-height: 130%;
}
/* Footer */
#footer {
clear: both;
height: 34px;
background-color: #00016A; 
color: #ccc;
border-top: 2px solid #000162;
font-size: 12px;
}
#footer p {
position: absolute; 
left: 7%;
padding: 8px 15px;
}
#footer a {
text-decoration: none;
background-color: transparent;
color: #fff;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #f00;
}
/* Ausgeblendetes */
.invis, hr {
display: none;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  float:left;
  margin: 10px 0 0 35px;
  border: 0 none;
  padding: 0;
  width: 650px; /*For KHTML*/
  list-style: none;
  height: 25px;
 }
ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 19px; /*Abstand der unteren Punkte*/
  width: auto;
}
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 74px; /*Abstand zu den Bildern*/
  left: 0;
}
ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu a {
  border: 2px solid #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  padding: 0;
  margin: 0 0 0 1px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  /*filter:alpha(opacity=85);
  opacity: 0.85;*/
  background: transparent;
  color: #FFFFCC;
  font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/
  width: 70px;
}
ul#navmenu a.aktiv {
  color: #FEFEFE;
background: transparent;

}
/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: transparent;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #fff;
  color: #775100;
  }

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #fff;
  color: #C00;
  width: auto !important;
  min-width: 70px;
  width: 70px;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 80px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
H2 {
	font-size : 12pt;
}
H3 {
	font-size : 10pt;
}
H4 {
	font-size : 8pt;
}
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.rot {
	color : Red;
}
.gruen {
	color : Green;
}
.blau {
	color : Navy;
}
.s {
	font-size : 8pt;
}
.m {
	font-size : 10pt;
}
.g {
	font-size : 14pt;
}
/* Formular */
B {
	font-weight : bold;
}
input, select, option {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	
}

textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000;	
	background-color: #ffffff;
	width: 320px;
}
.error {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #CC6633;
}
.nobr {
	white-space : nowrap;
}
.center {
	text-align : center;
}
.imgabst {
	margin: 0 10px 0 10px;
}

/* Form */

.grey{
	background-color: #eeeeee;
}
form {
  display:inline;
}
inputbox {
	background:#FFFFFF;
	width: 150px;
	height: 17px;
	font-size: 11px;
	color: #454545;
	padding:5px 2px 2px 2px;
	border: 1px solid #D3D3D3;
}

TABLE {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}
TD.cell{
	padding-right: 1px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 0px;
	vertical-align: top;
}
TD.cellitem{
	padding: 2px;
	padding-right: 8px;
	height: 19px;
	vertical-align: top;
}
TD.celldark{
	vertical-align: top;
	border: 1px solid #eeeeee;
	border-left-width: 8px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 4px;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #c6c9d1;
	text-decoration: none;
}
TD.line {
	border: 0px;
	height: 1px;
	font-size: 0px;
	background-color: #8a91a2;
}
TD.line_wrap{
	height: 7px;
	font-size: 0px;
	background-color: #eeeeee;
}
TD.space{
	height: 0px;
	font-size: 0px;
}
DIV.bold,
DIV.description_bold {
	padding-left: 8px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: middle;
	text-align: left;
	font-variant: normal;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
DIV.normal {
	padding-left: 8px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: middle;
	text-align: left;
	font-variant: normal;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
}
textarea {
	border: 1px solid #D3D3D3;
}
INPUT.width1 {
	width: 83px;
}
INPUT.width2 {
	width: 160px;
}
INPUT.width2s {
	width: 152px;
}
INPUT.width3 {
	width: 228px;
}
INPUT.width3s {
	width: 236px;
}
INPUT.width4 {
	width: 320px;
}
INPUT.width5 {
	width: 520px;
}
