/* ========= NAVIGATION ========= */
/* ======================================================= */
@import 'nav_tree_sub.css';
@import 'nav_tree_info.css';
@import 'nav_tree_sitemap.css';
@import 'nav_bar_main.css';
@import 'nav_bar_simple.css';
@import 'nav_bar_social.css';



/* ========= LAYOUT ========= */
/* ======================================================= */

/* fix WebKit replacing image with content (see: _editor.css) */
.sweImgRight .swartimg, img.sweImgRight,
.sweImgLeft .swartimg, img.sweImgLeft {
   content: inherit !important;
}

.contentWrapper {
	width: 980px;
	margin: 0px auto;
}
#headBox {}
#headBox .contentWrapper {
	height: 124px;
	padding: 48px 0px 0px 0px;
	/*background-image: url(); ->> sectionLogo */
	background-repeat: no-repeat;
	position: relative;
}
#homelinkBox {
	position: absolute;
	top: 0px;
}
#homelinkBox a {
	background-repeat: no-repeat;
}
.tplswitchBox {
	text-align: center;
	padding: 30px 0px 30px 0px;
}
.tplswitchBox .header, .tplswitchBox ul, .tplswitchBox li{
	display: inline;
}
.tplswitchBox li {
	padding: 0px 0px 0px 10px;
	font-weight: 700;
}
.tplswitchBox a {
	font-weight: 400;
}


/* ===--- color: start ---===  */
#colorBox {
	position: absolute;
	top: 20px;
	right: 150px;
}
#colorBox li {
	display: inline-block;
}
#colorBox li a {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../../images/pages/btn_color_icons.png);
	background-position: 0px 0px;
}
#colorBox li.standard a {
	background-position: 0px 0px;
}
#colorBox li.yellowblack a {
	background-position: -22px 0px;
}
#colorBox li.blackyellow a {
	background-position: -44px 0px;
}
#colorBox li.whiteblue a {
	background-position: -66px 0px;
}
#colorBox li.bluewhite a {
	background-position: -88px 0px;
}
/* ===--- color: end ---===  */
/* ===--- fontsize: start ---===  */
#fontsizeBox {
	position: absolute;
	top: 20px;
	right: 280px;
}
#fontsizeBox li {
	display: inline-block;
}
#fontsizeBox a {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../../images/pages/btn_fontsize_icons.png);
	background-position: 0px 0px;
}
#fontsizeBox .fontSize1 a {
	background-position: 0px 0px;
}
#fontsizeBox .fontSize2 a {
	background-position: -22px 0px;
}
#fontsizeBox .fontSize3 a {
	background-position: -44px 0px;
}
/* ===--- fontsize: end ---===  */
#searchBox {
	position: absolute;
	top: 18px;
	right: 0px;
}
#searchBox #searchButton {
	padding: 2px 10px 2px 10px;
	border: 1px solid #D3D3D4;
	background-color: #D3D3D4;
	border-left: 0px;
	background-image: url(../../images/pages/btn_search.png);
	background-repeat: no-repeat;
	background-position: center;
}
#searchBox input#FullText {
	width: 100px;
}
#languageBox {
	float: right;
	margin: 0px 10px 0px 10px;
}
#linkBox {}
#sliderBox {
	position: relative;
	margin: 0px 0px 16px 0px;
	text-align: right;
}
#sliderBox, #sliderBox td,
#sliderBox h1, #sliderBox h2, #sliderBox h3, #sliderBox h4, #sliderBox h5, #sliderBox h6,
#sliderBox .sweTitle1, #sliderBox .sweTitle2, #sliderBox .sweTitle3, #sliderBox .sweTitle4, #sliderBox .sweTitle5, #sliderBox .sweTitle6, #sliderBox .sweTitle7, #sliderBox .sweTitle8, #sliderBox .sweTitle9
{
	line-height: 1em;
	color: #ffffff;
}

