* {
	margin:0;
	padding:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #EEEEEE;*/
	background:#EEEEEE;/* url(images/bg_raster.png) repeat;*/
	text-align:center;
	background-color: #f4f3f3;
}
body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #C30000;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
h1 {
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-transform:uppercase;
	line-height:20px;
	margin-top:24px;
	margin-bottom:20px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-transform:uppercase;
	line-height:20px;
	margin-top:20px;
	margin-bottom:20px;
}
h3 {
	font-size: 11px;
}
#maindiv {
	border-left:1px solid #000000; border-right:1px solid #000000; border-bottom:1px solid #000000; text-align:left;	/* Seiteninhalt wieder links ausrichten */
	margin:0 auto;		/* standardkonforme horizontale Zentrierung */
	padding:0;
	width:750px;
	background:#FFFFFF url('../../images/site/background.jpg') repeat-y center;
	border-top:medium none;
}
div#rightdiv {
	width:482px;
	margin:0 0 1em 215px;
	border:none;
	padding:0px;
}
div#leftdiv {
	float:left;
	width:215px;
	margin:0px -3px 0px 0px;
	border-right:-3px;
	padding:0;
	display:block;
}
* html div#rightdiv {	/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	height:1em;			/* Bitte nichts veraendern */
	margin-bottom:0;	/* Bitte nichts veraendern */
	margin-left:212px;	/* Das margin-left muss 3px kleiner sein als im rightdiv! */
}
div#closediv {
	clear: both;
	width:747px;
	height:1px;
	margin:0;
	padding: 0.1em;
	background-color:#F4F3F3;
	border-top:#000000 1px solid;
}
* html div#closediv {
	width:748px;
}
.footer {
	font-size:0.83em;
}
th.footer {
	font-size:1em;
	font-weight:bold;
	width:116px;
}
label {
	display:block;
	width:100px;
	float:left;
	text-align:right;
}
div.csc-mailform-field {
	height:24px;
	display:inline-table;
	width:460px;
	/*white-space:nowrap; */
}
input {
	display:block;
	margin-left:120px;
	width:220px;
}
#mailformkontaktgrund {
	display:block;
	margin-left:120px;
	width:220px;
	height:160px;
}
#mailformformtype_mail {
	display:block;
	margin-left:245px;
	margin-top:140px;
	width:100px;
}
.csc-mailform {
	border:none;
	display:block;
	width:400px;
	padding-left:40px;
}