#navigation ul li { list-style: none !important;}
#navigation ul li a { font-size: 10px; font-weight: bold; text-decoration:none; color:#555}
#navigation ul li ul li a { font-size: 10px; font-weight: normal; text-decoration:none;}

#navigation a:hover { text-decoration:none;}

/* Navigation */
#navigation {
	width: 983px;
	/* height: 31px;  Queiser Anderung FF3 */
	top: 171px !important;
	
	background: transparent url(/cms/tourismussuite/res/img/bg-bereich7.gif) repeat-x scroll left bottom;
}

#navigation .navlastitem {
	width: 293px;
	text-align:right
}

#navigation .navlastitem select {
	width: 150px;
}

#navigation .active {
	background: #0583C4 url(../img/background_navigation_active.gif) top left repeat-x;

	border-left: 1px solid #0583C4;
}

#navigation ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navigation ul li ul {
	background-color: #EEE;
}



#navigation li { /* all list items */
	float: left;
	position: relative;
	margin-right:0px;
	margin-top: 0px !important;
	padding: 0px 5px 0px 5px;

	line-height: 30px;
	vertical-align:middle;
}

#navigation li ul {
	display: none;
	position: absolute;
	top: 2em;
	border: 1px solid #A5B6B8;
	border-top: 0px solid #BFDCEE;
}
#navigation li ul li {
	float: none;	
	line-height: 11px;
	width: 183px;
	border-bottom: 1px solid #A5B6B8;
	padding: 5px;
}


#navigation ul li ul li a {
	color :#000 !important;
	padding: 0px 0px 0px 1px;
	display: block;

}
#navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}



#navigation li:hover ul, #navigation li.over ul { /* lists nested under hovered list items */
	display: block;
	left: -1px;
}

#navigation ul li ul li:hover{
	background-color: #fff;
}

#navigation li.item6:hover {	background-color: #cc0000 !important;}
#navigation li.item6:hover a {	color:#fff;}
#navigation li.item5:hover {	background-color: #006600 !important;}
#navigation li.item5:hover a {	color:#fff;}
#navigation li.item3:hover {	background-color: #000099 !important;}
#navigation li.item3:hover a {	color:#fff;}
#navigation li.item4:hover {	background-color: #66A4DD !important;}
#navigation li.item4:hover a {	color:#fff;}
#navigation li.item1:hover { 	background-color: #FF9900 !important;}
#navigation li.item1:hover a {	color:#fff;}
#navigation li.item2:hover {	background-color: #996500 !important;}
#navigation li.item2:hover a {	color:#fff;}
#navigation li.item7:hover {	background-color: #9B0099 !important;}
#navigation li.item7:hover a {	color:#fff;}

.item1 {
	/*background: transparent url(../img/bg-bereich1.gif) repeat-x scroll left bottom;*/
	text-align:center;
}

.item2 {
	/*background: transparent url(../img/bg-bereich2.gif) repeat-x scroll left bottom;*/
	text-align:center;
}
.item3 {
	/*background: transparent url(../img/bg-bereich3.gif) repeat-x scroll left bottom;*/
	text-align:center;
}
.item4 {
/*	background: transparent url(../img/bg-bereich4.gif) repeat-x scroll left bottom;*/
	text-align:center;
}

.item5 {
	/*background: transparent url(../img/bg-bereich5.gif) repeat-x scroll left bottom;*/
	text-align:center;
}
.item6 {
	/*background: transparent url(../img/bg-bereich6.gif) repeat-x scroll left bottom;*/
	text-align:center;
}

.item7 {
	/*background: transparent url(../img/bg-bereich7.gif) repeat-x scroll left bottom;*/
	text-align:center;
}

.repeatbg {
	background-repeat: repeat !important;
}

.repeatbg a { color: #fff !important;}

#navigation li ul li { text-align:left;}
ul#navlist li a, ul#subnavlist li a { font-size: 11px !important;}
