

/* moved elements 
 */
div#divFuncNavi,
div#divLeftContentColumn,
div#divSectionHeadline,
div#divHeaderNavi,
div#divFooter ul.footerNavi {
	position: absolute;
	left: -5000px;
	top: -5000px;
	width: 1px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#surrounding {
	margin: 0;
	padding: 0;
	width: 100%;
}
#divContentContainer {
}
#divFooter {
	margin-top: 60px;
	width: 100%;
}
#divLogo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 50px;
}
#divLogo img {
	border: none;
}
#divRightContentColumn {
	margin: 0;
	padding: 0;
}


h1 {
	font-weight: bold;
	padding: 0;
	margin: 10px 0px;
}
h2 {
	font-weight: bold;
	padding: 0;
	margin: 10px 0px;
}
h3 {
	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%;
	padding: 0 0 0 15px;
	cursor: pointer;
}
.divListingContent {
	display: none;
	padding: 0 0 0 15px;
}

div#divContactBoxPrintVersion {
	margin-top: 20px;
	width: 354px;
	height: 145px;
}
div.divContactData {
	float: left;
	width: 190px;
	padding: 40px 10px 10px 0px;
}
div.divContactImage {
	padding: 30px 0 0 0;
}
div.divContactImage img {
	border: 1px solid white;
}
div#divContactBoxPrintVersion a,
div#divContactBoxPrintVersion a:link,
div#divContactBoxPrintVersion a:hover,
div#divContactBoxPrintVersion a:visited {
	color: black;
}


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;
}


