#navigation {
	float: left;
	margin: 0 20px 30px 0;
}

#hauptnavi {list-style: none;}

#hauptnavi LI {
	position: relative;
	margin-bottom: 10px;
}

#hauptnavi LI.suchfeld {
	background-image: url(../eicons/HG_Navi_normal.jpg);
	background-position: top left;
	width: 140px;
}

#hauptnavi LI A {
	width: 140px;
	font-size: 13px;
	line-height: 24px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../eicons/HG_Navi_normal.jpg);
	background-position: top left;
}
#hauptnavi>LI>A {display: block;} /*.Für Safari / FF / etc ?!?.*/

#hauptnavi LI A:LINK {color: rgb(51,51,51);}

#hauptnavi LI A:VISITED {color: rgb(51,51,51);}

#hauptnavi LI A:HOVER {
	color: rgb(255,255,255);
	background-color: rgb(0,146,63);
	background-image: url(../eicons/HG_Navi.jpg);
	background-position: top left;
}

#hauptnavi LI A:ACTIVE {color: rgb(51,51,51);}

#hauptnavi LI A.aktiv {
	color: rgb(255,255,255);
	background-image: url(../eicons/HG_Navi.jpg);
	background-position: top left;
}

#hauptnavi LI A.aktiv:LINK {color: rgb(255,255,255);}
#hauptnavi LI A.aktiv:VISITED {color: rgb(255,255,255);}

#unternavi {
	position: absolute;
	top: 0px;
	left: 150px;
	list-style: none;
	z-index: 99; /*.FF/Safari-Hack, weil sonst das Menue unbedienbar ist ... vollkommen unlogisch!.*/
	background-color: rgb(227,240,230); /*...TEST...*/
}

#unternavi LI {	margin-bottom: 4px;}
#unternavi LI.leerraum {
	margin-bottom: 0px;
	height: 2px;
	background-color: #FF0; /* --- TEST --- */
}

#unternavi LI A{
	display: block;
	width: 120px;
	padding: 0 0 0 3px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	border: 1px solid rgb(227,240,230); /* TEST */
	background-image: none;
}

#unternavi LI A:LINK {color: rgb(51,51,51);}

#unternavi LI A:VISITED {color: rgb(51,51,51);}

#unternavi LI A:HOVER {
	color: rgb(51,51,51);
	background-color: rgb(240,240,240);
	background-image: none;
	border-left: 1px solid rgb(255,204,204); /* TEST */
	border-top: 1px solid rgb(255,204,204); /* TEST */
	border-right: 1px solid rgb(214,36,28); /* TEST */
	border-bottom: 1px solid rgb(217,36,28); /* TEST */
}

#unternavi LI A:ACTIVE {color: rgb(51,51,51);}

#unternavi LI A.aktiv {
	background-image: url(../eicons/HG_uNavi.jpg);
	background-position: top left;
	color: rgb(255,255,255);
}

#unternavi LI A.aktiv:LINK {color: rgb(255,255,255);}

input.border {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	width: 104px;
	margin: 0 0 0 14px;
}

/* .Deklarationen Terminvorschau. */

#term_vs {
	float: left;
	width: 200px;
	border-left: 13px solid rgb(0,136,53);
	/* .border-top: 1px solid rgb(179,204,179);
	border-right: 1px solid rgb(179,204,179);
	border-bottom: 1px solid rgb(179,204,179);. */
	background-image: url(../eicons/HG_TermVs.gif);
	background-position: top right;
	/* .background-color: rgb(220,230,220);. */
	margin: 10px 0 0 0;
}

#term_vs P {
	margin: 5px 0 5px 10px;
	border-bottom: 1px solid rgb(220,220,220);
}
