/*.Kopf.*/

#kopf UL {
	position: absolute;
	right: 0px;
	top: px;
	list-style: none;
}

#kopf UL LI {
	float: left; 
	height: 120px;
	width: 153px;
	background-color: rgb(209,210,212);
}

#kopf UL LI A {
	display: block;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: rgb(0,0,0);
}
#kopf UL LI A:LINK {color: rgb(0,0,0);}
#kopf UL LI A:VISITED {color: rgb(0,0,0);}
{
	color: rgb(204,0,0);
}
#kopf UL LI A:HOVER, #kopf UL LI A.aktiv {
	background-color: rgb(0,188,162);
	color: rgb(255,255,255);
}

#kopf UL LI A.aktiv:LINK {color: rgb(255,255,255);}
#kopf UL LI A.aktiv:VISITED {color: rgb(255,255,255);}




/*..*/
/*.Seite.*/
#navigation {
	float: left;
	position: relative;
	top: 120px;
	left: 0px;
	width: 195px;
	height: 588px;
	background-color: rgb(0,188,162);
}

#navigation #langwahl {
	position: absolute;
	left: 25px;
	top: 20px;
	width: 170px;
}

#navigation #langwahl A {
	width: 22px;
	height: 13px;
}

#navigation UL {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 195px;
	list-style: none;
}
/* .* html #navigation UL {bottom: 10px;}. */ /*.IE-Hack.*/

#navigation UL LI {}
/* .* html #navigation UL LI {margin-bottom: 10px;}. */ /*.IE-Hack.*/

#navigation UL LI A {
	display: block;
	padding-left: 20px;
	line-height: 30px;
	background-color: rgb(0,188,162);
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);

}

#navigation UL LI A:LINK {}
#navigation UL LI A:VISITED {}
#navigation UL LI A:HOVER {
	padding-left: 21px;
	background-color: rgb(179,179,179);
}
#navigation UL LI A.aktiv {
	background-color: rgb(230,230,230);
	color: rgb(0,188,162);
}

#navigation P.adresse {
	position: absolute;
	left: 0px;
	bottom: 20px;
	margin-left: 10px;
	font-size: 11px;
	color: rgb(255,255,255);
}

