@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 04.6.10
**  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 */

/**
 * Styles for the powermail Extension
 */
 
body {
padding:0;
background: #000 url(../img/eagle-bg.jpg) center top no-repeat scroll;
color: #ccc;
}

#page {
background: transparent none repeat scroll 0 0;
border:0px solid #fff;
}
#main {
background:transparent;
border-top: 1px solid #999;
}
#header {
background:transparent url( ) repeat-x scroll 0 0;
color:#999;
height:250px;
width: 400px;
}
#header img.headImg1 {
left:0px;
top:0px;
}
#teaser {
width: 80px;
text-align: right;
float: right;
position:relative;
/*background-color: transparent;*/
}
#teaser .langMenu {
float:right;
margin:-112px 16px 0 0;
}
#nav_main {
position: relative;
left:13px;
/*top: -52px;*/
margin-bottom: 30px;
}
#col1 {
width: 200px;
text-align: right;
}
#col1_content {
padding-right:30px;
padding-top: 6px;
}
#col2 {
width: 220px;
}
#col2_content {
padding: 10px 0 10px 30px;
}
#col3 {
margin: 30px 220px 30px 200px;
}
#col3_content {
padding:20px;
border-left: 1px solid #999;
border-right: 1px solid #999;
}
#footer {
background:transparent none repeat scroll 0 0;
border-top: 1px solid #999;
color:#666666;
padding:30px 0 30px 220px;
text-align: left;

}
#footer a:focus, #footer a:hover, #footer a:active {
color:#006c90;
text-decoration:none;
}
#footer a {
background:transparent none repeat scroll 0 0;
color:#666666;
font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
color:#ccc;
text-transform:uppercase;
font-weight:bold;
letter-spacing: 0.1em;
margin:0 0 0.25em;
}

h1 {
font-size:1.2em;
}

p {
font-size: 1em;
}

a:focus, a:hover, a:active {
	color:#FF9966;
	text-decoration:none;
}
a {
color:#fff;
text-decoration:none;
}

p.csc-linkToTop {
padding-bottom: 30px;
}

.csc-caption {
background-color:transparent;
font-size:0.9em;
padding:2px;
}

dd.csc-textpic-caption {
background-color:transparent;
}


fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #ddd;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	padding:20px; font-size:1.2em; font-weight:bold;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	width: 150px;
	margin-left:20px;
	float: left;
	clear: both;
}

fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select {
	/* Style input fields */
	width: 200px;
	margin-left: 10px;
}

fieldset.tx-powermail-pi1_fieldset input[type=submit] {
	margin-left:185px;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 10px 0;
}

.powermail_mandatory_js {color:red; margin-left:180px;}

div.yamllayout-felogin { margin:10px; }
div.yamllayout-felogin legend { margin:10px; font-weight:bold; font-size:1.2em; }

}

