
.body { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px }
.h2 { color: black; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 21px }
.h1 { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 19px }
body { color: blue; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px }
a   { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; text-decoration: underline }
a:hover     { color: #d21034; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; text-decoration: underline }
a:visited { color: #5d5d5e; font-size: 11px; line-height: 16px; text-decoration: underline }
#adresse { font-size: 10px; line-height: 18px }

.formfeld {
	width: 200px;
	}

.formtextarea {
	width: 200px;
	height: 100px;
	}

.formfeld_kl {
	width: 30px;
	}
	
#qpMenu {
	width: 820px;
	
	padding: 0;
	margin: 0;
	
	border: none;
	}
	
	
#header a {
	width: 820px;
	height: 57px;
	
	display: block;
	
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
#header a:hover {
	background-position: 0px -57px;
	}
	
#htmlMenuWrapper {
	width: 820px;
	height: 88px;
	
	padding: 5px 0 4px 0;
	margin: 0;
	
	background-color: #fff;
	}
	
.menuRow {
	width: 820px;
	height: 21px;
	
	margin: 0 0 1px 0;
	padding: 0;
	
	overflow: hidden;
	
	position: relative;
	}

.menuRowContent {
	width: 820px;
	height: 21px;
	
	margin: 0;
	padding: 0;
	
	overflow: hidden;
	
	position: absolute;
	left: 0;
	top: 0;
	
	z-index: 20;
	}
	
.menuRowBg {
	width: 820px;
	height: 21px;
	
	margin: 0;
	padding: 0;
	
	overflow: hidden;
	
	position: absolute;
	left: 0;
	top: 0;
	
	background-color: #ccc;
	
	z-index: 10;
	}

.menuItem, 
.menuItem:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	
	margin: 0 0 0 18px;
	
	display: block;
	
	height: 11px;
	padding: 3px 0px 0px 0px;
	
	float: left;
	
	border: none;
	}

.menuItem:hover, 
.menuItemAktiv, 
.menuItemAktiv:hover, 
.menuItemAktiv:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #d21034;
	text-decoration: none;
	
	margin: 0 0 0 18px;
	
	display: block;
	
	height: 11px;
	padding: 3px 0px 0px 0px;
	
	float: left;
	
	border: none;
	}

.fontWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}

.rowName {
	height: 11px;
	padding: 5px 10px 5px 50px;
	
	float: left;
	}