/* ========= NAVIGATION ========= */
/* ======================================================= */
@import 'nav_bar_lang.css';
@import 'nav_bar_main.css';
@import 'nav_tree_footer.css';
@import 'nav_tree_mainsub.css';
@import 'nav_tree_sub.css';
@import 'mmenu/jquery.mmenu.all.css';

/* xs - MOBILE */
@import "layout_xs.css";


/* ========= LAYOUT ========= */
/* ======================================================= */
#containerBox {
	width: 919px;
	background-image: url(../../images/site/top_corner.jpg);
	background-repeat: no-repeat;
}
#topBox {
	height: 113px;
	width: 560px;
	background-image: url(../../images/site/top_logo.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
}
#homelinkBox {
	width: 360px;
	height: 80px;
	display: block;
	margin-top: 33px;
}
#middleBox {
	clear: both;
	height: 130px;
	background-color: #606060;
	background-image: url(../../images/site/bkg_mainnav_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#picBox{
	width: 359px;
	height: 130px;
	background-image: url(../../images/site/pic_main.jpg);
	background-repeat: no-repeat;
	float: left;
}
#gradientBox {
	width: 359px;
	height: 130px;
	background-image: url(../../images/site/pic_main_gradient.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#topnavBox {
	float: right;
	width: 560px;
	position: relative;
	height: 130px;
}
#addnavBox {
	height: 80px;
	color: #ffffff;
	text-align: right;
	padding: 20px 28px 0px 0px;
	font-size: 11px;
}
#addnavBox a {
	color: #ffffff;
}
#addnavBox a:hover {
	color: #bfbdbd;
}
#mainnavBox {
	height: auto;
	padding: 5px 0px 0px 10px;
	position: absolute;
	bottom: 0;
}
#mainBox {
	width: 919px;
}
#leftBox {
	width: 359px;
	float: left;
}
#mainnavSubBox {
	background-image: url(../../images/site/bkg_mainsub.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#subnavBox {
	padding: 14px 0px 0px 0px;
}
#searchBox {
	width: 204px;
	padding: 30px 7px 40px 0px;
	text-align: right;
}
#searchBox input {
	float: right;
	border: none;
	width: 130px;
}
#searchBox .button {
	background-image: url(../../images/site/btn_search.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 23px;
	font-size: 0px;
	text-indent: -1000px;
}
#footernavBox {}
#rightBox {
	width: 560px;
	float: left;
}
#langnavBox {
	float: right;
	padding: 5px 0px 0px 0px;
}
#contentBox {
	clear: both;
	width: 530px;
	padding: 15px;
	padding: 5px 15px 15px 15px;
}



/* ========= LAYOUT: inline popup ========= */
/* ======================================================= */
body.inlinePopup {
	padding: 20px;
	background-color: #ffffff;
	background-image: none;
	/*background-image: url(../../images/site/bkg_popup.gif);*/
	background-repeat: repeat-x;
}


/* ========= LAYOUT: print ========= */
/* ======================================================= */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}
@media print {
	body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
	}
	.noprint {
		display: none !important; /* Alle nicht-druckbaren Elemente ausblenden */
	}
	.print {
		width: auto !important;
		padding: 0px !important;
		margin: 0px !important;
		border: 0px !important;
		background: transparent !important;
		left: 0 !important;
	}

	/* ---- LAYOUT ----  */
	/* ---------------------------------------------------------  */
	#contentBox {
		width: auto !important;
		padding: 0px !important;
		margin: 0px auto !important;
		margin-bottom: 20px;
		color: #000000;
	}
	#printHeaderBox { /* ---- KOPFZEILE ----  */
		clear: both;
		display: block !important;
		width: auto;
		padding: 5px 10px 5px 10px;
		/* border-top: 1px solid #000000; */
		/* border-bottom: 1px solid #000000; */
		margin-bottom: 15px;
		text-align: center;
	}
	#printFooterBox { /* ---- FUSSZEILE ----  */
		clear: both;
		display: block !important;
		width: auto;
		padding-top: 10px;
		/* border-top: 1px solid #000000; */
		text-align: center;
		margin-top: 20px;
		font-size: 9px;
	}
}
