/* +++ Meta Navigation +++ */
#nav_top{
	height: 24px;
	width: 964px;
	position: relative;
	top: 0; left: 0px;
	background: url(../bilder/topnav_bg.jpg) repeat-x left top;
}

#nav_top ul.left{
	float: left;
	list-style-type: none;
	margin-left: 16px;
	height: 24px;
}

#nav_top ul.right{
	float: right;
	list-style-type: none;
	height: 24px;
}

#nav_top ul.right li {
	padding: 0px 16px 0 14px;
}

#nav_top ul.right li a{
	padding: 0 0 0 0;
	font-size: 8px;
}

#nav_top ul li{
	float: left;
	height: 24px;
	padding: 0px 16px 0 14px;
	background: url(../bilder/topnav_divider.jpg) no-repeat top right;
}

#nav_top ul li.active{
	background: url(../bilder/topnav-act_bg.jpg) repeat-x top left;
}

#nav_top ul li.active a{
	color: #fff;
}

#nav_top ul li a{
  line-height: 24px;
	display: block;
  font-size: 9px;
	color: #666556;
	text-decoration: none;
	padding: 0 24px 0 0;
}

#nav_top ul li a:hover {
	text-decoration: underline;
}

/* Icons */
#nav_top .deutschland a { background: url(../bilder/icon_de.png) no-repeat center right; }
#nav_top .deutschland.active a { background: url(../bilder/icon_de_act.png) no-repeat center right; }
.kjugend a { background: url(../bilder/icon_kj.png) no-repeat center right; }
.keurope a { background: url(../bilder/icon_keu.png) no-repeat center right; }
.kinternational a { background: url(../bilder/icon_kint.png) no-repeat center right; padding-right: 34px !important; }

/* +++ Haupt Navigation +++ */
/* Level 1*/
#nav__main{
	position: relative;
	top: 100px;
}
#nav_main ul.level1{
	height: 31px;
	width: 964px;
	position: relative;
	top: 0px; left: 0px;
	background: transparent url(../bilder/nav_main_bg.jpg) repeat-x;
	background-position: bottom;
	float: left;
	list-style-type: none;
}

#nav_main ul.level1 li{
	float: left;
	margin: 0;
	padding: 0 14px;
	background: url(../bilder/nav_main_divider.jpg) no-repeat right top;
}

#nav_main ul.level1 li:first-child{
	margin-left: 0px;
	padding-left: 25px;
}

#nav_main ul.level1 li.active{
	background: url(../bilder/nav_main-act_bg.jpg) no-repeat top right;
}

#nav_main ul.level1 li.active a{
	background: url(../bilder/nav_main_arrow-act.png) no-repeat right center;
	position: relative;
}

/* Bridge to fade in the .level2 container */
#nav_main ul.level1 li.active a span{
	position: absolute;
	bottom: -6px; left: 0px;
	display: block;
	background: url(../bilder/nav_main-bridge.png) repeat-x bottom;
	width: 100%; height: 8px;
	margin-left: -14px; padding-right: 26px;
	z-index: 200;
}

#nav_main ul.level1 a{
	display: block;
	font-size: 12px;
	line-height: 31px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border: 0px solid; 
	padding: 0 10px 0 0;
	background: url(../bilder/nav_main_arrow.png) no-repeat right center;
}

/* Level 2 */
#nav_main ul.level2 {
	display: none; /* Hide by default */
	position: absolute;
	top: 30px;
	left: 0px;
	width: 964px;
  height: 124px;
	background: transparent url(../bilder/nav_main_level2_bg.png) repeat-x top;
	float: left;
	list-style-type: none;
  z-index: 100;
  padding: 20px 0 0 0;
}

#nav_main ul.level2 li {
	float: left;
	background: transparent;
	padding: 2px 0 0 10px;
	margin: 0 0 2px 0;
	height: 24px;
	line-height: 24px;
	width: 220px;
	margin-right: 0px;
	/*
	background-color: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	color: #000;
 */
	color: #FFF;
	margin-left: 10px;
	background: url(../bilder/layout/white30.png) repeat;
}

#nav_main ul.level2 li:hover {
	background-color: #FFF;
	color: #F58A14;
}

#nav_main ul.level2 li:first-child{
	padding-left: 10px;
	margin-left: 10px;
}

#nav_main ul.level2 li a {
	display: block;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	width: 220px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0 5px 0 10px;
	/* 
  background: url(../bilder/internal-link_light.gif) no-repeat scroll 3px 50%;
	*/
	vertical-align: middle;
	background: url(../bilder/layout/white30.png) repeat;
}

