/* ========= NAVIGATION ========= */
/* ======================================================= */
@import 'nav_tree_blog.css';


/* ========= LAYOUT ========= */
/* ======================================================= */
.centerBox {
	width: 907px;
	margin: 0px auto;
}
#containerBox {
	background-image: url(../../../images/site/blog/bkg_pages.gif);
	background-repeat: repeat-x;
	background-color: #ececec;
}
#mainHeaderBox {}
#mainHeaderBox a {
	display: block;
	width: 92px;
	height: 92px;
	background-image: url(../../../images/site/blog/top_logo.png);
	background-repeat: no-repeat;
	position: absolute;
}
#mainnavBox {
	background-color: #67676F;
}
#mainBox {
	background-color: #ffffff;
	padding: 20px 10px 20px 20px;
	border: 1px solid #ECECEC;
	border-bottom: 3px solid #ECECEC;
	border-top: none;
}
#contentBox {
	float: left;
	width: 602px;
	overflow: hidden;
	padding: 60px 0px 30px 0px;
}
#contentBox img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#rightBox {
	width: 245px;
	float: right;
}
#searchBox {
	background-color: #EBEBEB;
	padding: 10px 10px 10px 10px;
}
#searchBox h6 {
	float: left;
	font-family: 'Droid Serif', serif;
}
#searchBox input {
	border: 0px;
	width: 140px;
	float: right;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid #C6C6C8;
	padding: 3px 10px 3px 10px;
}
#searchBox .button {
	background: transparent;
	width: 30px;
	height: 20px;
	display: block;
	border: 0px;
	float: right;
	outline: none;
}
#socialBox {
	background-color: #EBEBEB;
	padding: 10px 0px 10px 7px;
}
#socialBox ul.socialButtons li a {
	background-image: url(../../../images/site/btn_social_grey.png);
}
ul.socialButtons {
	list-style: none;
	padding: 0px;
	margin: 0px 10px 0px 7px;
}
ul.socialButtons li {
	float: left;
	margin: 0px 0px 0px 15px;
}
ul.socialButtons li a {
	display: block;
	width: 28px;
	height: 28px;
	background-position: 0px 0px;
}
ul.socialButtons {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.socialButtons li {
	float: left;
}
ul.socialButtons li a {
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../../../images/site/btn_social_white.png);
	background-position: 0px 0px;
}
ul.socialButtons li.mail a {
	background-position: 0px 0px;
}
	ul.socialButtons li.mail a:hover {
		background-position: 0px -28px;
	}
ul.socialButtons li.googleplus a {
	background-position: -28px 0px;
}
	ul.socialButtons li.googleplus a:hover {
		background-position: -28px -28px;
	}
ul.socialButtons li.youtube a {
	background-position: -56px 0px;
}
	ul.socialButtons li.youtube a:hover {
		background-position: -56px -28px;
	}
ul.socialButtons li.facebook a {
	background-position: -84px 0px;
}
	ul.socialButtons li.facebook a:hover {
		background-position: -84px -28px;
	}
ul.socialButtons li.twitter a {
	background-position: -112px 0px;
}
	ul.socialButtons li.twitter a:hover {
		background-position: -112px -28px;
	}
ul.socialButtons li.instagram a {
	background-position: -140px 0px;
}
	ul.socialButtons li.instagram a:hover {
		background-position: -140px -28px;
	}
#userinfoBox {}
#userinfoBox .content {
	background-color: #EBEBEB;
	padding: 20px 10px 10px 10px;
}
#calendarBox {
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #EBEBEB;
}
#tagsBox {
	padding: 10px;
	margin: 0px 0px 20px 0px;
	background-color: #EBEBEB;
}
#infoBox {
	padding: 10px 0px 0px 0px;
}
#infoBox swartimg {
	margin: 0px !important;
	padding: 0px !important;
}
#linkBox {
	margin: 0px 10px 20px 10px;
}
#linkBox a.iconRss {
	display: block;
	width: 45px;
	height: 16px;
	background-image: url(../../../images/site/blog/icon_rss.png);
	background-repeat: no-repeat;
}
#footerBox {
	height: 80px;
	padding: 10px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	color: #ffffff;
}
#footerBox .links {
	float: left;
}
#footerBox .links a {
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
}
#footerBox a {
	color: #ffffff;
}
#footerBox a:hover {
	color: #000000;
}
#footerBox .address {
	float: right;
	text-align: right;
	padding: 0px 0px 30px 0px;
}



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