@charset "utf-8";
/* CSS Document */
/* Navigationsauffueller - Standard ausgeblendet */
.auffueller {
	display:none;
}

/* TOP NAVIGATION */ 

.TOPNAV a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	color: #000000;
	padding-left: 7px;
	padding-right: 7px;
}

.TOPNAV ul {
	display: block;
	color: #000000;
	margin:0px;
	padding:0px;
	height:100%;
	vertical-align:bottom;
	min-width:900px;
}

.TOPNAV li {
	float: left;
	cursor: pointer;
	list-style: none;
	color: #000;
	text-decoration: none;
	margin-top:52px;
}

.TOPNAV li:hover, .TOPNAV .SEL {
	background-image: url(/cms/img/topnav_hover.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.TOPNAV li li, .TOPNAV li li .SEL {
	background-image:none;
}

.TOPNAV ul ul {
	display:none;
	position:absolute;
	height:auto;
	left:0px;
	top:82px;
	width:100%;
	z-index:30;
	min-width:auto;
}

.TOPNAV ul li:hover ul {
	display:block;
}

.TOPNAV ul ul li {
	display:block;
	clear:both;
	width:100%;
	line-height:100%;
	color:#FFF;
	border-bottom:solid 1px #FFF;

	float: none;
	list-style: none;
	margin-right:0px;
	margin-top:0px;

	background-image: url(/cms/img/topnav_sub_bg.png);
/*	background-color: #acacac;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;*/
}
.TOPNAV ul ul li:hover {
/*	background-image: none;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;*/
	background-image: url(/cms/img/topnav_sub_bg_hover.png);
	background-repeat:repeat;
	background-position:top left;
}
.TOPNAV ul ul li:hover a {
	background-image: url(/cms/img/topnav_pfeil_rechts.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.TOPNAV ul ul li a {
	color:#FFF;
	padding-left:20%;
	font-size:80px;
	font-family:DINOTRegular;
	line-height:200px;
}
.TOPNAV ul li:hover ul ul,
.TOPNAV ul ul ul {
	display:none;
	top:0px;
}
.TOPNAV ul ul ul li a {
	color:#FFF;
	padding-left:20%;
	font-size:40px;
	font-family:DINOTRegular;
	line-height:200px;
}
.TOPNAV ul li:hover ul li:hover ul {
	display:block;
	background-image: none;
	background-color:#a0a29f;
}
.TOPNAV .auffueller {
	display:block;
	height:200px;
	width:100%;
	background-image: url(/cms/img/topnav_sub_bg.png);
	background-repeat:repeat;
	background-position:top left;
	border-bottom:solid 1px #FFF;
}
.TOPNAV ul ul ul .auffueller {
	display:none;
}
.TOPNAV .NAVIGATION_ABSTAND {
	font-family: DINOTRegular;
	float:left;
	margin-top:52px;
	margin-left:10px;
	margin-right:10px;
	line-height:30px;
}


/* FOOTER NAVIGATION */

.FOOTER ul {
	height: 100%;
	display: block;
	color: #000;
	padding:0px;
	margin:0px;
}

.FOOTER li {
	text-decoration: none;
	list-style: none;
	color: #000;
	cursor: pointer;
	float: left;
	margin-right: 20px;
	line-height:40px;
}

.FOOTER a {
	color: #000;
	text-decoration: none;
	padding-bottom:6px;
}

.FOOTER a:hover, .FOOTER .SEL a {
	background-image: url(/cms/img/topnav_hover.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.FOOTER .LAST {
	margin-right:3px;
}

/* GALERIENAVIGATION - WIE TOPNAVIGATION LEVEL 1 ONLY */

.GALERIENAVIGATION a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	color: #000000;
	padding-left: 7px;
	padding-right: 7px;
}

.GALERIENAVIGATION ul {
	display: block;
	color: #000000;
	margin:0px;
	padding:0px;
	height:100%;
	vertical-align:bottom;
	min-width:900px;
	margin-bottom:12px;
}

.GALERIENAVIGATION li {
	float: left;
	cursor: pointer;
	list-style: none;
	color: #000;
	text-decoration: none;
	margin-top:0px;
}

.GALERIENAVIGATION li:hover, .GALERIENAVIGATION .SEL {
	background-image: url(/cms/img/topnav_hover.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.GALERIENAVIGATION .NAVIGATION_ABSTAND {
	font-family: DINOTRegular;
	float:left;
	margin-top:0px;
	margin-left:1px;
	margin-right:1px;
	line-height:30px;
}
.GALERIENAVIGATION .MAINNAVLINK a {
	color: #90b8cf;

}