@charset "utf-8";
/* CSS Document */

form {
	width: 580px;
	float: left;
	margin: 0 0 20px 0;
	color: #666 !important;
	border: none;
}


fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset {
	clear: left;
	float: left;
	margin: 25px 0 0 0;
}

legend {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #666 !important;
	font-weight: bold;
}

/*-------
Text der legend liegt einem span, da
ff und ie problem mit dem attribut width haben
--------*/

legend span {
	color: #666 !important;
	width: 500px;
	display: block;
	border: none;
}

label {
	width: 150px;
	float:left;
}

.label-box {
	width: 550px;
	clear: left;
	float: left;
	margin: 10px 0 0 0;
}

.label-hide {
	display: none;
}

input {
	float: left;
	width: 350px;
	border: 1px solid #E4E3E1;
}

textarea {
	float: left;
	width: 350px;
	height: 70px;
	border: 1px solid #E4E3E1;
}

select {
	float: left;
	margin: 0;
}

option {
	width: 325px;
}

.fakelabel {
	float: left;
	width: 150px;
}

.fakelabel label {
	clear: none;
	width: auto !important;
	float: none;
}

input.label-short {
	width: 50px;
	float: left;
}

input.label-long {
	margin-left: 5px;
	width: 290px;
	float: left;
}

.fakelabel-radio {
	clear: left;
	float: left;
	border: none;
}

.fakelabel-radio label {
	clear: left;
	width: 20px;
}

.fakelabel-radio input {
	border: none;
}

.radiobutton {
	float: left;
	margin: 0 0 0 125px;
	width: 30px;
}

.check-box {
	float: left;
	width: 200px;
}

.check-box input {
	display: block;
	float: left;
	width: 15px !important;
	border: none;
}

.check-box label {
	width: 150px;
}

input.btcontent {
	float: right;
	margin: 0 50px 0 0;
	padding: 5px 10px;
	width: auto;
	color: #c33;
	font-weight: bold;
	background-image: url(../img/heading_verlauf.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid #e4e3e1;
	clear: both;
}

optgroup {
	color: red;
	font-style: normal;
}

option {
	color: #666;
}

#werbeanfrageImPortfolio form {
    width: 500px;
}

#werbeanfrageImPortfolio legend {
    color: #666;
}


#werbeanfrageImPortfolio form, #werbeanfrageImPortfolio fieldset {
    float: none;
}
