/* =========== powermail */

.tx-powermail-pi1 { color: #424242;}

fieldset.tx-powermail-pi1_fieldset legend {
	color: black;
	font-weight: bold;
	background-color: #eee;
	padding: 2px 8px 2px 8px;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title, p.tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 200px;
	text-align: right;
	font-size:13px;
	padding: 0 5px 0 8px;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	margin: 2px 0;
}

.tx_powermail_pi1_submitmultiple_forward, .tx_powermail_pi1_submitmultiple_back {
	font-weight:bold;
	margin: 5px 0 0 0;
	float: right;
}
.tx_powermail_pi1_submitmultiple_back { float: left; }

div.powermail_mandatory_js {
	clear: both;
	color: red;
	margin: 3px 0 15px 215px;
}

input.validation-failed, textarea.validation-failed {
	background-image: none;
}

div.tx_powermail_pi1_fieldwrap_html_radio { clear: both; display: block; }

div.powermail_radio_outer, div.powermail_radio_outer input  { float: left; }
div.powermail_radio_inner { clear: both; }
div.powermail_radio_inner div {
	float: left;
	margin-left: 2px;
}
div.powermail_check_outer, div.powermail_check_outer input { float: left; }
div.powermail_check_outer input { margin-top: 2px; }
div.powermail_check_inner { clear: both; }
div.powermail_check_inner div {
	float: left;
	margin-left: 2px;
	width: 340px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	font-weight: bold;
	margin: 5px 0 0 0;
	float: right;
}

.powermail_all_table
{
	background-color: #CCCCCC;
	width: 100%;
}

.powermail_all_td_label { width: 30%; text-align: right; padding-right: 10px;} 

.powermail_all_td_value {}

.tx-powermail-pi1_confirmation_back
{
	float: left;
	margin-top: 5px;
	font-weight: bold;
}

.tx-powermail-pi1_confirmation_submit
{
	float: right;
	margin-top: 5px;
	font-weight: bold;
}

/* =========== wt_gallery */

.wtgallery_list_area h2, .wtgallery_single h2
{
	display: none;
}

.wtgallery_list_area
{
	margin-left: 35px;
}

div.wt_gallery_single_inner_pic a img { margin-left: 25px; }
.wtgallery_single_browser_previous { float: left; }
.wtgallery_single_browser_next { float: right; }

/* =========== seositemap */

.tx-flseositemap-pi1 ul { margin: 0px; padding: 0px; margin-bottom: 10px;}
.tx-flseositemap-pi1 ul ul
{
	margin-left: 30px;
}

/* =========== tt_news CATMENU */

#catmenu .level1
{
	float: left;
	padding:1px 1px 1px 10px;
	border-top: 0px solid #666666;
	border-left: 0px solid #666666;
	background-color: transparent;
	margin: 15px 0px 15px 0px;
}
#catmenu .level1 a { font-size: 1.2em; color: #6666cc; }

/* -Typo3 FORM MAIL- */

.csc-mailform
{
  	border: 0px;
  	text-align: center;
  	width: 75%;
  	padding-top: 20px;
  	margin: 0 auto;
}

label
{
	width: 9em;
  	font-size: 13px;
  	padding: 0px 5px 0px 8px;
  	float: left;
  	text-align: right;
}

* HTML label
{
	width: 10em;
}

.mf-submit
{
   	font-family: Arial, sans-serif;
   	font-size: 12px;
   	color: black;
  	background-color: #fff;
  	border: 1px solid #6666CC;
   	margin-bottom: 2px;
  	width: 302px; height: 18px;
  	float: right;
  	margin-right: 12px;
}

* HTML .mf-submit
{
	margin-right: 0px;
}

.mf-input
{
   	font-family: Arial, sans-serif;
   	font-size: 12px;
   	color: #000;
   	background-color: #fff;
   	border: 1px solid #ccc;
   	margin-bottom: 2px;
   	width: 300px; height: 14px;
}

.csc-mailform-check
{
	float: left;
	margin-left: 7px;
}

* HTML .mf-input
{
	height: 16px;
}
* HTML .mf-input_error
{
	height: 16px;
}

.mf-textarea
{
   	font-family: Arial, sans-serif;
   	font-size: 12px;
   	color: #000000;
   	background-color: #fff;
  	border: 1px solid #ccc;
  	margin-bottom: 2px;
	width: 300px; height: 100px;
}

.mf-select
{
	font-family: Arial, sans-serif;
   	font-size: 12px;
  	color: #000000;
  	background-color: #fff;
   	border: 1px solid #ccc;
  	margin-bottom: 2px;
   	width: 242px; height: 16px;
}

* HTML .mf-select
{
	border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px;
}

.csc-mailform-radio
{
	text-align: left;
}

.csc-mailform-radio fieldset {  border: 0 none; width: 290px;}
.csc-mailform-radio fieldset legend { display: none; }

.csc-mailform-radio .mf-radio
{
	clear: both;
	float: left;
	width: 20px;
}

.csc-mailform-radio label
{
	float: left;
	text-align:left;
	width: 250px;
	padding: 2px 0 3px 2px;
}

.csc-mailform-radio label br
{
	clear: both;
}


