#navigation {
	position: absolute;
	top: 40px;
	left: 778px;
	width:182px;
	height: 217px;
}

#navigation UL {
	list-style: none;
	margin: 30px 0 0 0;
}

#navigation UL LI {margin-bottom: 30px;}
* html #navigation UL LI {margin-bottom: 20px;}
#navigation UL LI A {
	display: block;
	padding: 0 0 0 15px;
	line-height: 21px;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
#navigation UL LI A:LINK {color: rgb(255,255,255);}
#navigation UL LI A:VISITED {color: rgb(255,255,255);}
#navigation UL LI A:HOVER {
	color: rgb(0,121,42);
	background-color: rgb(240,240,240);
}
#navigation UL LI A.aktiv:LINK {background-color: rgb(204,210,255);font-weight: bold; color: rgb(0,121,42);}
#navigation UL LI A.aktiv:VISITED {background-color: rgb(204,210,255);font-weight: bold; color: rgb(0,121,42);}
#navigation UL LI A.aktiv:HOVER {background-color: rgb(204,210,255);font-weight: bold; color: rgb(0,121,42);}

/* .+++++++++++++++. */

#navigation2 {
	position: absolute;
	top: 265px;
	left: 778px;
	width: 182px;
	height: 375px;
}

#navigation2 UL {
	list-style: none;
	margin: 30px 0 0 0;
}

#navigation2 UL LI {margin-bottom: 30px;}
* html #navigation2 UL LI {margin-bottom: 20px;}
#navigation2 UL LI A {
	display: block;
	padding: 0 0 5px 15px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
}
#navigation2 UL LI A:LINK {color: rgb(255,255,255);}
#navigation2 UL LI A:VISITED {color: rgb(255,255,255);}
#navigation2 UL LI A:HOVER {
	color: rgb(0,121,42);
	background-color: rgb(240,240,240);
}
#navigation2 UL LI A.aktiv {color: rgb(105,179,228);}
#navigation2 UL LI A.aktiv:LINK {color: rgb(105,179,228);}
#navigation2 UL LI A.aktiv:VISITED {color: rgb(105,179,228);}
#navigation2 UL LI A.aktiv:HOVER {color: rgb(105,179,228);}

/* .+++++++++++++++++++++++. */

#impressum {
	position: absolute;
	top: 641px;
	left: 30px;
}

#impressum A {
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(0,121,42);
	padding: 3px 5px;
}

#impressum A:LINK {color: rgb(128,128,128);}
#impressum A:VISITED {color: rgb(128,128,128);}
#impressum A:HOVER {background-color: rgb(240,240,240); color: rgb(0,121,42);}

#impressum A.aktiv { background-color: rgb(0,121,42); color: rgb(105,179,228);}
#impressum A.aktiv:LINK { background-color: rgb(0,121,42); color: rgb(255,255,255);}
#impressum A.aktiv:VISITED { background-color: rgb(0,121,42); color: rgb(255,255,255);}

