/*	navi.css,v 1.0 $date: 2005-09-15	*/

/*	HTML, BODY Definition für die gesamt Seite	*/
html, body {
	padding: 0;
	margin: 0;
	border: 0;
	color: #4D4D45;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
}

/*	Linke Navigation	*/
/*	Wird zum Teil in anderen CSS ueberschrieben	*/
#navigation {
	position: static;
	padding: 0;
	padding-top: 0;	/*	30px;	*/	/* Auf gleiche Hoehe mit Headline rechts achten */
	float: left;
	margin: 0;
	border: 0;
	width: 200px;		/*	light green navi Hintergrund	*/
	height: 100%;
}

/*	Alle Bilder haben keinen Rahmen	*/
img {
	border: 0;
}

/*	Das Logo oben links in der Navigation	*/
#logo {
	text-align: right;	/*	center;	*/
	border: 0;
}

/* Menuedefinitionen	*/
#menue {
	position: absolute;
	top: 160px;
	float: left;
	padding-left: 15px;
	text-align: left;
	border: 0;
}

#menue a {
	color: #4D4D45;
	text-decoration: none;
}

#menue a:hover {
	color: blue;
	font-weight: bold;
}

/*	V-Ausrichtung der Navigationsquadrate	*/
#menue img {
	vertical-align: middle;
}

.level1 {
	padding: 4px 0px 0px 0px;	/* ob re un li; war vorher leer	*/
	vertical-align: middle;
}

#level1a {
	padding: 4px 0px 0px 0px;	/* ob re un li; war vorher leer	*/
	vertical-align: middle;
	font-weight: bold;
}

.level2 {
	padding: 2px 0px 5px 24px;	/* ob re un li	*/
/*	padding-left: 28px;	*/	/* war 20px	*/
	font-size: 13px;
}

#level2a {
	padding: 2px 0px 5px 24px;	/* ob re un li	*/
	font-size: 13px;
	font-weight: bold;
}
