/*---- Suchfeld ------------------------------------------------------------*/

.blur_search	{
float: left;
width: 160px;
height: 23px;
margin-left: 5px;
font-size: 13px;
line-height: 23px;
border: 0;
color: #000;

		}
		
.focus_search	{
float: left;
width: 160px;
margin-left: 5px;
height: 23px;
font-size: 13px;
line-height: 23px;
border: 0;
color: #000;
		}


.suchbox{
position: relative;
left: 15px;
float: left;
display: block;
height: 43px;
width: 200px;
border: 1px solid #333333;
background-color:            #FFFFFF;
margin-top: 2px;
margin-bottom: 2px;
}

/*---- Radiobutton Feld ------------------------------------------------------------*/

.auswahlsuchbox{
	display: 			block;
	height: 			17px;
	width: 				200px;
	border-bottom:		1px solid #333333;
	background-color: 	#F4F4F4;
	margin-top: 		0px;
	margin-bottom: 		0px;
	FONT:          	  	0.9em Arial, Helvetica, sans-serif;
}

.rbutton{
	height: 			12px;
	width: 				15px;
}