html, body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
}

#kopfbereich {
	background: url(../px/kopfbild3.png) no-repeat left top;
	height: 210px;
	margin-left: 83px;
	margin-top: 15px;
}


#kopfbereich a {
	position: absolute;
	left: 930px;
	top: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}	


#menu {
	/*margin-left: 110px; */
	/*background-color: #000000; */
	width: 870px;
	padding: 5px;
	position: relative;
	top: -40px;
	left: 110px;
}

#menu a{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	/* font-style: italic; */
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	padding: 3px 25px 3px 25px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover {
	background-color: #333333;	

} 


#menubereich1zeile {
	margin-left: 100px;
}


#menubereich1zeile a {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-style: italic;
	margin-right: 80px;
}	

#menubereich1zeile a:hover {
	text-decoration: underline;
}



#menubereich2zeile {
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 860px;
	text-align: right;
}


#menubereich2zeile a {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-style: italic;
	margin-left: 80px;
}

#menubereich2zeile a:hover {
	text-decoration: underline;
}

#inhaltsbereich {
	background-color: yellow;
}





/************************************************************/
/* FUSSBEREICH												*/
/************************************************************/

#fussbereich {
	margin-left: 80px;
	margin-top: 40px;
	padding-top: 10px;
	width: 900px;
	float: left;
	clear: both;
	border-top: 1px dotted #666666;
	font-size: 13px;
}

