body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: center;
	}

div#kopf {
	text-align: center;
	border-bottom: 1px solid black;
	margin-bottom: 3px;
}

div#kopf > img {
	display:inline;
	border: thin solid black;
}

div#quickinfo {
	position: absolute;
	top: 55px;
	left: 30px;
	width: 500px;
	height: 75px;
	border: medium solid red;
	background-color: Silver;
	margin: 0px;
	padding: 0px;
}

#qi_head {
	color: Red;
	font-size: 110%;
	font-weight: bold;
	height: 8%;
}

#socnw {
	display: inline-block;
	width: 652px;
	text-align: right;
}

div#menu {
	background-color: #FF0000;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}

div#menu > ul {
	text-align: center;
	width: 100%;
	display:inline;
	height:100%;
	margin: 0px;
}

div#menu * li {
	display: inline;
	text-align: center;
	width: 14%;
}

div#menu * a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

div#menu * a:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-size: 10pt;

}

.submenu {
	display: block;
	position: absolute;
	top: 155px;
	color: #ff0000;
}


