#navigation {
	position:absolute;
	width:160px;
	height:279px;
	z-index:1;
	top: 120px;
	left: 20px;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FF8C8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#navigation a:link {
	text-decoration:none;
	color: #000000;
}
#navigation a:visited {
	text-decoration:none;
	color: #000000;
}	

#navigation a:hover {
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}

#navigation a:active {
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}
#content a:link {
	text-decoration:none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
}
#content a:visited {
	text-decoration:none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
}	

#content a:hover {
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}

#content a:active {
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}

#header {
	position:absolute;
	width:100%;
	height:100px;
	z-index:2;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}
#content {
	position:absolute;
	width:577px;
	height:279px;
	z-index:3;
	left: 200px;
	top: 120px;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sponsoren {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	left: 800px;
	top: 120px;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #990033;
}
.unterstreichung {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF3300;
}
.Stil1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}


