@media screen {

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
}

table.contenttable {
	
	border-collapse: collapse;
	width: 100% !important;
	border: 1px solid #CCCCCC;
}

table.contenttable td {
	font-size: 12px;
	line-height: 170%;
	vertical-align:top;	
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.contenttable th {
	font-size: 12px;
	line-height: 170%;
	vertical-align:top;	
	border: 0px;
	text-align: left;
}

table.contenttable td,th p {
	margin: 0 !important;
	padding: 0 !important;
}

#navi {
	width: 100%;
	background: #cbc8bc;
	border-top: 1px solid #FFFFFF;
}

#navinobr {
	width: 805px;
}

#content {
	width: 690px;
	margin-left: 75px;

}

#content2 {
	padding-bottom: 20px;
	width: 690px;
	margin-left: 75px;
}

#contentframe {
	padding-top: 20px;
	padding-bottom: 40px;
	width: 804px;
	border-right: 1px solid #cbc8bc;
}

#footer {
	width: 100%;
	background: #cbc8bc;
	clear: both;
}

#footerinnen {
	margin-left: 75px;
	width: 729px;
	border-right: 1px solid #ffffff;
}

div.csc-header p.csc-header-date {
	display: inline;
	font-size: 14px;
	line-height: 170%;
	margin-right: 2px;
}

div.csc-header h1 {
	display: inline;
}

div.csc-header {
	font-size: 14px;
	line-height: 170%;
	clear: both;
}

a {
	color: #7d7459;
}

a img {
	border: 0px;
}

}

@media print {

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
}

h1 {
	font-size: 14px;
	line-height: 170%;
}

#navi {
	display: none;
}

#header {
	display: none;
}

#content {
	margin: 1cm;
}

#footer {
	display: none;
}

#footerinnen {
	display: none;
}

a img {
	border: 0px;
}

}

