	

/* Hintergrundgrafik des Kopfes */

#headArea {
	background-repeat: no-repeat;
	background-image:url('/css/bilder/head_tour.gif');
	padding: 75px 0px 24px 0px;
	background-position: 150px 18px;
}

#headMenu {
	list-style-type: none;
	padding-left: 20px;
}

#headMenu li {
	float: left;
	background-image: url(/css/bilder/topnavigation_start.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 112px;
	padding: 13px 0px 4px;
}

#headMenu li.active {
	background-image: url(/css/bilder/topnavigation_end_big.gif);
	padding: 10px 0px 7px;
}

#headMenu li a {
	color: #FFFFFF;
	text-decoration: none;
}

#headMenu li.active a {
	text-decoration: underline;
}

.loginArea{
	position:relative;
	left:250px;
	top:-25px;
	width: 500px;
}

#partnerlogo {
	position: absolute;
	margin-top: -47px;
	margin-left: -5px;
}  