/* CSS Document */

/* --- NAVIGATIONSMENÜ --- */

ul, li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

						
#navmenu				{
	position: absolute;
	top: 340px;
	left: 50px;
	width: 300px;
	height: 160px;
						}					
						
.navigation li
{
	text-indent: 40px;
	font-size: 10pt;
	margin: 1px 1px;
}

* html .navigation li
{
	height: 20px;
}


.navigation a
{
	text-decoration: none;
	text-align: left;
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
* html .navigation a:link,
* html .navigation a:visited
{
	text-decoration: none;
	text-align: left;
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}

.navigation a.now
{
	text-decoration: none;
	text-align: left;
	display: block;
	color: #E4E4E4;
	background-color: #242529;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #FFFFFF;
}

* html .navigation a,
* html .navigation a:link,
* html .navigation a:visited,
* html .navigation a:active	{font-weight: bold; text-decoration: none; margin: 0px 1px}

.navigation a:hover, .navigation a:focus{
	text-decoration: none;
	color: #E4E4E4;
	line-height: 20px;
	background-color: #330000;
	border: 1px solid #FFFFFF;
	}	

* html .navigation a:hover, * html .navigation a:focus{
	text-decoration: none;
	color: #E4E4E4;
	line-height: 20px;
	background-color: #330000;
	border: 1px solid #FFFFFF;
	}	
	
.navigation a:active{
	text-decoration: none;
	color: #242529;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #242529;
	}
	
	
.subnav li
{
	text-indent: 60px;
	font-size: 10pt;
	margin: 1px 1px;
}

* html .subnav li
{
	height: 20px;
}


.subnav a
{
	text-decoration: none;
	text-align: left;
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}
* html .subnav a:link,
* html .subnav a:visited
{
	text-decoration: none;
	text-align: left;
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

.subnav a.subnow
{
	text-decoration: none;
	text-align: left;
	display: block;
	color: #330000;
	font-weight: bold;
	line-height: 20px;
	border: none;
}

* html .subnav a,
* html .subnav a:link,
* html .subnav a:visited,
* html .subnav a:active	{font-weight: bold; text-decoration: none; margin: 0px 1px}

.subnav a:hover, .subnav a:focus{
	text-decoration: none;
	color: #E4E4E4;
	line-height: 18px;
	background-color: #330000;
	border: 1px solid #FFFFFF;
	}	

* html .subnav a:hover, * html .subnav a:focus{
	text-decoration: none;
	color: #E4E4E4;
	line-height: 18px;
	background-color: #330000;
	border: 1px solid #FFFFFF;
	}	
	
.subnav a:active{
	text-decoration: none;
	color: #242529;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	border: 1px solid #242529;
	}		
