@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 */
#navig, #navig ul {
	float: left;
	list-style: none;
	line-height: 1em;
	background: #979C9D;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: 0 0 .25em 3.5em;
}



#navig a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0.25em 1em;
}



#navig li {
	float: left;
	padding: 0;
	margin-left: 0;
}



#navig li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	font-weight: normal;
         background: #D8DFE1;
	margin: 0;



}



#navig li ul a {
     padding-left: 1em;
     color: #000;


}

#navig li ul li{
	width: 100%;
	margin-left: 0;
	display: block;
	border-bottom: #fff 1px solid;

}


#navig li ul ul {
	margin: -1.75em 0 0 7em;
}

#navig li:hover ul ul, #navig li:hover ul ul ul, #navig li.sfhover ul ul, #navig li.sfhover ul ul ul {
	left: -999em;
}

#navig li:hover ul, #navig li li:hover ul, #navig li li li:hover ul, #navig li.sfhover ul, #navig li li.sfhover ul, #navig li li li.sfhover ul {
	left: auto;
}


#navig a:hover, #navig a.sfhover {
	background: #D8DFE1;
	color: #000;

}


#navig li ul a:hover, #navig a.sfhover {
	background: #FFF;
	color: #000;

}

#navig li.current {
	background: #D8DFE1;
	color: #000;
	padding: 0.25em 1em;

}

#navig  li.current_2 {
	background: #979C9D;
	color: #FFF;
        padding: 0.25em 0 0.25em 1em;
        width: 15em
        }



#navi_lang, #navi_lang ul {
	list-style: none;
	line-height: 1em;
	background: #979C9D;
	color: #000;
	font-weight: bold;
	padding: 0;
        margin: 0 0 .25em 0;

}

#navi_lang a {

	color: #FFF;
	text-decoration: none;
	padding: 0.25em 1em;
}



#navi_lang li {
	padding: 0.25em 1em;

}


#navi_lang a:hover, #navi_lang a.sfhover {
	text-decoration: underline;


}

fieldset.tx-powermail-pi1_fieldset {

/* Disable border */

border: 1px solid #979C9D;
padding: 10px 30px;

}
legend {
border: 1px solid #000000;
background: #979C9D;
color: #FFF;
padding: 2px 15px;

}
fieldset.tx-powermail-pi1_fieldset label {

/* Style labels */

display: block;

width: 280px;

float: left;

clear: both;

}

fieldset.tx-powermail-pi1_fieldset input,

fieldset.tx-powermail-pi1_fieldset select {

/* Style input fields */

width: 200px;

border: none;
border-bottom: 1px solid #979C9D;

margin-left: 10px;

}

textarea {
      width: 200px;
      height: 100px;
      padding: 3px;
      }


div.tx_powermail_pi1_fieldwrap_html {

/* Increase margin between every field */

margin: 10px 0;

}

.submit, .powermail_submit, .tx-powermail-pi1_confirmation_back, .tx-powermail-pi1_confirmation_submit, .powermail_reset {
      background: #979C9D;
      color: #FFF;
      }

input.validation-failed,
textarea.validation-failed {
	background-color: red;
}
div.powermail_mandatory_js {
	color: red;
	margin: 3px 0 15px 120px;
}
}
