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

/* Formatierung Contentbereich */

/* Formatierung Basis */

	
html body div#rahmen div#balken-bottom {
	display:none;
}

html body div#rahmen div#imagebild-rahmen {
	display:none;
}

label {
	z-index     : 9;
	float       : left;
	width       : 100px;
	margin-left : 0px;
}
/*	
#content {
	padding-left : 10px;
	margin-left  : 10px;
}
#content p {
	padding-left : 10px;
	margin-left  : 10px;
}
*/
div.checkbox label,
h3 label {
	float: none;
	width: auto;
	margin-left : 0px;
}
h3 {

	clear: left;
	
}


.submit {
	z-index           : 9;
	display           : block;
	margin-left       : 0;
	/*border            : 1px solid #001891;*/
	background-color  : #4b66af;
	font-family       : Verdana, Arial, sans-serif;
	font-weight       : normal;
	font-style        : normal;
	font-variant      : normal;
	font-stretch      : normal;
	font-size         : 11px;
	height            : 20px;
	color             : #fff;
	}
	
#vorname {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}


#name {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#firma {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#anrede {
	margin-bottom  : 3px;
	border      : 1px solid #001891;
	background  : #ffffff;
	height      : 20px;
	margin-left : 0px
}
#strasse {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#plz {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#ort {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#telefon {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#staat {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#telefax {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#email {
	margin-bottom: 3px;
	border       : 1px solid #001891;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#mitteilung {
	border      : 1px solid #001891;
	background  : #ffffff;
	width       : 275px;
	height      : 106px;
	margin-left : 0px;
}

.formular {
	width:82%;
}

