body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}

/* CSS Document */

/* ---------------------------------------------------

NAVIGATION

------------------------------------------------------*/

/*----------------  NAVIGATION-MAIN-TOP  ------------------*/

/* Hintergrund fï¿½r das umgebende Element */


#header .mod_navigation {
	
	height: 40px;
    background: url(../../Images/FrontendLayout/navi/mainnavi_bg2.png) no-repeat center top;
	box-shadow: 0 2px 6px rgba(68,68,68,0.3);
   /* position:relative; */
    top: 90px;
	/*margin-top: 24px;*/
	border-radius: 4px;
	color: #fff;
}


/* Die Liste wird nach links gefloatet */
#header .mod_navigation ul {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Die Listenelemente werden ebenfalls nach links gefloatet */
#header .mod_navigation ul li {
	width: auto;
	float: left;
	margin: 0;
}
/* Die Menï¿½-Links und den aktiven Menï¿½punkt gestalten */
#header .mod_navigation a, 
#header .mod_navigation strong {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 44px;
	text-decoration: none;
	color: #ececec;
}
/* Aktiven Menï¿½punkt und ï¿½bergeordneten Menï¿½punkt hervorheben */
#header .mod_navigation .active, 
#header .mod_navigation .trail {
	color: #fff;
	font-weight: bold;
}
#header .mod_navigation .level_1 a:hover, 
#header .mod_navigation .level_1 a:focus {
    color: #fff;
    background: url(../../Images/FrontendLayout/navi/mainnavi_bg_hover.png) repeat-x left top;
}


/* zweite Ebene ausblenden */
#header .mod_navigation .level_2 {
	width: 0;
	heigth: 0;
	position: absolute;
	left: -32768px;
	top: - 32768px;
	overflow: hidden;
	display: inline;
	font-size: 12px;
}

/* Listenelemente zweite Ebene untereinander */
#header .mod_navigation .level_2 li {
	clear: both;
}

/* Zweite Ebene bei MouseOver einblenden */
#header .mod_navigation li:hover .level_2 {
	width: 250px;
	/*heigth: auto;*/
	min-width: 78px;
	left: auto;
	/*top: auto;*/
	overflow: auto;
	display: block;
	background: transparent url("../../Images/FrontendLayout/navi/mainnavi_bg_sub.png") no-repeat scroll center bottom;
	z-index: 1000;
	padding: 8px 0px 10px;
	margin: 0px 0px 0px 7px;
	top: 135px;
}

#header ul.level_2 li {
	width: 200px;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 20px;
	heigth: 15px;
}

#header .level_2 last {
	margin-bottom: 7px;
}

#header .level_1 li.active ul.level_2 {
	display: none;
}

/*
#header .mod_navigation li:hover .level_2 a,
#header .mod_navigation li:hover .level_2 strong {
	background-image: none;
}*/

/* Hyperlinks und strong gestalten */
#header .mod_navigation .level_2 a,
#header .mod_navigation .level_2 strong {
	/*padding: 6px 0 10px;*/
    margin: 0px 0px 0px 7px;
    height: 14px;
    width: 176px;
    color: #00468E;
    display: inline;
    font-weight: bold;
    line-height: 25px;
}

/* Aktiven MenÃ¼punkt hervorheben */
#header .mod_navigation .level_2 strong.active {
	font-weight: bold;
}

/*#header .mod_navigation .level_2 li.active*/
#header .mod_navigation .level_2 li:hover
 {
	color: #FFF;
	background-color: #39F;
	background-image: none;
}

#header .mod_navigation .level_2 li:hover a,
#header .mod_navigation .level_2 li:hover strong {
	color: #FFF;
	background-color: transparent;
	background-image: none;
}

#header .mod_navigation .level_2 li.last {
	margin-bottom: 7px;
}

/* linkes seitliches MenÃ¼ erste Ebene */
#left nav.mod_navigation .level_1 {
	margin:0px 0 0 10px;
    padding-top: 10px;
    background:url(../../Images/FrontendLayout/navi/subnavi_bg_dottedline.png) no-repeat left bottom;
    list-style: none;
    display:block;
    width:190px;
}

#left nav.mod_navigation .level_1 li {
    padding-top:1px;
    background:url(../../Images/FrontendLayout/navi/subnavi_bg_dottedline.png) no-repeat left top;
    display:block;
    padding-bottom:5px;
    padding-top: 5px;
    font-size: 12px;
}

#left .level_1 {
	padding: 0;
	padding-bottom: 1px;
	background:url(../../Images/FrontendLayout/navi/subnavi_bg_dottedline.png) no-repeat left bottom;
	width: 190px;
	list-style: none;
}

#left nav.mod_navigation .level_1 li.active a, 
#left nav.mod_navigation .level_1 li.active strong {
    background:url(../../Images/FrontendLayout/navi/subnavi_bg_active.png) no-repeat right -3px;
}

#left nav.mod_navigation .level_1 li a, 
#left nav.mod_navigation .level_1 li strong {
	display: block;
    padding-left: 10px;
}

#left nav.mod_navigation .level_1 li a {
	text-decoration: none;
}

#left nav.mod_navigation .level_1 li:hover {
    background-color:#f4faff;  
    text-decoration: none;    
}
