/* CSS Document */

/* In diesem Dokument werden die Standardeinstellungen für das Layout der Seite gespeichert */

/*	Last Update: 21.02.09
	(c) by Matthias Wick für 
	E-Mail: m.wick@web.de
	www.matthias-wick.de
*/


/* Der Style für die Navigation
--------------------------------------------------------------------------------------------------*/
#navigation {
	
	background-color: #000066;
	line-height: 11pt; /* Gibt die Zeilenhöhe an */
}

#navigation ul{
	padding: 0;
	margin: 0;
}

#navigation li{
	font-size: 10pt;
	color: #99FF33;
	padding: 0;
	margin: 0;
}

#navigation li:hover{
	background-color: #000033;
}

#navigation li.Ebene1{
	list-style-type: none;
	font-weight: bold;
	text-align: center;
	
}
#navigation li.Ebene2{
	list-style-type: none;
	font-weight: bold;
	padding-left: 39px;
	font-size: 9pt;
}

#navigation li.Ebene3{
	list-style-type: none;
	font-weight: normal;
	padding-left: 49px;
	font-size: 9pt;
	
}

#navigation li.Ebene4{
	list-style-type: none;
	font-weight: normal;
	padding-left: 60px;
	font-size: 8pt;
	
}

#navigation li.Ebene5{
	list-style-type: none;
	font-weight: normal;
	padding-left: 69px;
	font-size: 8pt;
	
}

#navigation a {	
	color: #99FF33;
	text-decoration: none;
}

#navigation a:link {
	Color: #99FF33;
	text-decoration: none;
} 
#navigation a:visited {
    Color: #99FF33;
    text-decoration: none;
} 
#navigation a:active {
    Color: #99FF33;
    text-decoration: none;
} 
#navigation a:hover {
    Color: #99CC99;
    text-decoration: none;
}

#navigation p.Sprachwechsel {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	text-align: center;
}