/****************************************************************************
Allgemeine Styles
****************************************************************************/
html {
	width: 100%;
	margin: 0;
	padding: 0;
}
body, td {
	font-family:  Arial, Futura, Helvetica, sans serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #fff;  
	margin: 0;
	padding:0;
	width: 100%;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
ul, li {
	margin: 0;
	padding: 0;
}
ul {
	margin-left: 15px;
	list-style-position:outside;
}
.logo {
	background: #ffffff url(../pics/elternweb_logo.gif) no-repeat scroll 0px 0px;
	height: 74px;
	valign: center;
	overflow:hidden;
}

/*  Elemente beim Druck ausblenden  */
.langArea { display: none; }
.lang {	display: none; }
.lang a:link, .lang a:active, .lang a:hover, .lang a:visited { display: none; }
.langActive { display: none; }
.langActive a:link, .langActive a:active, .langActive a:hover, .langActive a:visited { display: none; }
.headerGrey { display: none; }
/*Suche*/
.searchArea { display: none; }
.formField { display: none; }
.actionField { display: none; }
/* Navigation */
.pageNav { display: none; }
.navL0 a:link, .navL0 a:hover, .navL0 a:visited, .navL0 a:active { display: none; }
.navL0Active a:link, .navL0Active a:hover, .navL0Active a:visited, .navL0Active a:active { display: none; }
.navStart { display: none; }
.navL1 { display: none; }
.navL1 a:link, .navL1 a:hover, .navL1 a:visited, .navL1 a:active  { display: none; }
.navL1Active { display: none; }
.navL1Active a:link, .navL1Active a:hover, .navL1Active a:visited, .navL1Active a:active  { display: none; }
.navL2 { display: none; }
.navL2 a:link, .navL2 a:hover, .navL2 a:visited, .navL2 a:active  { display: none; }
.navL2Active { display: none; }
.navL2Active a:link, .navL2Active a:hover, .navL2Active a:visited, .navL2Active a:active  { display: none; }
/* */ 
.navL3 { display: none; }
.navL3 a:link, .navL3 a:hover, .navL3 a:visited, .navL3 a:active  { display: none; }
.navL3Active { display: none; }
.navL3Active a:link, .navL3Active a:hover, .navL3Active a:visited, .navL3Active a:active  { display: none; }
.navEnd { display: none; }
.contentFinisher, .print-site { display: none; }
/*content*/
.teaserBorder {
	display: none;
}
.leftArea {
	display: none;
	width: 0px;
}
.no-print {
	display:none;
}
.shortSitemap { display: none; }
.shortSitemap a:link, .shortSitemap a:visited, .shortSitemap a:hover, .shortSitemap a:active { display: none; }
.shortSitemapActive { display: none; }
.shortSitemapActive a:link, .shortSitemaActivep a:visited, .shortSitemapActive a:hover, .shortSitemapActive a:active { display: none; }

.printhead{
	margin: 0;
	padding: 0;
}
.footer { display: none; }

.contentTopArea {
	background-color: #ffffff; 
	color:#000000;
	font-weight:bold;
	
}
.content-print {
	width: 100% important;
}
.contentArea {
	font: 12px Arial, Futura, Helvetica, sans serif;
	color: #000000;
	background: #fff;
}
.contentArea a:link, .contentArea a:hover, .contentArea a:visited, .contentArea a:active {
	color: #54AA13;
	text-decoration: none;
}
.contentWide {
	width: 650px;
}
.dbListHeadline {
	padding: 20px 0 5px 0;
}
.dbListContent0, .dbListContent1 {
	padding:5px 0;
	width:400px;		
}
.dbListPicture0, .dbListPicture1 {
	width:120px;
	padding-right: 5px;	
}
.textBoxLinks {
	float: left;
	width: 439px;
	padding-right: 10px;
	padding: 0 10px 10px 0;
}
.boxIt {
	float: right;
	padding: 0 0 10px 10px;
	margin: 10px 0 0 5px;
	width: 175px;
	border-left: 1px dashed #000;
}
.boxHeader {
	margin-bottom: 10px;
}
.boxContent p {
	margin: 0;
	padding: 0;
}	
.contentSet1 {
	margin-bottom: 10px;
}
.contentLeft {
	width: 650px;
	
}
.contentRight {
	width: 650px;
}
.contentRight .boxIt {
	float: none;
	padding: 0 0 10px 0;
	border: 0px solid red;
}


