/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	.csc-textpic-caption { font-size:0.9em;line-height:1.3em;padding:5px 0; }
	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; }

	/* 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: 1px solid #b0b1b1;
		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: 10px;
	}

	/* 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: 10px;
	}

	/* 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: 10px;
	}
	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: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; 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: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !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 */

/*
 * USERREGISTRIERUNG Begin
 */
		.tx-srfeuserregister-pi1 fieldset { border:none; margin:0; padding:0; }
		.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
		.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
		.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
		.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
		.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
		.tx-srfeuserregister-pi1 label span { color: #ff0000; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
		.tx-srfeuserregister-pi1 input { margin: 5px 0px 10px 0px; padding: 0 .5em 0 0; }
		.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
		.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
		.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
		.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
		.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
		.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
		.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
		.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
		* html .tx-srfeuserregister-pi1 dd { float: none; }
		.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
		.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }

/*
 * USERREGISTRIERUNG End
 */


/*
*   TYPO3 forms
*/
#content fieldset.csc-mailform {
	border:				none;
	padding:				0px;
	margin:				0px;
}
#content fieldset fieldset {
	border:					none;
	margin:					0px;
	padding:					0px;
}
#content fieldset fieldset legend {
	display:					none;
}
#content fieldset.csc-mailform fieldset label {
	border:					none;
	clear:					none;
	display:					inline;
	float:					none;
	width:					auto;
}
#content fieldset fieldset input.csc-mailform-radio {
	margin-right:			5px;
	margin-top:				3px;
	margin-bottom:			3px;
	border:					none;
	float:					none;
	background:				transparent;
}
#content fieldset.csc-mailform input.csc-mailform-check {
	background:				transparent;
}
#content fieldset.csc-mailform hr {
	height:					1px;
	border:					none;
	background-color:		#D8E9BC;
	margin:					10px 0px 10px 0px;
}
#content fieldset.csc-mailform label {
	clear:				left;
	float: 				left;
	width: 				15em;
	margin-bottom:		10px;
}

#content fieldset.csc-mailform input,
#content fieldset.csc-mailform select,
#content fieldset.csc-mailform textarea {
	float:				left;
	margin-bottom:		1em;
	background-color:	#d8e9bc;
}

#content fieldset .csc-mailform-check {
	border:				none;
}

#content fieldset.csc-mailform .csc-mailform-field,
#content .csc-mailform-label {
	clear: 				both;
	margin-bottom:		10px;
	line-height:		130%;
}

#content fieldset.csc-mailform .csc-mailform-submit {
	clear: 				both;
	padding:			0.2em 0.7em 0.2em 0.7em;
	margin:				1.25em 0 1.25em 15em;
	font-weight:		bold;
	background-color:	#D4D0C8;
}
/*
 * tw_rssnewsfeeds
 */ 
#twrss_table {
	font-size:			1em;
}
#twrss_table .twrss_bodytext {
	font-size:			1em;
	line-height:		1.3em;
	margin-bottom:		5px;
}

#twrss_table .twrss_item_content {
	/* IE hack */
	height:				1%;
	line-height:		1.3em;
	/* IE hack end */
	clear:				both;
	padding-bottom:	10px;
	margin-bottom:		10px;
	background:			url(../img/bgDotGrey.gif) repeat-x;
	background-position:bottom left;
}
#twrss_table .twrss_item_link a {
	color:				#000;
}
div.teaser .twrss_bodytext {
	margin-left:		5px;
	margin-right:		5px;
}

/*
 * Loginbox
 */ 
 
.tx-felogin-pi1 label {
margin-top: 2px;
height: 17px;
float:left;
}

.tx-felogin-pi1 input {
float: right;
height: 17px;
margin-top: 2px;
}

.tx-felogin-pi1 input.submit {
margin-top: 10px;
margin-left: 200px;
width: 50px;
height: 30px;
padding: 2px;
}

.tx-felogin-pi1 input.tx-srfeuserregister-pi1-submit {
margin-top: 5px;
height: 30px;
padding: 2px;
}

.tx-felogin-pi1 form {
width: 250px;
height: 100px;
}



