/* --- Megadrop Topnav --- */

#megadrop { position: absolute; z-index: 1000; font-size: 0.9em; }

ul#topnav {
	float:left;
	list-style: none;
}
ul#topnav li {
	float: left;
	position: relative;
	margin: 0; padding: 0;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px; 
	height: 45px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.sitemap {
	background: url(../images/nav_sitemap.png) no-repeat; /**/
	width: 200px; height: 45px;
}

ul#topnav li .sub {
	position: absolute;	
	top: 52px; left: 0;
	background: url(../images/header_leer.png) 0 -3px repeat-x;
/*	padding: 20px 20px 20px 20px; 
	float: left; width: 830px!important; */
	display: none;
	height: 243px;
}
/*
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
*/
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 42px 5px 0px 11px;
	width: 190px; 
	float: left; /**/
}
ul#topnav .sub ul li {
	width: 100%; list-style: none;
	margin: 0; padding: 0; 
}

ul#topnav .sub ul li strong {
	margin-bottom: 10px;
	padding-bottom: 3px; 
	padding-left: 2px;
	display: block;
	color: #666;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	width: 88%;
}
ul#topnav .sub ul.mega-4 li strong { visibility: hidden; } 

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/bookmark.png) no-repeat 0px 3px;
	padding-left: 22px;
	line-height: 1.25em; padding-bottom: 0.4em; padding-top: 0.4em;
	display: block;
	text-decoration: none;
	color: #006699;
}
ul#topnav .sub ul li a:hover { color: #444; 	
background: url(../images/bookmark_hover.png) no-repeat 0px 3px;
font-weight: bold;
}

/* --- Topbar --- */
#topbar { height: 47px; }

#topbar-home, #topbar-nav {
	padding-top: 14px; height: 17px;
}

#topbar-home {
padding-bottom: 16px;
}

#topbar-home a {
	width: 132px;
	height: 12px;
	background: url('../images/url_off.gif') no-repeat 0;
	float: left; display: block;
	padding: 5px 0 0 0;
}

#topbar-home a:hover {
	background: url('../images/url_on.gif') no-repeat 0;
}

#topbar-nav {
	text-align: right;
}

#topbar ul {
	margin: 0;
	padding: 0;
}

#topbar li {
	list-style: none;
	display: inline;
	padding: 0 0 0 5px;
	font-size: 11px;
}


#topbar li a {
	padding: 0 0 0 5px;
	color: #999999;
	text-decoration: none;
	background-color: inherit;  
}

#topbar li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: inherit;
}

/* Navigation rechts */

ul.menu { list-style: none;  }
ul.menu li { list-style: none; margin-left: 30px; padding: 0; font-size: 1em; text-transform: uppercase;}

ul.menu a:link, ul.menu a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.85em;
}
ul.menu a:hover {
	line-height: 1.85em; text-decoration: underline;
}

ul.menu li li a { font-weight: normal!important; }
ul.menu li li#current span, ul.menu li.parent.active a { font-weight: bold; }

ul.menu ul li { list-style: disc; margin-left: 25px; 
		color: #449c00; font-size: 0.9em;  }
ul.menu ul li a { color: #449c00; text-transform: none;  }

/* footer menu */

#footer ul, #footer table { margin-top: 10px; }
#footer ul li { float: right; list-style: none;}

#footer table span { margin: 3px;  }

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666; 
	text-decoration: none;
}