@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #403e3a;	
	background-color:#ffffff;
}
a {
	text-decoration:none;
	
}
.print-version {
	width:300px;
	float:left;
}
.print-print {
	width:200px;
	float:left;
}

.clear {
	clear:both;
}




#top {
	display:none;
}



#news-content {
	display:none;
}
#ct-image {
	clear:both;
	height:auto;
	background-image:none;
}

#logo img {
	border:none;
}

#title a {
	color:#403e3a;	
}



#left-menu {
	display:none;
}


#content {
	
}
#content img {
	display:block;
	margin:0;
	padding:0;
}
#footer {
	display:none;
}

#bg-bottom {
	display:none;
}
#bottom {
	display:none;
}
/******************** content **********************************/


.internal-link {
	background-image:url(../images/internal.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 3px;	
}
.external-link-new-window {
	background-image:url(../images/external.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 4px;	
}
.mail {
	background-image:url(../images/mail.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: left 2px;	
}
.download {
	background-image:url(../images/download.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 2px;
}

.csc-linkToTop {
	text-align:right;
	padding-bottom:3px;
	border-bottom:1px solid #d8d3cd;
	clear:both;
}


.csc-menu-3 li a {
	background-image:url(../images/internal.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left 3px;	
}
table.contenttable {
	width:509px;
	margin-left:1px;
}

table .td-0 {
	width:250px;
}
.contenttable .tr-even {
	background-color:#ede9e4;
}
.csc-uploads-fileName, .csc-uploads-fileSize {
	vertical-align:top;
}
table.csc-uploads-1, table.csc-uploads-2 {
	
	width:509px;
	border:1px solid #d8d3cd;
	margin-left:1px;
}
table.csc-uploads-1 td, table.csc-uploads-2 td {
	
	border-bottom: 1px solid #d8d3cd;
}
/******************** extensions *******************************/


/**************CAL im Content**************/



/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

.csc-textpic-caption {
	font-size:10pt;
	font-style:italic;
}

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 15px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 15px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 15px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 15px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 15px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	/* Browser fixes: */
	
	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; height: 1%; }\nDIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }


/**** powermail formulare ************/

.tx-powermail-pi1 fieldset {
	border:1px solid #d8d3cd;
	border-top:none;
	margin:0;
	margin-top:15px;
	padding:0;
	padding-bottom:6px;
	
}
.tx-powermail-pi1 .legend-bg {
	margin:0;
	padding:5px 5px;
	background-color:#e1ddd8;
	font-size:11px;
	font-weight:normal;
	border:1px solid #d8d3cd;
	border-bottom:none;
	width:498px;
	display:block;
}

	
.tx-powermail-pi1 legend {
	display:none;
}

.tx-powermail-pi1 label, .tx_powermail_pi1_fieldwrap_html_checkbox_title  {
	font-size:10px;
}
.tx_powermail_pi1_fieldwrap_html_checkbox_title, .tx_powermail_pi1_fieldwrap_html_radio_title {
	
	font-size:11px;
	
}


.tx_powermail_pi1_fieldwrap_html {
	padding-left:15px;
	padding-right:15px;
	
}

.tx_powermail_pi1_fieldwrap_html_radio {
	padding-bottom:25px;
}

.text-input {
	padding-top:10px;
}
.text-input input {
	width:310px;
	border:none;
	border-bottom:1px solid #8c8680;
	color: #595651;	
}
.text-input textarea {
	width:465px;
	border:1px solid #8c8680;
	color: #595651;	
	height:100px;
}
.tx_powermail_pi1_fieldwrap_html_label  {
	width:310px;
}
.tx_powermail_pi1_fieldwrap_html_280 {
	padding-bottom:8px;
}
.tx_powermail_pi1_fieldwrap_html_280, .tx_powermail_pi1_fieldwrap_html_281, .tx_powermail_pi1_fieldwrap_html_294, .tx_powermail_pi1_fieldwrap_html_295 {
	width:475px;
	margin-top:6px;
}



*html .tx_powermail_pi1_fieldwrap_html_label {
	padding-top:12px;
}

.check-label label, .radio-label label{
	font-weight:normal;
	font-size:11px;
	
}
.check-input, .radio-input {
	width:10px;
}
.powermail_radio_inner {
	display:block;
}
.powermail_radio_inner label {
	font-size:11px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:5px;
}
.powermail_radio_inner input {
	font-size:10px;
	padding-top:5px;
	
}
.tx_powermail_pi1_fieldwrap_html_captcha {
	margin-top:6px;
	padding-bottom:6px;
}
.captcha-label {
	display:none;
}
.tx_powermail_pi1_fieldwrap_html_submit {
	width:85px;
	height:50px;
	float:left;
}
.tx_powermail_pi1_fieldwrap_html_reset {
	width:120px;
	height:50px;
	float:left;
}
.tx_powermail_pi1_fieldwrap_html_submit input, .tx_powermail_pi1_fieldwrap_html_reset input, .tx-powermail-pi1_confirmation input {
	border:1px solid #8c8680;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../template/images/internal.gif);
	background-repeat: no-repeat;
	padding:2px 6px;
	padding-left:16px;
	background-position: 6px 6px;	
	color:#b5152b;
}
.tx-powermail-pi1_confirmation p {
	border:1px solid #8c8680;
	border-left:none;
	border-right:none;
	padding:3px 6px;
	padding-left:15px;
}
.tx-powermail-pi1_confirmation table{
	margin-left:15px;
	margin-bottom:15px;
}
.tx-powermail-pi1_confirmation td {
	padding-right:6px;
}

.tx_powermail_pi1_formconfirmation_back .tx-powermail-pi1_confirmation  {
 	width:85px;
	float:left;
}
.tx_powermail_pi1_formconfirmation_submit .tx-powermail-pi1_confirmation {
	width:140px;
	float:left;
}
.tx_powermail_pi1_formconfirmation_submit .tx-powermail-pi1_confirmation input {
	border-left:none;
}

.tx-powermail-pi1_thx {
	border-top:1px solid #8c8680;
	padding:6px;
}
.tx_powermail_pi1_fieldwrap_html_textarea .textarea-label {
	font-size:10px;
}
.tx_powermail_pi1_fieldwrap_html_textarea {
	padding-bottom:15px;
}