#rootBox {}
#rootBox #rootSiteButton {
	text-transform: uppercase;
	color: #000000;
	display: block;
	float: right;
	background-image: url(../../images/pages/arrow_big_down_blk.png);
	background-repeat: no-repeat;
	background-position: 65px 5px;
	padding: 0px 0px 0px 100px;
	margin: -50px 0px 0px 0px;
	cursor: pointer;
	font-family: 'Cabin Condensed', sans-serif;
}
#rootBox #rootSiteButton span {
	display: block;
	position: absolute;
	width: 45px;
	height: 35px;
	background: url(../../images/pages/icon_god.png) no-repeat center;
	margin: -5px 0px 0px -100px;
}
#rootBox #rootSiteButton.opened {
	background-image: url(../../images/pages/arrow_big_up_blk.png);
}
#rootBox #rootSiteWrapper {
	height: 0px;
	overflow: hidden;
	background-image: url(../../images/pages/bkg_rootsite.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#rootBox #rootSiteWrapper .loading {
	margin: 30px auto 30px auto;
	width: 200px;
	text-align: right;
	font-size: 18px; /* intentionally not using fontsize.css!! */
	background-image: url(../../images/ajax-loader-med-wht_transp.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#rootBox #rootSiteWrapper .btnClose {
	border-top: 1px dotted #8d8d8d;
	border-bottom: 3px solid #8d8d8d;
	height: 80px;
	background-image: url(../../images/pages/bkg_rootsite.png);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
#rootBox #rootSiteWrapper .btnClose .closeIcon {
	width: 80px;
	height: 80px;
	background-image: url(../../images/pages/btn_god_close.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px auto;
}
#socialBox {
	float: right;
}
#socialBox li {
	display: inline-block;
	margin: 0px 0px 0px 10px;
}
#socialBox li a {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../../images/pages/btn_social_icons.png);
	background-position: 0px 0px;
}
#socialBox li.mail a {
	background-position: 0px 0px;
}
#socialBox li.gplus a {
	background-position: -25px 0px;
}
#socialBox li.facebook a {
	background-position: -50px 0px;
}
#socialBox li.twitter a {
	background-position: -75px 0px;
}
#mainnavBox {
	background-image: url(../../images/pages/bkg_mainnavbar.png);
	background-repeat: repeat-x;
}
#mainBox {
	padding: 40px 0px 0px 0px;
}
#leftBox {
	width: 185px;
	float: left;
	padding: 0px 21px 31px 0px;
}
#mainlinkBox {}
#mainlinkBox a {
	padding: 4px 0px 4px 0px;
	display: block;
}
#mainlinkBox a:hover {
	color: #000000;
	text-decoration: none;
}
#subnavBox {}
#subnavBox .treeSub {
	border-bottom: 1px dotted #8D8D8D;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
}
#abteilungWrapperBox {
	min-height: 168px;
	border-bottom: 1px dotted #8d8d8d;
	padding: 0px 0px 25px 0px;
	margin: 0px 0px 20px 0px;
}
#abteilungnavHeaderBox {
	color: #000000;
	font-weight: 500;
	padding: 0px 0px 5px 0px;
}
#abteilungnavBox {}
#leftInfoBox {
	line-height: 1.3em;
	padding: 0px 5px 0px 0px;
}
#leftInfoBox .articleList {}
#contentBox {
	width: 495px;
	float: left;
	padding: 0px 12px 12px 12px;
	line-height: 1.5em;
	line-height: 1.3em;
}
#contentBox #searchHelp input {
	width: 350px;
}
#contentBox #searchHelp input.button {
	width: auto;
}
#abteilungBox {}
#abteilungBox #sectiontitleBox {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
}
#abteilungBox #sectionimageBox  {
	margin: 0px 0px 3px 0px;
}
#abteilungBox #sectionimageBox, #abteilungBox #sectionimageMaskBox  {
	/* background-image: url(../../images/pages/); -> sectionImage */
	background-position: 8px 0px;
	background-repeat: no-repeat;
	width: 495px;
	height: 147px;
}
#abteilungBox #sectionimageMaskBox {
	background: transparent url(../../images/pages/abteilung_sectionimage_mask.png);
}
#abteilungBox #sectionnavBox  {
	width: 495px;
	height: 30px;
	background-color: #A1A1A0;
	margin: 0px 0px 30px 0px;
	background-image: url(../../images/pages/abteilung_sectionnav_mask.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#rightBox {
	width: 221px;
	float: right;
	padding: 0px 0px 0px 15px;
}
#addressDbBox {
	border-bottom: 1px dotted #8d8d8d;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 1.3em;
}
#infonavBox {}
#rightInfoBox {
	border-top: 1px dotted #8d8d8d;
	padding: 20px 0px 30px 0px;
	margin: 40px 0px 0px 0px;
	line-height: 1.3em;
}
#rightBox #socialBox {
	width: 221px;
	border-top: 1px dotted #8d8d8d;
	padding: 20px 0px 30px 0px;
	margin: 40px 0px 0px 0px;
}
#rightBox #socialBox .barSocial {}
#footerBox {
	background-image: url(../../images/pages/bkg_footer.png);
	background-repeat: repeat-x;
	height: 229px;
}
#footerLineBox {
	background-image: url(../../images/pages/bkg_footer_line.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 229px;
	width: 56px;
	position: absolute;
	margin: 0px 0px 0px -56px;
}
#sitemapBox {
	float: left;
	padding: 30px 0px 0px 6px;
}

#sitemapBox .btnCookieSettings {
    padding-top: 5px;
}

#sitemapBox .btnCookieSettings a {
    color: #333333;
    cursor: pointer;
    text-transform: uppercase;
}

#sitemapBox .btnCookieSettings a:hover {
    opacity: 0.5;
}

#addressBox {
	padding: 30px 0px 0px 0px;
}
#addressBox span {
	text-transform: uppercase;
}


/* ========= LAYOUT: barmherzigebrueder ========= */
/* ======================================================= */
#barmherzigebruederMainBox #mainnavBox, .barmherzigebrueder #mainnavBox {
	background-image: none;
	background-color: #676767;
}


/* ========= 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; /* 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;
	}
}