form.clean
{
	font-family: Arial, sans-serif;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	background-color: #C7C8B6;
	box-shadow:2px 2px 5px #909090;
	-webkit-box-shadow:2px 2px 5px #909090;
	-moz-box-shadow:2px 2px 5px #909090;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-image: url(img/backForm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

form.clean *
{
	margin: 0;
	padding: 0;
}

form.clean p
{
	margin: .5em 0;
}

form.clean input[type=text],
form.clean input[type=password],
form.clean textarea,
form.clean select
{
	background: none;
	
	color: #000000;
	font-size: 1em;
	
	
	border:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #696D40;
}

form.clean input:focus,
form.clean textarea:focus,
form.clean select:focus
{

}

form.clean fieldset
{
	border:none;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

form.clean fieldset legend
{
	color: #17b;
	font-size: 1.2em;
	margin-left: 1em;
}

form.clean ol
{
	list-style: none;
}

form.clean ol li
{
	margin: .5em 0;
}

form.clean ol li label
{
	font: 13px "ClarendonRoman", Georgia, Times, serif;
	display: block;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: -10px;
	margin-right: 20px;
}
form input {
	border-bottom: 1px dashed #989895;
	border-right: none;
	border-left: none;
	border-top: none;
	color: #4f4f4f;
	background: none;
	outline: none;
	position: relative;
	bottom: 13px; 
	font: 0.3em "SeanRegular", Courier New, Courier New, Courier6, monospace; 
	letter-spacing: 1px;
}
#container #content #contentKontakt #kontaktA .clean ol li fieldset ol li #name {
	width: 303px;
}
#container #content #contentKontakt #kontaktA .clean ol li fieldset ol li #email {
	width: 300px;
}
#container #content #contentKontakt #kontaktA .clean ol li fieldset ol li #tel {
	width:285px;
}

form.clean ol.table
{
	list-style: none;
	display: table;
}

form.clean ol.table li
{
	display: table-row;
}

form.clean ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: .5em;
}

form.clean div.col2 label
{
	float: left;
	width: 50%;
}

form.clean div.col3 label
{
	float: left;
	width: 33%;
}

form.clean div.col4 label
{
	float: left;
	width: 25%;
}

form.clean fieldset:first-child
{
	margin-top: 0;
}

form.clean input[type=submit]:hover,
form.clean input[type=reset]:hover,
form.clean input[type=button]:hover,
form.clean button:hover
{
	
	
}
#submitbutton {
	margin-right: auto;
	margin-left: auto;
	width: 380px;	
}

#submitbutton input {
	cursor: pointer;
	width: 380px;
	height: 86px;
	border: none;
	text-indent: -9999px;
	position: relative;
	bottom: 10px;
	background-image: url(img/submit2.png);
	background-repeat: no-repeat;

}

#submitbutton input:hover {
	background-position: 0 -86px;
}
#container #content #contentKontakt #kontaktA .clean ol li fieldset ol li #nachrichtLabel {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#container #content #contentKontakt #kontaktA .clean ol li fieldset ol li #nachricht {
	width: 370px;
	font-size: 1.3em;
}
