

body {	
	font-family: Verdana;
	font-size: 14pt;
	background-color: #ffffff;
	color: #000000;
	
}

div.kopf {
	position: absolute;
	left: 1%;
	top: 12px;
	right: 0px;
	text-align: center;	
	background-color: #ffffff;
	
	width: 100%;
}

div.kopf h1 {
	text-align: center;
	font-size: 50px;
	
}	

ul.menu {		
	cursor: pointer;
	
	width: 100%;
}

li ul li {
	visibility: hidden;
}

ul.menu li.menu
{
	
	display: inline-block;
	font-size: 8pt;
	vertical-align: top;
	list-style: none;	
	width: 13%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: center;	
	color: #404040;
	border-width: 1px;
	background-color: #ffffff;
	border-style: solid;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #d8d8d8;
}

ul.menu li.menu:hover {
	background-color: #f8f8f8;
	border-color: #000000;
	
}

li.menu:hover ul li {
	margin-top: 2px;
	margin-left: -51px;
	visibility: visible;
	list-style: none;
	font-weight: 300;
	text-align: center;
	padding-left: 10px;
	border-style: solid;	
	border-width: 1px;	
	background-color: #ffffff;
	width: parent;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #d8d8d8;
}

li.menu:hover ul li:hover {
	margin-top: 2px;
	margin-left: -51px;
	visibility: visible;
	list-style: none;
	font-weight: 300;
	text-align: center;
	padding-left: 10px;
	border-style: solid;	
	border-width: 1px;	
	background-color: #f8f8f8;
	width: parent;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #000000;
}


div.inhalt {	
	margin-top: 200px;
	
	
}

blockquote {
	font-style: italic;
}

strong {
	font-weight: 550;	
}

a {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma;	
}


p {
	text-align: left;
}


	
