@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 */

fieldset.csc-mailform .csc-mailform-field input {
	width:19em;
}
fieldset.csc-mailform .csc-mailform-field select {
	width:19em;
}
fieldset.csc-mailform .csc-mailform-field textarea {
	width:19em;
}
fieldset.csc-mailform .csc-mailform-field label {
	width:7em; 
	float:left; 
	text-align:right;
	font-style:italic;
	color:#BBBBBB;
}

fieldset.csc-mailform .csc-mailform-field .csc-mailform-submit {
	float:left; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	left:9.1em;
	width:20em;
}


input#mailformformtype_mail {
	background:#007D45;
	color:#FFFFFF;
	border:1px solid #007D45;
	}
	
input#mailformformtype_mail:hover {
	background:#ffffff;
	color:#007D45;
	border:1px solid #007D45;
	font-weight:bold;
	}
	
fieldset.csc-mailform .csc-mailform-field #mailformAnrede {
	text-align:right;
	width:7em; 
	float:left; 
	margin:0.8em 0 0.8em 0;
	padding:0pt 0pt 0px 0px;
}

fieldset.csc-mailform .csc-mailform-field #mailformInformationsmaterial {
	text-align:right;
	float:left; 
	margin:1em 0 0 0;
	padding:0 0 0 0;
	left:2.1em;
}
fieldset.csc-mailform .csc-mailform-field #mailformReferenzliste {
	text-align:right;
	float:left; 
	margin:0 0 2em 0;
	padding:0 0 0 0;
	left:2.1em;
}

#footer {
	padding:0pt 0pt 300px 0px;
}

#footertext {
	position: relative;
	left: 450px;
	top: 120px;
}

}

