#top h1 a {
	display: block;
	position: absolute;
	width: 203px;
	height: 66px;
	z-index: 10;
	left: 0px;
	top: 54px;
	text-indent: -5000px;
	background-repeat: no-repeat;
}

.de #top h1 a {
	background-image: url(../media/template/logoDe.gif);
}

.en #top h1 a {
	background-image: url(../media/template/logoEn.gif);
}

#top h2 {
	display: block;
	position: absolute;
	width: 168px;
	height: 100px;
	z-index: 10;
	left: 477px;
	top: 34px;
	text-indent: -5000px;
	background-repeat: no-repeat;
}

.de #top h2 {
	background-image: url(../media/template/topArteDe.gif);
}

/* CSS fuer Help-Navigation */

#helpNav {
	list-style-type: none;
	position: absolute;
	z-index: 10;
	top: 12px;
	right: 0px;
}

#helpNav li {
	float: left;
	margin : 0px 0px;
}

#helpNav li a {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	color: #3C3D41;
	line-height: 12px;
}

#helpNav li a:hover {
	color: #003D81;
}

#helpNav li a.active, #helpNav li a.active:hover {
	color: #003D81;
}

#helpNav .last {
	padding-right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3C3D41;	
}

/* Navigation */

#mainNav {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	z-index: 10;
	top: 167px;
	left: -9px;
}

#mainNav li {
	display: inline;
	margin : 0px 0px;
}

#mainNav li a {
	padding-left: 9px;
	padding-right: 9px;
	line-height: 12px;
	color: #3C3D41;
}

#mainNav li a:hover {
	color: #003D81;
}

#mainNav li a.active, #mainNav li a.active:hover {
	color: #003D81;
}