#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 6px 10px;
	color: #FFF;
	text-decoration: none;
	float: right;
}

#navcontainer ul li a:hover
{
	background-color: #FFF;
	color: #990031;
}

#navcontainer ul li .akt
{
	background-color: #FFF;
	color: #990031;
}

/* Subnavi */

#navi {
	margin:0;
	padding:0;
	 text-align:center; 
	 font-size: 0.8em;
	 

	 } 
	 
#navi ul, #navi li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
	list-style-type: none; 
	
} 

#navi a:link, #navi a:visited { 
	float: left; 
	line-height: 25px; 
	font-weight: normal; 
	padding-left:10px;
	padding-right:10px;
	text-decoration: none; 
	color: #FFFFFF; 
	background-color: #cc0033; 
	
} 

#navi1 a:link, #navi1 a:visited { 
	
	padding-left:10px;
	padding-right:10px;
	color: #FFFFFF; 
	background-color: #cc0033; 
} 

#navi_gallery a:link, #navi_gallery a:visited { 
	
	padding-left:42px;
	padding-right:43px;
	color: #FFFFFF; 
	background-color: #cc0033; 
} 


#navi #akt { 
	color: #ff9900; 
	background-color: #ffffff; 
} 

#navi a:hover, #navi a:hover#akt { 
	color: #990033; 
	background-color: #ffffff; }


/* Gallery Navigation*/

.naviGallerie {
	margin:0;
	padding:0;
	 text-align:center; 
	 font-size: 0.8em;
	 

	 } 
	 
.naviGallerie ul, .naviGallerie li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
	list-style-type: none; 
	
} 

.naviGallerie a:link, .naviGallerie a:visited { 
	float: right; 
	line-height: 25px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF; 
	background-color: #cc0033; 
	
	
} 




.navi_gallery a:link, .navi_gallery a:visited { 
	padding-left:40px;
	padding-right:41px;
	color: #FFFFFF; 
	background-color: #cc0033; 
} 


.naviGallerie #akt { 
	color: #ff9900; 
	background-color: #ffffff; 
} 

.naviGallerie a:hover,.naviGallerie a:hover#akt { 
	color: #990033; 
	background-color: #ffffff; }


/*Dropdown menu*/

.menu {
	background-color:#cc0033;
	height:25px; 
	font-size:0.85em; 
	position:relative; 
    z-index:100;
}
	
/* hack to correct IE5.5 faulty box model*/
* html .menu {
	width:auto; 
	w\idth:auto;} 


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

.menu ul ul {
	width:100%;}
	
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width: auto;
	position:relative;}
	
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:1em;
	text-decoration:none; 
	color:#fff; 
	width:100%;
	height:25px; 
	background-color:#cc0033;
	padding-left:10px; 
    padding-right: 0.75em;
	/*padding-left:11px; 
    padding-right: 0.68em;*/
	line-height:25px;
	 }

.menu #akt { 
	color: #cc0033; 
	background-color: #ffffff; 
	display:block;
	text-decoration:none; 

} 

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:50px; 
	w\idth:42px;
		}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu1 a, * html .menu1 a:visited {
	width:44px; 
	w\idth:52px;
	}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#ff6600; 
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#ffffff; 
}
.menu ul ul :hover > a.drop {
	background:#ffffff;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:auto;
	/*border-top:1px solid #000;*/
	}
	
/* another hack for IE5.5 */
* html .menu ul ul {
	top:25px;
	t\op:25px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
	border-collapse:collapse;
	
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ffffff; 
	color:#ff6600; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:120px;
	/*border-width:0 1px 1px 1px;*/
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:120px;
	w\idth:118px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#cc0033; 
	background:#ffffff;
	}
	
.menu :hover > a, .menu ul ul :hover > a {
	color:#cc0033;
	background:#ffffff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; }
	






