body {
	color:#505050;
	background: #FFF;
	font-size: 100.01%;
}

img {
	border:none;
}

a {
	color:#015697;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, form, fieldset, label, select, input, textarea, address, blockquote, nobr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}

#headerNavi, #secondColumn {display:none;}


#headerLogo {
	width:220px;
	float:left;
	margin-right:37px;
	margin-bottom:10px;
	text-align:right;
}

#headerCompany {
	height:45px;
	padding-top:19px;
	margin-bottom:6px;
}

/**************************/
/* content                */
/**************************/

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6, div#content p.bodytext, div#content p.align-center, div#content ul, div#content ol, div#content div, div#content caption {

	max-width:510px;
	border:0px red solid;
}

div#content div.contenttable {

	border:0px blue solid;	
}


div#content div.contenttable td {
	padding:10px;
}

div#content p.bodytext {
	margin-bottom:14px;
}

div#content h2 { 
	font-size:16px;
	color:#606060;
	margin-bottom:20px;
}

div#content h6 { /* genutzt als Überschrift über der Überschrift - Kategorienbezeichnung */
	margin-bottom:3px;
	font-size:15px;
	font-weight:500;
}

div#content ul {
	margin-left:15px;
	margin-bottom:10px;
}

div#content ol {

	margin-left:15px;
	margin-bottom:10px;
}

div#content li {
	margin-bottom:0px;
	line-height:18px;
}

div.csc-header-n4, div.csc-header-n5 {
	padding-top:50px;

