/*FORMULAR STYLE*/
/*input, select { border:solid 1px #950000; }

#person label {
	display: block;
	font-weight: normal;
	font-size:11px;
}

legend {
	font-weight: bold;
	font-size: 100%;
	color: #950000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

fieldset {
	border: solid 1px #950000;
	height: 635px;

}


textarea {
	width: 200px;
	height: 90px;
	border: solid 1px #950000;

}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { border: 1px solid #cccccc; margin-bottom: 1px;}
input, textarea, select { background: #fff top left repeat-x; font: 1em/1.6em Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; border: 1px solid #000000 padding: 2px; margin-bottom: 1px;}

label, p span {width: 200px; float: left; }

#contactFormCaptcha {margin: 5px 0 0 0;}

input.contactFormClass_button {
	width: auto !important;
	height: auto !important;
	float: left;
	margin: 0 0 0 5px;
}

#captcha {
	float: left;
	width: 65px;
	height: 40px;
}

#img_captcha {
	height: 50px;
	width: 130px;
}

#captcha_input {
	width: 132px;
	height: 25px;
	margin-top: 40px;
}

#captcha_wrapper {
	float: left;
	width: 670px;
	height: 110px;
	margin-left: 7px;
}
*/

/* Content form style */

#textbereich input {
	width:260px;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

* html #textbereich input {
    width:auto;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
    float: left;
}


#textbereich input[type=submit],
#textbereich input[type=button],
#textbereich input[type=reset] {
	width:auto;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px 10px 4px 10px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

#textbereich input[type=checkbox],
#textbereich input[type=radio] {
	width:auto;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px 15px 4px 15px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
        float: left;
}

#textbereich select {
	width:270px;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px 4px 4px 4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

* html #textbereich select {
	width: 160px;
}

#textbereich textarea {
	width:260px;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
	font-size:1.0em;
	height: 60px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

* html #textbereich textarea {
	width: 250px;
}

#textbereich input:focus,
#textbereich select:focus,
#textbereich textarea:focus {
	background-color:#F6F6F6;
	border:1px solid #173A8B;
}

legend {
	display: none;
}

#contactFrame {
	border: none;
}
