/**
 * Style sheet Horizontale_Navigation
 */
/* Position */
.horizontale_navi
{
	left:0px;
	top:-5px;
	position:absolute;
}

/* Position IE6 Hack !!! */
*html .horizontale_navi
{
	right:20px;
	top:7px;
	position:absolute;
}

/* Position IE7 Hack !!! */
*+html .horizontale_navi
{
	right:20px;
	top:7px;
	position:absolute;
}

/* Horizontale Navigation */
.horizontale_navi li
{
	border-right:1px solid #black;
	list-style-type:none;
	list-style-items:none;
}

/* HORIZONTALE NAVI - FONT & FARBE!!!!!!!!!!!! */
.horizontale_navi a, .horizontale_navi li, .horizontale_navi p
{
	display:inline;
	margin-right:5px;
	margin-left:5px;
	font-family:"trebuchet ms", arial;
	font-weight:bold;
	font-size:16px;
	color:#666666;
}

.horizontale_navi a:hover
{
	text-decoration:underline;
	color:#666666;
}

/* HORIZONTALE NAVI - AKTIVER LINK - Font und Farbe */
.horizontale_navi .active
{
	color:#cc0000;
}

