body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#surrounding {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 1000px;
}
#divHeader {
	height: 125px;
}
#divContentContainer {
	text-align: left;
	background: url(/fileadmin/templates/_img/bg/shadow_content.png) repeat-y;
}
#divFooter {
	width: 100%;
	height: 60px;
	text-align: center;
}
#divLogo {
	position: relative;
	top: 25px;
	left: 115px;
	width: 230px;
	height: 50px;
	float: left;
	background: url(/fileadmin/templates/_img/bg/logo.png) no-repeat;
}
#divLogo img {
	border: none;
}
#divLogo a,
#divLogo a,
#divLogo a,
#divLogo a {
	border: none;
	color: black;
}

#divFuncNavi {
	position: relative;
	top: 35px;
	left: 240px;
	width: 500px;
	height: 20px;
	float: left;
}
#divSectionHeadline {
	position: relative;
	top: -10px;
	left: -20px;
	width: 540px;
	height: 69px;
}
#divLeftContentColumn {
	position: relative;
	top: 0px;
	left: 0;
	float: left;
}
#divRightContentColumn {
	position: relative;
	top: -35px;
	left: 0;
	margin: 0;
	padding: 0 0 30px 20px;
	float: left;
}
#divContent {
	min-height: 400px;
	float: left;
	width: 490px;
	margin-left: 12px;
}



h1 {
	font-size: 17px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 7px 0px;
}

p,
p.bodytext {
	margin: 7px 0px;
	line-height: 140%;
}

ul {
	line-height: 140%;
	margin: 0 0 0 5px;
	padding: 0;
}
ol {
	line-height: 140%;
	margin: 0 0 0 10px;
	padding: 0;
}
li {
	margin: 0 0 0 20px;
}

div.csc-textpic img {
	border: 1px solid #bfb5b5;
}


.elInvisible {
	position: absolute;
	left: -2000px;
	width: 1px;
}
.clean,
.divCleaner {
	clear: both;
	overflow: hidden;
	height: 0px;
}
.bold {
	font-weight: bold;
}
.error {
	color: #cc0033;
}

/**
 * spacers, positioning
 * @section helper classes
 */
.height5 {
	height: 5px;
}
.height10 {
	height: 10px;
}
.height15 {
	height: 15px;
}

.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height40 {
	height: 40px;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.alignRight {
	text-align: right;
}
.clearBoth{
	clear: both;
}
.aLittleBitHigher{
	position: relative;
	top: -3px;
}
.aLittleMoreHigher {
	position: relative;
	top: -5px;
}
.aLittleBitLower{
	position: relative;
	top: 3px;
}



.divListingItem {
	padding: 5px 0;
}
.divListingHeadline {
	font-weight: bold;
	line-height: 170%;
	background: url(/fileadmin/templates/_img/bullets/arr_listing_gr.gif) no-repeat 0 6px;
	padding: 0 0 0 15px;
	cursor: pointer;
}
.divListingContent {
	display: none;
	padding: 0 0 0 15px;
}


div.divContactBox {
	position: relative;
	top: -40px;
	left: 14px;
	width: 354px;
	min-height: 145px;
	background: url(/fileadmin/templates/_img/bg/contactbox.png) no-repeat top left;
}
div.divContactData {
	float: left;
	width: 190px;
	padding: 40px 10px 10px 30px;
}
div.divContactImage {
	padding: 30px 0 0 0;
}
div.divContactImage img {
	border: 1px solid white;
}
div.divContactBox a,
div.divContactBox a:link,
div.divContactBox a:hover,
div.divContactBox a:visited {
	color: black;
}
div#divContactBoxPrintVersion {
	display: none;
}


form#tx_indexedsearch {
	padding: 0;
	margin: 0;
	display: inline;
}
form#tx_indexedsearch input.quicksearchInput {
	width: 110px;
	height: 16px;
	border: 1px solid black;
	display: inline;
}
form#tx_indexedsearch div.quicksearchSubmit {
	display: inline;
	padding-left: 5px;
}
form#tx_indexedsearch div.quicksearchSubmit a {
	text-decoration: underline;
	position: relative;
	top: -2px;
}

form#contactform {
	margin: 20px 0;
	padding: 0;
}
form#contactform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
div.divLabel {
	float: left;
	width: 110px;
}
div.divItem {
	float:left;
}
label.stdLabel {
}
label.error {
	color: #cc0033;
}
label.blockLabel {
	display: block;
}
input.stdInput {
	width: 210px;
	height: 16px;
	border: 1px solid #a0a0a0;
}
textarea.stdTextarea {
	width: 320px;
	height: 90px;
	border: 1px solid #a0a0a0;
}
textarea.error,
input.error {
	border: 1px solid #cc0033;
}
div.formSubmit {
	width: 320px;
	text-align: right;
}


