/* ========= NAVIGATION ========= */
/* ======================================================= */
@import 'nav_bar_main.css';
@import 'nav_tree_sub.css';


/* ========= LAYOUT ========= */
/* ======================================================= */
.container {
	width: 960px;
	margin: 0px auto;
}

#topBox {
	height: 90px;
	background-color: #ffffff;
}
#kkooelinkBox {
	float: right; 
}
#kkooelinkBox a {
	display: block;
	width: 165px;
	height: 67px;
	background-image: url(../../images/site/top_logo_kkooe.png);
	background-repeat: no-repeat;
}
#headBox {
	background-color: #cccccc;
	background-image: url(../../images/site/top_mainpic.png);
	background-size: cover;
	background-position: center;
}
#headBox .container {
	position: relative;
	height: 173px;
}
#headtextBox {
	font-weight: 700;
	text-shadow: 0px 0px 6px #777777;
	width: 560px;
	position: absolute;
	bottom: 45px;
}
#headtextBox span {
	display: block;
}
#headtextBox a {
	text-decoration: none;
	color: #ffffff;
}
#mainnavBox {
	background-color: #FECC00;
}
#mainBox {
	background-color: #ffffff;
}
#subnavBox {
	width: 220px;
	float: left;
	padding: 45px 0px 30px 0px;
}
#contentBox {
	width: 480px;
	float: left;
	padding: 45px 20px 50px 20px;
}
#sectionTitle {
	font-weight: 800;
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
	color: #bd9a14;
}
#sectionImage {
	margin: 0px 0px 30px 0px;
}
#sectionImage img {
	width: 100%;
	height: auto;
}

#rightBox {
	width: 220px;
	float: left;
	margin: -70px 0px 0px 0px;
}
#rightTopBox {
	box-shadow: 0px 0px 5px #777777;
	background-color: #ffffff;
	margin: 0px 0px 20px 0px;
}
#addressBox {
	padding: 35px 15px 35px 15px;
}
#addressBox .title {
	color: #7b848f;
}
#logonBox {
	background-color: #f5f5f5;
	padding: 15px 15px 15px 15px;
}
#logonBox .currentusername {
	padding: 0px 0px 10px 0px;
}
#searchBox {}
#searchBox a {
	display: block;
	background-color: #7b848f;
	color: #ffffff;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	text-align: center;
}
#searchBox a:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.5;
}
#searchBox label {
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 0px 20px 0px 12px;
}
#searchBox input {
	width: 144px;
	float: left;
	border: none;
	background-color: #D7DADD;
}
#searchBox .button {
	float: left;
	display: inline-block;
	width: 40px;
	height: 30px;
	border: none;
	background: transparent url(../../images/site/btn_search.png) no-repeat right center;
	text-indent: -9999px;
	font-size: 0px;
	margin: -3px 0px 0px 0px;
}
#imgmapBox {
	margin: 0px 0px 20px 0px;
	box-shadow: 0px 0px 5px #777777;
	background-color: #ffffff;
}
.widgetSidebar {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 20px 0px;
	box-shadow: 0px 0px 5px #777777;
	background-color: #ffffff;
}
#widgetSidebar1Box {}
#widgetSidebar2Box {}
#widgetSidebar3Box {}
#widgetSidebar4Box {}
#widgetSidebar5Box {}
#toplinkBox {
	text-align: center;
	background-color: #ffffff;
}
#toplinkBox a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../../images/site/icon_arrow_med_grey_up.png);
	background-repeat: no-repeat;
	background-position: center;
}
#footerBox {
	padding: 60px 0px 0px 0px;
}
#footerkkooeBox {
	color: #000000;
	padding: 55px 0px 100px 0px;
	background-image: url(../../images/site/bottom_logo_kkooe.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footerkkooeBox a {
	color: #000000;
	text-decoration: none;
}
#footerkkooeBox a:hover {
	color: #bd9a14;
	text-decoration: none;
}
#footerkkooeBox .line1 {
	width: 385px;
	padding: 0px 30px 0px 0px;
	float: left;
}
#footerkkooeBox .line2 {
	width: 300px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.tplswitchBox {
	text-align: center;
	padding: 0px 0px 60px 0px;
}
.tplswitchBox .header, .tplswitchBox ul, .tplswitchBox li{
	display: inline;
}
.tplswitchBox li {
	padding: 0px 0px 0px 10px;
	font-weight: 700;
}
.tplswitchBox a {}


/* ========= LAYOUT: nonav ========= */
/* ======================================================= */

.nonav #contentBox {
	padding-left: 0px;
	width: 720px;
}


/* ========= 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;
	}
}
