/* Hauptnavigation */

#navcontainer { 
margin-left: 0px; 
padding-top: 0;
}


* html #navcontainer { 
margin-left: 0; 
padding-top: 0;
}

/* Hauptnavigation 1. Ebene */
#navcontainer ul 
{

	font-weight: normal;
	margin: 1;
	font-family: tahoma, arial, Helvetica, sans-serif;
	margin-left: -20px; 
	
}

* html #navcontainer ul 
{

	font-weight: normal;
	margin: 1;
	font-family: tahoma, arial, Helvetica, sans-serif;
	background-image: url(../images/backgrounds/hellblau.gif);
	
	
}


#navcontainer ul li 
{

	margin: 0;
	background-image: url(../images/backgrounds/hellblau.gif);
	list-style-type: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: 75A2BF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	width: 155px;
	
	}
	
	
* html	#navcontainer ul li 
{

	margin: 0;
	background-image: url(../images/backgrounds/hellblau.gif);
	list-style-type: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: 75A2BF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	width: 185px;
	
	}
	
	
#navcontainer ul a
{
	display: block;
	font-weight: normal;
	padding: 4px 0px 2px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/backgrounds/hellblau.gif);
}


#navcontainer ul a:hover
{
	background-image: url(../images/backgrounds/navaktiv.gif);
}



/* Hauptnavigation 2. Ebene */
#navcontainer ul ul li 
{
	margin-left: 0px;
	font-weight: normal;
	line-height: 12px;
	border-bottom-width: 0px;
	border-bottom-style: groove;
	border-bottom-color: 75A2BF;
	text-indent: 0px;
width: 120px;
}

* html #navcontainer ul ul li 
{
	margin-left: 0px;
	font-weight: normal;
	line-height: 12px;
	border-bottom-width: 0px;
	border-bottom-style: groove;
	border-bottom-color: 75A2BF;
	text-indent: 15px;
width: 155px;
}




#navcontainer ul ul a:hover
{
	font-weight: normal;
	color: #ffffff;
	background-color: #6C9FC0;
	
}

/* Hauptnavigation 3. Ebene */
#navcontainer ul ul ul li 
{ 


	line-height: 12px;
	border-bottom-width: 0px;
	border-bottom-style: groove;
	border-bottom-color: 75A2BF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
}

* html #navcontainer ul ul ul li 
{ 


	line-height: 12px;
	border-bottom-width: 0px;
	border-bottom-style: groove;
	border-bottom-color: 75A2BF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 25px;
}


#navcontainer ul ul ul a:hover
{
font-weight: normal;
	color: #ffffff;
}

/* Hauptnavigation aktiver Menüpunkt 1. Ebene*/
#navcontainer a#navactive1 
{

background-image: url(../images/backgrounds/navaktiv.gif);
}
/* Hauptnavigation aktiver Menüpunkt 2. Ebene*/
#navcontainer a#navactive2
{

background-image: url(../images/backgrounds/navaktiv.gif);
}
/* Hauptnavigation aktiver Menüpunkt 3. Ebene*/
#navcontainer a#navactive3
{

background-image: url(../images/backgrounds/navaktiv.gif);
}


.menu:link, .menu:hover, .menu:active, .menu:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-family: tahoma, arial, Helvetica, sans-serif;
	text-decoration: none;
}


a:link, a:hover, a:active, a:visited {
	color: #4080A7;
	font-weight: bold;
	font-family: tahoma, arial, Helvetica, sans-serif;
	text-decoration: none;
}

