/* CSS Document */


#container {
	overflow:hidden;
	background:#FFF url(../images/content_devider.gif) 781px 0 repeat-y;
	padding:0 10px;
	margin:0;
	width:auto;
	/*padding-right:5px;*/
}
* html #container {
	height:1%;
}
#container-left {
	float:left;
	width:762px;
}
#wrapper {
	width:747px;
	margin:0 auto;
}
#title {
	height:36px;
	line-height:26px;
	background:url(../images/detailSuche_Eintrag/title_bg.jpg) top left no-repeat;
	clear:both;
	color:#FFF;
	font-size:15px;
	padding-left:10px;
}
#searchfield {
	background:url(../images/detailSuche_Eintrag/content_bg.jpg) bottom left no-repeat;
	height:300px;
	padding:10px;
}
#searchfield.detailSearch {
	height:275px;
}
form {
	margin:0;
	padding:0;
}
#searchfield td {
	padding-bottom:4px;
}
.spacer td {
	padding-top:10px;
}

input.small, input.large, input.xlarge {
	color:#333;
	font-size:11px;
	padding:3px;
	border:1px solid #afafaf;
}
input.required {
	border:1px solid #F00;
	color:#000;
}
input.large {
	width:300px;
}
input.small {
	width:180px;
}
input.xlarge {
	width:380px;
}
.size15 {
	color:#666;
}

#container-right {
	float:right;
	width:180px;
}

.structural { 
	position:absolute; 
	left:-9999px; 
} 