* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

body {
	background-color:#d1d3d4;
	text-align:center;
}

html, body {
	height:100%;
}

a {
	color:#444;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img,
div, 
a, 
input,
ul, 
li { 
	behavior: url(/fileadmin/template/scripts/iepngfix.htc);
}

#helper {
	width:1px;
	height:50%;
	background-color:none;
	margin-bottom:-300px; /* 50% of mainframe */
	float:left;
}

.mainframe {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:600px;
	width:900px;
	clear:left;
	background-color:#fff;
	background-image:url(../images/design/bg_mainframe.gif);
	background-repeat:repeat-y;
	background-position:10px;
}

.headerBox {
	float:left;
	width:180px;
	height:110px;
}

.headerBox img.logo {
	margin:10px 0 0 10px;
}

.naviBox {
	padding-top:80px;
}

.secondLevel {
	float:left;
	width:160px;
}

.secondLevel ul,
.naviBox ul {
	list-style-type:none;
}

.naviBox ul li {
	float:left;
	/*
	padding-right:40px;
	padding-left:20px;
	*/
	padding-right:15px;
	padding-left:10px;
}

.secondLevel ul li {
	text-align:right;
	padding:4px 20px 4px 0;
}

.naviBox ul li a {
	font-size:14px;
}

.secondLevel ul li.active a,
.naviBox ul li.active a {
	color:#b3071b;
}

.naviIllustration {
	background-color:#b3071b;
	margin-left:158px;
	clear:both;
	margin-bottom:20px;
}

.contactInfoBox {
	position:absolute;
	bottom:10px;
	left:8px;
	font-size:10px;
	line-height:140%;
}

.wideLetterSpacing {
  letter-spacing:1px;
  font-size:inherit;
}

.contactInfoBox em,
.contactInfoBox a {
	font-size:10px;
	color:#b3071b;
	font-style:normal;
}

.contentBox {
	width:695px;
	height:366px;
	overflow:auto;
	margin-right:14px;
	float:right;
	line-height:18px;
	padding-right:15px;
}

.contentBox h1 {
	color:#b3071b;
	font-size:14px;
	margin-bottom:5px;
}

.contentBox ul {
  list-style-type:circle;
  padding-left:25px;
}

.csc-mailform {
	border:0 solid white;
}

.csc-mailform input,
.csc-mailform textarea {
	border:1px solid #aaa;
	padding:2px;
	margin-bottom:2px;
	color:#444;
}

.csc-mailform label {
	display:block;
}

img {
  border:0px;
}

.align-justify {
  text-align:justify;
}

.align-right {
  text-align:right;
}

.align-center {
  text-align:center;
}

p.align-justify {
  text-align:justify;
}