#nav_main ul.level2 li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background-color: #FFF;
	text-decoration: none;
}
#nav_main ul.level2 li a:hover {
	text-decoration: none;
	color: #F58A14;
}

#nav_main ul.level2 li.active {
	background: none;
}

#nav_main ul.level1 li.active ul.level2 li a{
	background-image: none;
	border-right: 0px solid;
	background: url(../bilder/internal-link_light.gif) no-repeat scroll 3px 50%
}

#nav_main ul.level1 li.active ul.level2 li a span{
	display: none;
}

#nav_main ul.level1 li.active ul.level2 li a:hover{
	/* text-decoration: underline; */
	background: url(../bilder/internal-link_white.gif) no-repeat scroll 3px 50%
}

/*
 * ######################################################################
 * ##########   TABEED NAV   ############################################
 * ######################################################################
*/

.tabs { 
	list-style-type: none;
	border-bottom: 1px solid #f58a14;
	margin: 22px 0 16px 0;
}

.tabs li { float: left; margin: 0; padding: 0 !important; background-image:none !important; }

.tabs li:first-child { margin-left: 6px; }

.tabs li a {
	display: block;
	text-decoration: none;
	color: #f58a14;
	font-weight: bold;
	padding: 6px 8px 3px 8px;
	margin-bottom: -2px;
}

.tabs li a:hover {
	color: #9c9b8f;
}

.tabs li.active a {
	color: #9c9b8f;
	border: 1px solid #f58a14;
	border-bottom: 2px solid #fff;
}

/*
 * ######################################################################
 * ##########   ACCORDION   #############################################
 * ######################################################################
*/

.slider { margin-top: 16px; }

.slider a.trigger {
	display: block;
	color: #f58a14;
	text-decoration: none; text-decoration: underline;
	font-weight: bold; font-weight: normal;
	font-size: 12px;
	background: url(../bilder/accordion_open.jpg) no-repeat left;
	padding: 8px 0 8px 16px;
	border-top: 1px dotted #babab3; border-top: 0px solid;
}

.slider a.trigger.selected {
	background: url(../bilder/accordion_close.jpg) no-repeat 0 12px;
	color: #666556;
	text-decoration: none;
	font-weight: bold;
}

.slider div {
	margin: 10px 16px 20px;
    
}


/*
 * ######################################################################
 * ##########   SUBNAVI  ################################################
 * ######################################################################
*/

.navigation h1 {
	font-size: 16px;
	border-bottom: 0px solid;
	margin-bottom: 5px;
}

.navigation ul {
	list-style-type: none;
}

.navigation ul ul {
	margin-top: 8px;
	margin-bottom: -5px;
}

.navigation li.active a { color: #f58a14; }
.navigation li { padding: 8px 0 8px 0; }
.navigation li li { padding: 7px 16px 7px 0; }

.navigation li a {
	color: #666556;
	font-size: 12px;
	/*line-height: 30px;*/
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
}

.navigation li a:hover {
	text-decoration: underline;
}

.navigation li li a {
	color: #f58a14;
	font-size: 12px;
	/*line-height: 26px;*/
	line-height: 14px;
	font-weight: normal;
	padding-left: 16px; padding-left: 24px;
	display: block;
}

.navigation li li.active {
	background: url(../bilder/navi_pointer.png) no-repeat left 1px;
}

.navigation li li.active a {
	color: #fff;
	padding-left: 22px;
}

/* 3. Ebene */
.navigation li li li {
	background-color: #f2f2f2;
	margin-left: 12px;
	margin-bottom: 1px;
	width: 182px;
}
.navigation li li li.active {
	background-color: #f4a956;
	background-image: none;
}

.navigation li li li a,
.navigation li li.active li a{
	color: #444;
	padding-left: 12px;
}

.navigation li li li.active a {
	color: #fff;
	text-decoration: underline;
}

/*
 * ######################################################################
 * ##########   HOP KATEGORIEN  #########################################
 * ######################################################################
*/

#shop_kat {
	list-style-type: none;
}

#shop_kat li {
	float: left;
	width: 216px; height: 57px;
	margin: 0 18px 20px 0;
	background: url(../bilder/shop/bg_kategorie.jpg) no-repeat center;
}

#shop_kat a {
	text-decoration: none;
	display: block;
}

#shop_kat a img {
	margin: 10px 0 0 16px;
	float: left;
}

#sop_kat a span{
	float: left;
}