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


/* ========= LAYOUT ========= */
/* ======================================================= */
#containerBox {
	width: 770px;
	margin: 0px auto;
	position: relative;
	background-image: url(../../images/site/top_logo_forum.png);
	background-repeat: no-repeat;
	background-position: 472px 61px;
}
#homelinkBox {
	height: 166px;
	border-top: 1px solid #BC141F;
}
#homelinkBox a {
	display: block;
	background-image: url(../../images/site/top_logo.png);
	background-repeat: no-repeat;
	width: 278px;
	height: 135px;
	margin: 22px 0px 0px 73px;
}
#fontsizeBox {
	position: absolute;
	top: 134px;
	right: 0px;
	margin: 0px 20px 0px 0px;
}
/* ===--- fontsize: start ---===  */
#fontsizeBox li {
	display: block;
	width: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 2px;
}
#fontsizeBox a {
	display: block;
	width: 22px;
	height: 22px;
}
#fontsizeBox .fontSize1 a {
	background-image: url(../../images/site/fontsize_1.png);
}
#fontsizeBox .fontSize2 a {
	background-image: url(../../images/site/fontsize_2.png);
}
#fontsizeBox .fontSize3 a {
	background-image: url(../../images/site/fontsize_3.png);
}
/* ===--- fontsize: end ---===  */
#menuBox {
	padding: 37px 0px 20px 0px;
	width: 160px;
	float: left;
}
#searchBox {
	padding: 20px 0px 100px 0px;
	text-align: right;
}
#searchBox input {
	color: #000000;
}
#searchBox input.swWatermark {
	color: #8F8E8E;
}
#searchBox .searchLnk {
	padding: 5px 0px 0px 0px;
}
#searchBox .searchLnk span {
	color: #BC141F;
}
#searchBox .button {
	border: 0px;
	padding: 0px;
	display: inline-block;
	margin: 0px 0px 0px 3px;
	background: none;
}
#contentBox {
	width: 590px;
	float: left;
	padding: 40px 0px 120px 0px;
	margin: 0px 0px 0px 20px;
}
.socialBox {
	margin: 40px 0px 0px 0px;
}
#taskIconsBox {
	margin: 20px 0px 0px 0px;
	float: right;
}
#tplswitchBox {
	text-align: center;
	padding: 30px 0px 30px 0px;
	clear: both;
}
#tplswitchBox .header, #tplswitchBox ul, #tplswitchBox li{
	display: inline;
}
#tplswitchBox li {
	padding: 0px 0px 0px 10px;
	font-weight: 700;
}
#tplswitchBox a {
	font-weight: 400;
}

/* ---- spzifische Styles ----  */
/* ---------------------------------------------------------  */
.calendarTitle {

}
#calendarSearch {
	padding: 15px 0px 20px 0px;
}
#calendarSearch table {
	background-color: #fff1cf;
	padding: 3px;
}
#calendarContent {

}


/* ========= layout: elternbildung ========= */
/* ======================================================= */
/*
.elternbildung #homelinkBox a {
	background-image: url(../../images/site/top_logo_elternbildung.png);
	height: 133px;
	margin-top: 20px;
}
*/
.elternbildung #containerBox {
	background-image: url(../../images/site/logo_marke.png);
	background-repeat: no-repeat;
	background-position: 434px 37px;
}


/* ========= layout: svp50 ========= */
/* ======================================================= */
.svp50 #containerBox {
	background-image: url(../../images/site/top_logo_svp50.png);
	background-repeat: no-repeat;
	background-position: 419px 46px;
}


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