/* ---------- FBox ---------- */
fieldset {
border: 0;
background: #f0f1f0;
margin: 3px 0 0 0;
padding: 10px 2px 10px 0px;
}

.protocols.form fieldset
{
	 background:white;
	 padding:0;
	 margin:0;
}

.protocols.form fieldset h1 , .protocols.form fieldset p
{
	margin-left:10px;	
	margin-bottom: 3px;
}
.protocols.form fieldset p {
	margin-top: 4px;
}

.protocols.form fieldset .fbox h1 , .protocols.form fieldset .fbox p
{
	margin:0px;	
}


.fbox fieldset
{
	background:#F0F1F0 !important;
}

.fbox {

	font-size:11px;
	background:#F0F1F0;
	padding:10px;
}

.fbox .item  {
	float:left;
	margin-right:5px;	
}

.fbox .box3 .item {
	width:159px;
}

.fbox .box3 .item4 select
{
	width:120px;
}

.fbox .box3 .item .input label {
	margin:0 5px;
}

.fbox .box3 .item .input input , .fbox select {
	width:153px;
	border:1px solid #ccc;
	font-size:12px;
}

.fbox .input.select label {
	margin-right:10px;	
}

	
.fbox p {
	padding:0;
	margin:10px 0 5px 0;
}

.fbox .box2 .item {
	margin-right:0px;
	width:255px;
}

.down {
	padding-top:10px;
}

.fbox .box2 legend {
	font-weight:bold;
}

.fbox .box2 fieldset {
	border:none;
	padding:0;
	margin:-2px;
	outline:none;
}



.btnsubmit input {
	background:url(/img/btn_bg.gif) repeat-x;
	border:none;
	float:right;
	margin:10px 25px 0 0;
	cursor:pointer;
}


.fbox .pRight {
	padding-left:18px;
	margin:0;
	display:block;
}
.fbox small {
	margin:0;
	display:block;
}

.fbox a , .fbox a:hover , .fbox a:link , .fbox a:visited , .fbox a:active {
	color:#ff7300;
}

.fbox .checkbox input {
	float:left;
	width:auto !important;	
	border:none !important;
}

.fbox .checkbox.input label {
	float:left;
	margin-right:30px
}

.fbox .box2 .bitem legend {
	padding:0 0 10px 0;
	width:250px;
	display:block;
}

.fbox .box2 .bitem input , .fbox .box2 .bitem label {
	float:left;
}

.fbox .textarea textarea {
	width:480px;
	height:65px;
	border:1px solid #ccc;
	overflow:auto;
}

#content textarea {
	width: 510px;
	height: 60px;
}

.fbox hr {
	margin-top:9px;
	margin-bottom:6px;
	border-bottom:2px solid white;
	background:white;
	border-top:none;
	border-right:none;
	border-left:none;
	padding: 0;
	height:1px;
}

.fbox .Fleft {
	float:left;
}

.fbox .item.captcha {
	width:162px;
	height:80px;
}

.fbox .box2 .bitem .radioHl {
	width:300px;
	display:block;
	float:left;
}

.fbox .box2 .bitem .radio label {
	width:40px;
	float:left;
	display:block;
	margin:0 0 0 5px;
}

.fbox .bitem .largerLabel .radio label {
	width:auto;
	margin:0 30px 0 5px;
}

.fbox .item.plz input , .fbox .item.plz label, .fbox .item.plz
{
	width:50px !important;
}

.fbox .item.ort input , .fbox .item.ort label, .fbox .item.ort
{
	width:95px !important;
}

.fbox .box3 label
{
	margin-left:5px;	
}


/* ---------- allgemeine Klassen: ---------- */
.lft {
	display:inline;
	float: left;
}
.rgt {
	display:inline;
	float: right;
}
.clr {
	clear:both !important;
}
.nomrgn {
	margin: 0 !important;
}

/* ----- ---- */

.fbox select.autow {
	width: auto;
}
