
/***Maße und Größen nach Wunsch verändern****/
form{
	font-family:Arial, Helverica, Verdana, sans-serif;
	font-size:12px;

}
form .content{
	padding:0.5em 0;
	}
form#empfehlen, form#sofortanfrage{
	padding:10px;
	margin:10px;
	width:365px;
	}
form#empfehlen{
	width:420px;
	}
form#empfehlen .green{
	font-weight:bold;
	color:#009933;
	}
form#empfehlen .red{
	font-weight:bold;
	color:#ff0000;
	}
form#sofortanfrage{
	width:320px;
	}
fieldset{
padding:5px 10px;
}
legend{
font-weight:500;
}
.tableRow{
clear:both;
width:100%;
	}

.tableCell{
	float:left;
	clear:left;
	/*
	margin:0 0 5px 0;
	*/
	}
label, .tracking_content{
	width:110px;
	}
input, input[type="text"], input[type="password"],select, textarea{
	border:1px solid #009933;
	height:1.5em;
	margin:2px 0;
	width:180px;
	background:transparent url(images/bg_input.jpg) repeat-x scroll 1px 1px;
}
* html input{
	width:150px;
	}
textarea{
	height:100px;
	background-image:none;
	}
* html textarea{
	width:150px;
	}
input#submit, input[type="reset"], input[type="submit"],input[type="button"],input#osg_search_button{
	border:1px solid #009933 !important;
	background:#eee;
	height:22px;
	padding:0 10px;
	background:transparent url(images/bg_submit.jpg) repeat-x scroll 0 0;
	width:auto;
	}
input:focus, textarea:focus, select:focus{
background:#C6DDBF;
color:#274426;
}
input.input_small{
float:left;
width:85px;
margin:1px 2px;
}
input.input_ort{
float:left;
width:126px;
}
input.input_plz{
float:left;
width:50px;
margin-right:2px;

}
.submitBox{
	margin:0 0 0 120px;
	clear:both;
	}
/******Schnellsuche*****/
#schnellsuche{
	width:150px;
	text-align:center;
	}
#schnellsuche legend{
	color:#ffcc00;
	font-weight:bold;
	font-size:1.1em;
	}
#schnellsuche{
	position:absolute;
	right:15px;
	top:35px;
	}
#schnellsuche select{
	width:150px;
	text-align:left;
	}
/****Detailsuche*****/
#osg_searchbox{
width:450px;
margin:11px auto;
	}
#osg_searchbox select{
	width:340px !important;
	}
/****Objekttracking****/
#tracking_table table{
	float:right;
	}
#objekttable{
	width:98%;
	}
#objekttable td{
	border:0 !important;
	}
#objekttracking{
	border:0 !important;
	width:100%;
	}
#objekttracking td{
	border:1px solid #fff !important;
	background:#C6DDBF;
	}
