/*
	Contact 2
	Stylesheet
	Carsten Ruppert - c dot ruppert at headmarketing dot de

	Revision 3 - 2007-11-19

	CHANGELOG:
	- Fehlerkorrekturen

*/


/*
	Kontaktformular

*/

div#contactbox{
	}
	div#contactbox div.floatbox{
		float: left;
		}
	div#contactbox div#left-floatbox{
		/* Linke Spalte */
		width: 350px;
		}
	div#contactbox div#right-floatbox{
		/* Rechte Spalte */
		width: 440px;
		}
	div#contactbox div.clearfloat{
		clear: both;
		}

table.formtable{
	width: 100%;
	margin: 0 0 20px 0;
	background: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	}
	table.formtable td{
		padding: 4px 0 4px 0;
		vertical-align: middle;
		}
	table.formtable col.leftcolumn{
		width: 120px;
		}
	table.formtable col.rightcolumn{
		}
	/* EINGABEFELDER */
	table.formtable select, table.formtable input.textbox, table.formtable textarea{
		padding: 2px;
		font-size: 10pt;
		border: 1px solid #bbbbbb;
		background: #ffffff;
		}
	table.formtable select{
		}
	table.formtable input.textbox{
		width: 180px;
		}
	table.formtable textarea{
		width: 100%;
		height: 270px;
		}
	table.formtable input#postcode{
		width: 50px !important;
		}
	table.formtable input#city{
		width: 120px !important;
		}


input.submitButton{ /* Absenden Button */
	padding: 2px 5px 2px 5px;
	background: #009914;
	border: 1px solid #666;
	color: #ffffff;
	font-weight: bold;
	}

div#contactbox span.headcon_emptyitem { /* Style (Farbe) fuer Fehlermeldungen */
	color: #CC3300;
	}
div#contactbox span.asterix { /* "*" */
	color: #cc0000;
	}