/************* #NAVIGATION **************/
.navigation {
	float: left;
	height: 32px;
	width: 100%;
	background-image: url(../img/navigation/bg_topnavbar.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.willkommen {
	margin: 0px;
	padding: 0px;

}

.willkommen  a {
	background-color: #FFFFFF;
	color: #454546;
	float: left;
	height: 32px;
	width: 190px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 32px;
	text-decoration: none;
	text-indent: 8px;
		background-image: url(../img/navigation/bg_wilkommen.gif);
	background-repeat: no-repeat;
}

.willkommen  a:hover {
        color: #A01D2B;
		text-decoration: none;
}

/************* #NAVCONTAINER STYLES **************/

.nav {
	position:absolute;
	float: left;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	top: -1px;
	left:186px;
	/* width:790px; */
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/hover_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; margin:0px; padding:0px 0px 0px 0px; position:relative; top:1px;}

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:13px;}

#menu li a {
	color: #454546;
	text-decoration: none;
	display: block;
	font: bold 11px/30px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/navigation/line_navigation.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 16px;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu :hover {
	color: #801723;
	background-color: #EDEFF1;
}
#menu :hover > a {
	color: #801723;
	background-color: #EDEFF1;
}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; }

#menu :hover ul {
	left:0px;
	background: #A01D2B url(../img/dummy.gif); width:165px;
	bottom:1px;
} /* the background image is for IE7 */

/* IE childselector hack, this style is hidden from IE */
#menu :hover>ul {
	bottom:31px;
}

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 1px; left:164px; top:-1px; }

#menu .sub ul li {
	width:165px;
	padding:0px;
	margin:0px;
}

#menu .sub ul li a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:normal;
	display: block;
	padding: 5px;
	background-color: #A01D2B;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/header/pfeilnav.gif);
	background-repeat: no-repeat;
	background-position: 154px center;
	line-height:normal;
	
}

#menu .sub ul li a:hover, #menu .sub ul li a:active {
	color: #FFFFFF;
    background-color: #821019;
}
