/*
------------------------------------------------------------------------------------------------------------------
Beginn Hauptnavigation, funktioniert unter FF3 und IE6 Problemlos, Design kann individuell angepasst werden.
Bei Größenänderung muss margin und padding teilweise beachtet werden, sonst mag IE6 nicht mehr.
Auch zu beachten ist die Extra csshover.htc für IE!
------------------------------------------------------------------------------------------------------------------
*/

/* Style-Reset */

#navi, #navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/* Horizontale Anordnung */
#navi li {
	width:115px;
	float:left;
}

/* Normalzustand eingeklappt */
#navi li ul {
	display:none;
}

/* Ausgeklappt */
#navi li:hover ul {
	display:block;
}

/*###################*/
/* Styles fuers Auge */
/*###################*/
	  
#navcontainer {
	height:25px;
	position:relative;
	font-size:12px;
	margin: 10px 0px 0px 30px;
}

#navi {
	position:absolute;
}

#navi li {
	border:0px solid #193b9f;
	margin:0px 10px 0px 10px;
}

#navi ul li {
	border:none;
	margin:0px;
}

#navi a {
	text-align:center;
	display:block;
	padding:0px;
	margin:0px;
	font-weight: lighter;
}

#navi a:link, #navi a:visited {
	color:#fff;
	background:#193b9f;
	border:2px solid #193b9f;
	text-decoration:none;
}

#navi a:active, #navi a:hover {
	color:#fff;
	background:#5da51f;
	border:2px solid #5da51f;
	text-decoration:none;
}

/* 
------------------------------------------------------------------------------------------------------------------
Ende Navigation 
------------------------------------------------------------------------------------------------------------------
*/

#footerhp {
	background-image: url(../images/basisleiste_untenv2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	margin-top: 4px;
	height:19px;
	line-height:19px;
}

#footerhp a {
	color: #D5D2D0;
	margin-left:15px;
	text-decoration: none;
	font-weight: bold;
}

#footerhp a:active, #footerhp a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*
--------------------------------------------------------------------------------
*/

