@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

span.powermail_mandatory {
	color: #F39D05;
}
input.validation-failed,
textarea.validation-failed {
	background-color: #F39D05;
}
div.powermail_mandatory_js {
	color: #F39D05;
	margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #6a7417;
	
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	font-weight:bold;
	color:#6a7417;
	font-style:italic;
}
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 160px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
	width: 260px;
}

fieldset.tx-powermail-pi1_fieldset input[type=checkbox] {
	width: 20px;
}


div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
}

span.tx-srfreecap-pi2-cant-read {
	color:#000000;
	font-size:0.8em;
	float: left;
	
}

div.tx_powermail_pi1_fieldwrap_html_submit {clear: left;}

input.powermail_submit {
	margin: 20px 0px;
	font-weight: bold;
	
	width: 130px;
	background-color: #6a7417;
	color:#f9fed3;
	
}
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}


fieldset.tx-powermail-pi1_fieldset input.newsletter,
fieldset.tx-powermail-pi1_fieldset textarea.newsletter {
	width: 40px;
}

/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  
.tx-rgtabs-pi1 {}
/* wraps the hole tab */
.rgtabs-wrapper {
	border: 0px solid #566216;
	overflow:hidden;
	clear:both;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../images/sliding_door/round/spinner2.gif) no-repeat center;
}
/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 0px;
  height: auto;
  width: auto;
  background: transparent;
  list-style:none;
  height:1%;
}
/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  
  float: left;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0px !important;
  cursor: pointer;
}	
.rgtabs-menu  li:hover, #left .rgtabs-menu  li:hover {}
/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
	display: block;
	float: left;
	height: auto;
	line-height: 24px;
	color: #545454;
	text-decoration: none;
	outline:0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: text-top;
}
.rgtabs-menu  li a:hover, #left .rgtabs-menu  li a:hover {}
/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    
}
#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  
  color: #333;
}

}

