/* CSS Styhlsheet für Kontaktformular Deutsch /Schriftgröße 11px */

label {
	font-family         : Helvetica-Light, Helvetica, Gautami, sans-serif;
	z-index             : 9;
	float               : left;
	width               : 120px;
	margin-left         : 0;
}

div.checkbox label,
h3 label {
	font-family         : Helvetica-Light, Helvetica, Gautami, sans-serif;
	float               : none;
	width               : auto;
	margin-left         : 0;
}

.submit {
	font-family        : Helvetica-Light, Helvetica, Gautami, sans-serif;
	z-index            : 9;
	display            : block;
	margin-left        : 0px;
    background-image   : url(/fond-suchbutton.png);
    background-repeat  : no-repeat;
    background-position: left;
	border             : none;
	background-color   : transparent;
	font-weight        : normal;
	font-style         : normal;
	font-variant       : normal;
	font-stretch       : normal;
	font-size          : 13px;
	color              : #000;
	padding-left       : 16px;
	padding-top        : 0px;
	}
	
#vorname,
#name,
#firma,
#email,
#telefon,
#titel,
#thema,
#zahlung,
#abholung {
	font-family         : Helvetica-Light, Helvetica, Gautami, sans-serif;
	background          : url(/fond-kontaktfeld.png);
	background-repeat   : no-repeat;
	backgorund-position : left;
	margin-bottom       : 3px;
	border              : none;
	width               : 178px;
	height              : 20px;
	font-size           : 12px;
	padding-left        : 2px;
	padding-top         : 2px;
}

html body div#rahmen div#inhalt form table tbody tr td div select#thema option {
	font-family        : Helvetica-Light, Helvetica, Gautami, sans-serif;
	font-size          : 12px;
	font-weight        : normal;
	font-style         : normal;
	font-variant       : normal;
	font-stretch       : normal;
}

#mitteilung {
	font-family         : Helvetica-Light, Helvetica, Gautami, sans-serif;
	background          : url(/fond-mitteilungsfeld.png);
	background-repeat   : no-repeat;
	backgorund-position : left top;
	margin-bottom       : 0px;
	border              : none;
	width               : 178px;
	height              : 16px;
	font-size           : 12px;
	padding             : 0;
	padding-left        : 3px;
	width               : 300px;
	height              : 130px;
	overflow            : auto;
}


