ul#topnav {
	margin: 7px 0 0 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	background: #999999;
	/*padding: 5px 10px 5px 0;
	margin: 30px 0 50px 0;
	height:30px;*/
z-index: 24;
}
ul#topnav li {
	
	display:inline;
	margin: 0px 5px; padding: 2px;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	display:inline;
	/*text-indent: -9999px; --Push text off of page--*/
	/*height: 80px;*/
	font-family: 'Calibri',"URW Gothic L", "Century Gothic", "Lucida Sans Regular", "Trebuchet MS", sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	
	color:white;
}
ul#topnav li a.skulpturen {
	display:inline;
	/*text-indent: -9999px; --Push text off of page--*/
	/*height: 80px;*/
	font-family: 'Calibri',"URW Gothic L", "Century Gothic", "Lucida Sans Regular", "Trebuchet MS", sans-serif;
	font-size: 1.05em;
	font-weight: 800;
	text-decoration:none;
text-shadow: 1px 1px 1px #333333;
	
	color:white;
}


ul#topnav li .sub {
font-weight: normal;
font-size: .8em;
	position: absolute; /*--Important--*/
	top: 29px; left: -5px;
	z-index: 20;
	background: #999999 url(sub_bg.png) repeat-x; /*--Background gradient--*/
		border-top: 1px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	padding: 7px 7px 7px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 195px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	margin: 0px; padding: 0px;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--
	background: url(navlist_arrow.png) no-repeat 5px 12px;*/
	padding: 3px 5px 3px 7px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}

/* Animation der oberen Navigation */
#nav ul{
position:relative;
}
#nav ul div.ahover{
border:1px solid #ffffff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:absolute;
z-index:100;
}
#nav ul li a{
position:relative;
z-index:101;
}
/* ENDE - Animation der oberen Navigation */


#metanavigation {





}
#metanavigation a{
padding: 10px;
}

.ausstellung {
white-space:nowrap;
}

ul.subnavigation {
margin:0px auto;
text-align: center;
font-size: 1.25em;
margin-bottom: -5px;
}
ul.subnavigation li {
margin-bottom: 5px;
}



ul.subnavigation  li{

height: 25px;
line-height: 24px;
text-align:center;
border:1px solid #999999;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
background-color:#FFEACA;

text-decoration:none;

color:#666666;

}


ul.subnavigation li a{
width: 100%;
display: block;
background-color:#FFEACA;
color:#000000;
text-decoration:none;

}

ul.subnavigation li.subsub a{
width: 100%;
display: block;
background-color: #FFF2DF;
color:#666666;
text-decoration:none;

}

.subpr ul.subnavigation li a {
font-weight:bold;
color:#333333;
}
ul.subnavigation li a.hellrot {
background-color:#FFF2DF;
}
ul.subnavigation li a:hover{

background-color:#FFD697;
color:#999999;

}

ul.subnavigation li.cur {
	background-image:url(../../../fileadmin/templates/images/icons/pfeil_li.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	font-weight:bold;
	color:#333333;
}