	.suggestionsBox {
		position: relative;
		left: 5px;
		margin: 10px 0px 0px 0px;
		width: 250px;
		background-color: #EAECE9;
		border: 1px solid #000;	
		color: #000;
	}
	
	.suggestionsBox_2 {
		position: relative;
		left: 5px;
		margin: 10px 0px 0px 0px;
		width: 250px;
		background-color: #EAECE9;
		border: 1px solid #000;	
		color: #000;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
		width: 250px;
	}
	
	.suggestionList li {
		 
		margin: 0px 0px 2px +4px;
		padding: 0px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #F7E2A3;
	}	
	
	#listenmenue {
  	 list-style-type: none; 
  	 margin: 0px;
	 padding: 0px;
	 width: 250px;
	}
	
	.input_dropdown{
	width: 135px;
	height:20px;
	font-size: 10px;
	color:#3A2B23;
	}
	
	.input_dropdown_long{
	width: 152px;
	height:20px;
	font-size: 10px;
	color:#3A2B23;
	}
	
	.input_text{
	width: 130px;
	height:13px;
	font-size: 10px;
	color: #3A2B23;
	}
	
	.input_text_long{
	width: 146px;
	height:13px;
	font-size: 10px;
	color: #3A2B23;
	}
	
	.input_text_220{
	width: 220px;
	height:13px;
	font-size: 10px;
	color: #3A2B23;
	}
	
	.input_bez_a{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	color:#3A2B23;
	}
	
	.allg_headline{
	color: #E63C23;
	font:bold 14px Verdana, Arial, Tahoma, sans-serif;
	text-decoration:underline;
	}
	.agb_headline{
	font:bold 11px Verdana,Arial, Tahoma, sans-serif;
	}
	
	
	.hide {
	    display: none;
	}