.tx-gmpcaoffersfe-pi1 table {
    font-family:        Arial, sans-serif;
    font-size:          8pt;
    background-color:   #c0c0c0;
    border:             thin solid black;
    border-spacing:     1px;
}
.tx-gmpcaoffersfe-pi1 table.top {
    border-spacing:     0px;
}
.tx-gmpcaoffersfe-pi1 tr.header {
    background-color:   #c0c0c0;
}
.tx-gmpcaoffersfe-pi1 th {
    text-align:         center;
    padding:            5px;
}
.tx-gmpcaoffersfe-pi1 th.detail {
    text-align:         center;
    padding:            5px;
}
.tx-gmpcaoffersfe-pi1 td {
    vertical-align:     top;
    font-size:          8pt;
    padding:            5px;
    background-color:   #e0e0e0;
}
.tx-gmpcaoffersfe-pi1 input {
    font-family:        Arial, sans-serif;
    font-size:          8pt;
    border:             thin solid black;
}


.gm-pcaoffers-fe-detail th {
    text-align:         left;
    width:              200px;
    background-color:   #c0c0c0;
}


.tx-gmpcaoffersfe-pi2 table {
    font-family:        Arial, sans-serif;
    font-size:          8pt;
    background-color:   #c0c0c0;
    border:             thin solid black;
    border-spacing:     1px;
}
.tx-gmpcaoffersfe-pi2 table.top {
    border-spacing:     0px;
}
.tx-gmpcaoffersfe-pi2 tr.header {
    background-color:   #c0c0c0;
}
.tx-gmpcaoffersfe-pi2 th {
    text-align:         center;
    padding:            5px;
}
.tx-gmpcaoffersfe-pi2 th.detail {
    text-align:         center;
    padding:            5px;
}
.tx-gmpcaoffersfe-pi2 td {
    vertical-align:     top;
    font-size:          8pt;
    padding:            5px;
    background-color:   #e0e0e0;
}
.tx-gmpcaoffersfe-pi2 input {
    font-family:        Arial, sans-serif;
    font-size:          8pt;
    border:             thin solid black;
}




/*
 * Powermail forms
 *
 */
 
div.tx-powermail-pi1 {
    font-size:         11pt;
    border:            0px solid #000000;
}


.tx-powermail-pi1 div.frame_content_default,
.tx-powermail-pi1 div.frame_content_01 {
	background-image:	none!important;
}
    
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #c00418;
	clear: left;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}

div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #c00418;
	margin: 0px 0 5px 230px;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	margin:					1px 1px 20px 0px!important;
	padding:				1px 1px 1px 0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display:					none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display:				inline;
	float:					left;
	clear:				    left;
	width:                  200px;
	font-weight:            bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select,
fieldset.tx-powermail-pi1_fieldset select {
	/* Input and textarea */
	margin-bottom:		   1em;
	float:					left;
}

.tx_powermail_readonly {
    border-style:           none;
    background-color:       #ffffff;
	background:				transparent;
	overflow:               auto;
}

.tx_powermail_pi1_submitmultiple_forward,
.tx_powermail_pi1_submitmultiple_back {
	background-color: #efefef;
	color: #000000;
	margin-left: 5px;
}

#column_normal fieldset.tx-powermail-pi1_fieldset select.powermail_select,
#column_normal fieldset.tx-powermail-pi1_fieldset select {
	width:					auto;
	max-width:				404px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin-right:			5px;
	margin-top:				3px;
	margin-bottom:			3px;
	border:					none;
	float:					none;
	background:				transparent;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 5px;
	clear: both;
}

tx_powermail_pi1_fieldwrap_html_text {
	/* DIV container arround every field */
	margin: 5px 5px;
	padding: 5px 5px;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	clear: 				both;
	padding:			0.2em 0.7em 0.2em 0.7em;
	margin:				1.25em 0 1.25em 15em;
	font-weight:		bold;
	background-color:	#D4D0C8;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	border: 1px solid #c00418;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
.powermail_pagebrowser {
    display:            none;
	padding:			3px 5px 2px 5px;
	color:				#000000;
	text-align: right;
}


