div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 14px;
	color: #8D99A9;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8D99A9;
	margin-bottom: 0px;
}
a {
	color: #003399;
	text-decoration: none;
	}
a:hover {
	color: #6293CD;
}

#metanav {
	font-size: 11px;
	margin-top: 0px;
}

#footer {
	font-size: 40px;
	font-weight: bolder;
	color: #DDD5E1;
	margin-left: 310px;
	margin-top: -140px;
}

#content li {
	list-style: disc;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 16px;
}

#halfdot {
	margin-right: 10px;
}

#content label {
	position: absolute;
	padding-right: 20px;
}

#content textfield {
	position: absolute;
	padding-left: 30px;
}

/* Kontaktform*/

#kontaktform {
  	width: 400px;
}

.row {
   clear: both;
   padding: 2px 0px;
}

.label {
  float: left;
  width: 80px;
  text-align: left;
  padding-top: 3px;
}

.feld {
  float: left;
  width: 300px;
  text-align: left;
} 

.knopf {
  clear: both;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 80px;
}

.defbreite {
  width: 260px;
}







/*Navigation*/

/* Navigation, wie main*/

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li#sub {
	text-indent: 10px;
}

div.menu {
	position: absolute;
	visibility: visible;
	/*position: fixed;*/
	width: 410px;
	height: 16px;
	top: 200px;
	left: 205px;
	z-index: 100;


}
div.menu li {
float: left;
width: 135px;
}

div.menu a {
margin: 0 2px;
height: 16px;
padding-top: 3px;
padding-bottom: 2px;
display: block;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 11px;
text-align: center;
font-weight: bold;
padding-left: 3px;
border-left: 2px solid #003399;
text-decoration: none;
color: Black;
background: #DCDFE5;
}
/*highlighting Hauptmenue*/

div.menu a:hover {
	background: #AAB1BF;
	border-left: 2px solid #003399;
	color: #003399;
}

/*highlighting Submenue*/

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6 {
	
	display: none;
	float: left;

}


#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a {

	font-weight: normal;
	border-top: 0 none;
	border-bottom: 2px solid white;
}


/*highlighting akiver Link Hauptmenu*/

body#main01 a#link01, body#main02 a#link02, body#main03 a#link03, body#main04 a#link04, body#main05 a#link05, body#main06 a#link06 {
	background: #AAB1BF;
}
