body, table, tr, th, td{
	font-family: arial, helvetica, sans_serif;
	font-size: 11px;
	color: #333333;
}
table{
	margin-top: 10px;
}
th{
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif ;
	color: #808080;
	font-weight: normal;
	font-size: 16px;
}

td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 20px;
	padding-left: 5px;
}

table.articleData{
 margin-top: 30px;
}

.articleData td{
	line-height: 16px;
	padding-left: 0px;
}

.articleData td.bold{
	font-weight: bold;
	
}

tr.even td{
	background-color: #BDBDBD;
}

tr.odd td{
	background-color: #CECECE;
}

a{
	color: #910000;
}

body{
	background-image: url('../img/bodyBG.jpg');
	margin: 0px;
	padding: 0px;
}

body .contentBG{
	background-image: url('../img/pageBG_top.jpg');
	background-repeat: repeat-x;
}

body .contentBG .pageBG{
	background-image: url('../img/pageBG.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
}

body .contentBG .pageBG .page{
	position: relative;
	background-image: url('../img/contentBG.jpg');
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0px auto;
	text-align:left;
}

body .contentBG .pageBG .page .pageHeaderBG{
	background-image: url('../img/headerBG.jpg');
	width: 1000px;
	height: 135px;
}

body .contentBG .pageBG .page .pageContent{
	margin-top: -66px;
	background-image: url('../img/footerBG.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 1000px;
}

*html body .contentBG .pageBG .page .pageContent{
	margin-left: 0px;
}

.clear{
	font-size: 0.1em;
	clear:both;
	height: 1px;
	line-height: 1px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float: right;
}

.noFloat{
	clear: both;
}

.mT10{
	margin-top: 10px;
}

.mB20{
	margin-bottom: 20px;
}

.dottedLineRed{
	font-size: 0.1em;
	clear:both;
	height: 1px;
	line-height: 1px;
	background-image:url("../img/1pxDottedRed.jpg");
	background-repeat: repeat-x;
	margin: 10px 0px 10px 0px;
}

.csc-mailform-field label {
margin:0 0 10px 0;
display:block;
float: left;
 font-weight: bolder;
 width: 100px;
	}
	
.csc-mailform-field input, .csc-mailform-field textarea {
width: 300px;
margin:0 0 10px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
border:1px solid #0;
padding:2px 0 0 2px;
clear:both;
border-colordark: #000;
border-colorlight: #fff;
}

#mailformrueckruf {
	width: 15px;
	height: 15px;
}

.csc-mailform-field textarea {
	width: 304px;
}

#mailform .csc-mailform {
	border: 0;
	}

#mailformformtype_mail {
	margin-left: 105px;
}