/* ========= NAVIGATION ========= */
/* ======================================================= */
@import 'nav_tree_menu.css';
@import 'nav_bar_footer.css';


/* ========= LAYOUT ========= */
/* ======================================================= */
.contentWrapper {
	width: 940px;
	margin: 0px auto;
}

#topBox {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 3;
}
#topBox .contentWrapper {
	position: relative;
}
#logoGwBox {
	position: absolute;
}
#logoGwBox a {
	background-image: url("../../images/pages/top_logo_gw.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 140px;
	width: 140px;
}
#searchBox {
	position: absolute;
	right: 190px;
	top: 10px;
}
#searchBox input {
	background: transparent;
	border: none;
	padding: 5px 10px 4px 10px;
	font-family: 'Droid Serif', serif;
	border: 1px solid #676770;
	float: right;

	width: 127px;

	transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
}
#searchBox input.isButton {
	border-color: transparent;
	width: 6px;
	color: #383838;
	background-image: url(../../images/pages/btn_search.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	cursor: pointer;
}

#waiBox {
	position: absolute;
	right: 0px;
	top: 13px;
}
#menunavBox {
	padding: 40px 0px 0px 180px;
	background-color: #ffffff;
}
#sectionImageBox {
	margin: 60px 0px 0px 0px;
	height: 250px;
	/* background-image: url(../../images/site/); -> sectionImage */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#sectionImageBox::before {
	content: "";
	width: 100%;
	height: 20px;
	background-image: url(../../images/pages/bkg_bottom_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
}
#mainBox {

}
#contentBox {
	padding: 40px 0px 50px 0px;
	width: 560px;
	float: left;
}
#sidebarBox {
	margin: -200px 0px 0px 0px;
	width: 300px;
	float: right;
	position: relative;
	z-index: 2;
}
#homelinkBox {
	padding: 25px 25px 25px 25px;
	margin: 0px 0px 15px 0px;
	background-color: #ffffff;
	text-align: center;
}
#homelinkBox a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#homelinkBox img {
	max-width: 100%;
	height: auto;
}

#bottomBox {
	background-color: #ABABAB;
	color: #ffffff;
	background-image: url(../../images/pages/bkg_bottom_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 50px 0px 100px 0px;
}
#bottomBox .contentWrapper {
	position: relative;
}
#sociallinksBox {
	padding: 0px 300px 0px 0px;
	float: right;
}
#sociallinksBox li {
	display: inline-block;
}
#sociallinksBox li a {
	background-image: url(../../images/pages/btn_social_white.png);
	background-position: 0px 0px;
	display: block;
	width: 28px;
	height: 28px;
}
#sociallinksBox li.mail a {
	background-position: 0px 0px;
}
	#sociallinksBox li.mail a:hover {
		background-position: 0px -28px;
	}
#sociallinksBox li.googleplus a {
	background-position: -28px 0px;
}
	#sociallinksBox li.googleplus a:hover {
		background-position: -28px -28px;
	}
#sociallinksBox li.youtube a {
	background-position: -56px 0px;
}
	#sociallinksBox li.youtube a:hover {
		background-position: -56px -28px;
	}
#sociallinksBox li.facebook a {
	background-position: -84px 0px;
}
	#sociallinksBox li.facebook a:hover {
		background-position: -84px -28px;
	}
#sociallinksBox li.twitter a {
	background-position: -112px 0px;
}
	#sociallinksBox li.twitter a:hover {
		background-position: -112px -28px;
	}
#footernavBox {
	clear: both;
	float: right;
	padding: 30px 300px 0px 0px;
}
#addressBox {
	text-align: right;
	color: #ffffff;
	width: 300px;
	line-height: 1.5em;
	position: absolute;
	right: 0px;
}
#addressBox a {
	color: #ffffff;
}
#addressBox a:hover {
	color: #67676f;
}
#tplswitchBox {
	clear: both;
	margin: 30px 240px 30px 0px;
	color: #D5D5D5;
	text-align: center;
}
#tplswitchBox .header {
	display: inline-block;
}
#tplswitchBox ul,
#tplswitchBox li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}
#tplswitchBox a {
	color: #D5D5D5;
	text-decoration: underline;
}


/* ========= LAYOUT: index ========= */
/* ======================================================= */
.index #indexsliderBox {
	margin: 60px 0px 0px 0px;
}
.index #sidebarBox {
	margin: -520px 0px 0px 0px;
}


/* ========= LAYOUT: inline popup ========= */
/* ======================================================= */
body.inlinePopup {
	padding: 20px;
	background-color: #ffffff;
	background-image: none;
	/*background-image: url(../../images/pages/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; /* Alle nicht-druckbaren Elemente ausblenden */
	}
	.print {
		width: auto !important;
		padding: 0px !important;
		margin: 0px !important;
		border: 0px !important;
		background: transparent !important;
	}

	/* ---- LAYOUT ----  */
	/* ---------------------------------------------------------  */
	#contentBox {
		width: 640px !important;
		padding: 0px !important;
		margin: 0px auto !important;
		margin-bottom: 20px;
		color: #000000;
	}
	#printHeaderBox { /* ---- KOPFZEILE ----  */
		clear: both;
		display: block !important;
		width: 640px;
		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: 640px;
		padding-top: 10px;
		border-top: 1px solid #000000;
		text-align: center;
		margin-top: 20px;
		font-size: 9px;
	}
}
