html {height:100%;}
body {
	margin: 0; padding: 0; 
	height:100%;
	background: #598bba url(images/bodybg.jpg)  no-repeat fixed left top;	
	background-size: 100% auto, auto;
}

.wrapper {
	max-width:1100px;
    width: 86%;
	min-height:100%;    
    margin: 0 auto;
	background:transparent url(images/bg30.png);
	border-left:1px solid #c9e8f9;
	border-right:1px solid #9ccae3;
	overflow:hidden;	
}


.header { width: 100%; background:transparent url(images/headerbg.png) repeat-x; }
.header img.headerpic  {max-width:100%; float:right; }
.header .infobox {position:absolute; top:10px; left: 15px; width: 60%; height:90%; overflow:hidden; text-overflow: ellipsis;}
.header .infobox a, .header .infobox h3 {color:#fff; font-weight:normal;}
.header .infobox h3 {font-size:0.95em; line-height:130%;}



.mainbox {margin: 20px 2% 20px 2%; }

.contentbox {width: 68%; float:left; background:transparent url(images/bg50.png);}
.contentbox .inner {min-height:130px; padding:0 5px 0 10px; background:transparent url(images/rundbg.png) no-repeat right top; }
.rightbox {width: 30%; float:right; }
.rightbox .inner {padding:0 5px 0 5px;}

#contentwide, .contentbox_wide {width: 100%; }
/*.contentbox_wide {background-color: rgba(255,255,255,0.3); }*/

.footer {
    width: 86%;	
    max-width: 1100px;
	height:70px;
    margin: -60px auto 0 auto;
	position:relative;
}

.footer .footerpic {width:100%; height:100%;}

.footer .inner { position:absolute; top:10px; left: 10%; width:80%; font-size:0.8em; text-align:center; line-height:110%;  color: #fff ! important}
.footer .inner span { font-size:0.7em;}



.clearer {height:80px; clear:both;}

/*
.rightbox.inner h1, .rightbox .inner h2 {color: #fff ! important}
.rightbox .inner h3 {color: #fff ! important}
.rightbox .inner  {color: #fff ! important}
*/

/***********************************
	header-menu
************************************/

#mobilemenu {
    display:  none;   
}





.topmenubar {background-color:#4577a8; width:100%; clear:both;}
.breadcrumbs {padding:5px 5px 4px 15px; clear:both; background:transparent url(images/bg50.png)}

.search_box {float:right;  width:130px; text-align:right; margin-top:5px;}
.search_box .searchstring {	
	width:80px;
	border: 1px solid #505567;
	background-color: #f2f3f8;
	font-size:14px;
	padding:2px;
}
.search_box .submitbutton {
	vertical-align: top; margin:0 0 0 0; 
}

#showlogin {display:block; float:right; position:relative;  width:30px; text-align:right; margin-top:5px; }
#login-box {position:absolute; width:200px; left:-190px; top:25px; padding:10px; font-size:11px; background:transparent url(images/bg75.png);}
#login-box .inputfield {width:80px; border: 1px solid #c9e8f9; padding:1px;}
.printbutton  {display:block; float:right; margin-right:5px;}

.childpages {width: 27%; float:right; min-width:200px; margin-right:3%; background:transparent url(images/bg30.png);}


/* Link Formatting */
ul.nav { 
	list-style-type: none;
	/* *zoom: 1; */
	margin: 0; padding: 0;
	position: relative; 	
}

ul.nav li {
	float: left; 
	list-style-type: none;
	list-style-image: none;
	position: relative;  
	font-weight: normal; 	
	margin: 0; padding: 0;
	border-right: 1px solid #fff;
	background-color:#17396e;
}
ul.nav li li {background-color:#35588e;}
ul.nav li li li {background-color:#557cac;}

.nav li a {
	display: block; 	
	text-decoration: none; 
	font-weight: bold;
	line-height:120%;
	/*text-shadow: 1px 1px 1px #000;*/
	padding: 8px 10px;
    color:#fff;

}


/* Hover Formatting */
.nav  li a:hover, .nav li a:focus, .nav li a:active, .nav li a.active, .nav a.menu-current, .nav a.menu-parent {
	 background-color: #68accf;  color: #000;
}



/* 2 level */
.nav li ul {
	background: none;
    display: none;
    width: 13em; 
    margin: 0; padding:0;
    position: absolute;
	box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.3);
	transition: 1s box-shadow;
}

.nav li ul li {
	width: 13em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0;
	border-top: 1px solid #fff;
	border-right: none;
}
.nav li ul li a {
	
    color: #fff;
    font-weight: normal;
	padding: 6px 10px;
    
}


/* 2 level hover */
.nav li ul a:hover,  .nav li ul a.menu-current { background-color: #68accf;  color: #000;}


/* Show and hide */
.nav li:hover ul, .nav li a:focus ul {display: block; }
.XXnav li:hover ul {box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);}

.nav li ul ul { display: none;}
.nav li:hover ul ul {display: none;}
.nav li:hover>ul, .nav  li li:hover>ul {display: block;  z-index: 1000;}


/* 3 Ebene  */
.nav li ul li ul	{ 
	margin: -20px 0 0 70%; 
	padding:0;
	z-index: 9999;  
	display: none;
	width: 11em; 
	box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.4);
}
.nav li ul li ul li	{width: 11em;}


/* Positioning hover */
.nav li {position: relative;}



.nav li:hover {
	z-index: 10000;	
	white-space: normal;
							
}


ul.nav li.ulend {height:10px; background: transparent url(images/ulend.png) repeat-x;}
ul.nav > li.ulend {display:none ! important;}

ul.nav a.menu-parent { color: #000; background-color: #68accf;}

#mobilecloser {display: none;} 



/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
	body { background-image: url(images/bodybgmobile.jpg); }
	
	.search_box {margin-top:-30px;}
	.printbutton, #showlogin {display:none;}
	
	.header .infobox {top:0;}
	.header .infobox h1 {font-size:1.4em; line-height:100%;}
	.header .infobox h2 {font-size:1.1em; line-height:100%;}
	.header .infobox h3 {display:none}
	
	
	
	#mobilemenu { 
		display:  block;  
		background: #4577a8;   
		color: #fff;
		width:100%;
	}
	
	
	ul#mobile ul, ul#mobile ul ul {width:100% ! important; position: static ! important; margin: 0 0 0 0 ! important; }
	ul#mobile li, ul#mobile li li, ul#mobile li li li {
		float: none;
		border-right: none; 
		width:100%  ! important;
		display: block;
		border-bottom: 1px solid #fff;
	}
	
	
	ul#mobile li ul, ul#mobile li ul ul { display: block;}
	ul#mobile li:hover ul  {display: block;}

	
	ul#mobile a.menu-parent { color: #fff; background-color: #68cecf;}	
	#mobile a.menu-parent { color: #000;}
	#mobile a.menu-expand {
		background-image: url("images/downArrow.png");
		background-repeat: no-repeat;
		background-position: right 50%;
	}
	
	ul#mobile li ul li a {padding: 4px 0 4px 20px ;}
	ul#mobile li ul li  ul li a {padding: 4px 0 4px 30px ;}
	ul#mobile li ul li ul li ul li a {padding: 4px 0 4px 40px ;}

	
	ul#mobile {display:none; z-index:2000; position:fixed; top:0; left:0; height:100%; width:250px; overflow:auto; box-shadow: 20px 0 100px 0 rgba(0, 0, 0, 0.3);}
	body.menuopen ul#mobile {display:block;}
	body.menuopen #mobilecloser {position:fixed; top:0; left:0; z-index:1900; display: block; width:100%; height:100%; background: rgba(0,0,0,0.5);}
	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	.wrapper { width: 96%; }
	
	.mainbox {margin: 20px 0 20px 0;}
	.contentbox, .rightbox {width: 100%; float:none;}
	.footer { width: 96%; }
	
	.showonmobiles {display:block ! important;}


	
	
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 440px) {
	.header .infobox {width: 75%; text-overflow: ellipsis;}
	.header .infobox h1 {font-size:18px; }
	.header .infobox h2 {font-size:12px; }
}