@charset "utf-8";

/* -------------- Contact form CSS -------------
##### Change these styles at whim to match your own site layout and look #### */



/* ---------- Styles for the form element itself  ---------- */
form#Kontaktformular {
	margin:0 0 80px 0;
	padding:0 0 10px 0;
}

.formMarginTop {
	padding-top:30px;
}

/* ---------- Shared styles for labels, input fields, textareas, select lists  ---------- */
form#Kontaktformular label,
form#Kontaktformular input,
form#Kontaktformular textarea,
form#Kontaktformular select {
	color:#000000;
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:2px;
	width:170px;
	/* ---- These are here for a reason - don't remove if not necessary ---- */
	display:block;
	float:left;
}

form#Kontaktformular input#Datei1 {
	width:310px;
	/* ---- These are here for a reason - don't remove if not necessary ---- */
	display:block;
	float:left;
}

form#Kontaktformular input#Datei2 {
	width:310px;
	/* ---- These are here for a reason - don't remove if not necessary ---- */
	display:block;
	float:left;
}

form#Kontaktformular fieldset#adresse {
	float:left;
	padding:0 0 0 0;
	width:313px;
	margin-right:5px;
}

form#Kontaktformular fieldset#message {
	float:left;
	padding:0 0 0 0;
	width:280px;
}

/* ---------- Special styles for input fields, select lists and textareas only ---------- */
form#Kontaktformular input,
form#Kontaktformular textarea,
form#Kontaktformular select {
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	border:1px solid #e0e0e0;
}

form#Kontaktformular textarea {
	width:275px;
	height:180px;
	margin-top:6px;
}

/* ---------- For better usability, change the look of your form fields when they are focused ---------- */
form#Kontaktformular input:focus,
form#Kontaktformular textarea:focus {
	background:#fff;
	border:1px solid #cecece;
}

/* ---------- Label styles ---------- */
form#Kontaktformular label.Datei {
	margin-right:5px;
	padding:2px 10px 2px 0;
	width:150px;
}

form#Kontaktformular label {
	margin-right:5px;
	padding:2px 10px 2px 0;
	width:75px;
}

/* ---------- If you want to display legends, just remove the display:none here and add your own styles ---------- */
form#Kontaktformular legend {
	display:none;
}

/* ---------- Fieldsets can be made visible by removing the default style here ---------- */
form#Kontaktformular fieldset {
	border:none;
}

/* ---------- Radio buttons ---------- */
form#Kontaktformular input.radio {
	background:transparent;
	border:none;
	width:20px;
}

form#Kontaktformular label.radio {
	width:auto;
}

/* ---------- Checkboxes ---------- */
form#Kontaktformular input.checkbox {
	background:transparent;
	border:none;
	width:20px;
}

form#Kontaktformular label.checkbox {
	width:90px;
}

/* ---------- Select lists - make them a bit larger than your input fields ---------- */
form#Kontaktformular select {
	width:218px;
}

/* ---------- Submit button ---------- */
form#Kontaktformular input#submit {
background:none repeat scroll 0 0 #0078b5;
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:inline;
font-size:14px;
height:32px !important;
margin:9px 0 0;
padding:5px;
width:280px !important;
}


/* ---- Won't show in IE6 - but why should everyone else miss all the fun? ---- */
form#Kontaktformular input#submit:hover {
	background:#0078b5 !important;
	text-decoration:underline;
}

/* ---------- Remove the following styles if you don't need the field "Rueckruf" ---------- */

form#Kontaktformular label#label-rueckruf {
	width:197px;
	text-align:right;
	margin: 0 0 0 0;
	padding:0;
}

/* ---------- Class for required fields - add colors, an image, or whatever you wish ---------- */
form#Kontaktformular label.required {
	background:url(../images/required.png) center right no-repeat;
}

/* ---------- On user errors, required labels are style with these ---------- */
.error {
	color:#0078b5 !important;
	font-weight:bold !important;
}

/* ---------- The error message - make it huge and hard to miss! :) ---------- */
p#fehlermeldung {
	display:none;
	background-color:#ffffff;
	border:1px solid #e5e6e6;
	color:#4c4c4d!important;
	padding:12px;
	margin:0 0 20px 0;
	width:574px;
}

/* ---------- Since by default labels and form fields are floated, the cleared br elements are required to keep them all in place ---------- */
form#Kontaktformular br {
	clear:left;
}

/* ---------- Without these styles, some browsers show a huge gap where the hidden fields are. Don't remove them unless you know what you're doing! ---------- */
form#Kontaktformular fieldset.hidden,
form#Kontaktformular input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}
