@charset "utf-8";
/* NAVI */

#navi ul {
	width: 553px;
	height: 41px;
	list-style-type: none;
	padding: 0 40px 0 0;
	margin: 1px 0 0 10px;
	/*background: url(../images/bg_topnav_ul.gif) right bottom no-repeat;*/
}
#navi ul li {
	float: left;
	height: 41px;
	padding: 0 7px 0 0;
	font-size: 130%;
	background: url(../images/bg_topnav_li.gif) 100% 0 no-repeat;
	margin-right: 2px;
}

#navi ul li a {
	padding: 4px 10px 10px 10px;
	color: #fff;
	background: url(../images/bg_topnav_li_a.gif) 0 no-repeat;
	display: block;
}

#navi ul li a:hover {
	color: #1D4D8E;
}
#navi ul ul {
	background-color: #fdf7e0;
	color: #8c887e;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	list-style-type: none;
	display: none;
}
#navi ul li.selected {
	color: #1D4D8E;
}
#navi ul li.selected a {
	color: #1D4D8E;
}
#navi ul li.selected ul {
	display: block;
}
#navi ul ul li {
	font-size: 90%;
	clear: both;
	text-decoration: none;
	background-color: #fff;
	border-left: 3px solid #8c887e;
	color: #8c887e;
	height: 20px;
	padding: 6px;
	margin-bottom: 1px;
}
#navi ul li.selected ul li a {
	color: #8c887e;
}
#navi ul ul li.selected {
	color: #1D4D8E;
	border-left: 3px solid #B4CB2D;
}
#navi ul ul li:hover {
	border-left: 3px solid #B4CB2D;
	color: #B4CB2D;
}
#navi ul li.selected ul li a:hover {
	color: #B4CB2D;
}
#navi a {
	text-decoration: none;
	color: #fff;
}
#navi a:hover {
	color: #366BAF;
}
#navi a:link, #navi a:visited {
	color: #fff;
}


/* TypeC */
#boxTypeC ul {
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#boxTypeC ul li {
	height: 32px;
	list-style-type: none;
	border-bottom: 1px solid #F5B113;
	font-weight: normal;
	line-height: 32px;
}
#boxTypeC ul li a {
	padding-left: 34px;
	color: #1D4D8E;
	text-decoration: none;
	display: block;
}
li.weather {
	background-image:url(../images/ql_weather.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
li.webcams {
	background-image:url(../images/ql_webcams.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
li.traffic {
	background-image:url(../images/ql_traffic.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
li.euro {
	background-image:url(../images/ql_euro.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
li.info {
	background-image:url(../images/ql_info.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
li.search {
	background-image:url(../images/ql_lupe.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
li.navi {
	background-image:url(../images/ql_navi.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
li.catalog {
	background-image:url(../images/ql_catalog.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#boxTypeC ul li a:hover {
	color: #366BAF;
	font-weight: bold;
}
#boxTypeC ul li a.selected {
	color: #1D4D8E;
	font-weight: bold;
}

.camping_navi_no a {
	background: #F5B113 !important;
}

.camping_navi_no a:hover {
	background: #FFC63F !important;
}