.resultContainer
{
	width:100%;
	cursor: pointer;
}

.resultContainer:hover
{
}

.resultContainer .small_text
{
	font-size:12px;
}

.resultContainer .text
{
	font-size:12px;
}

.picture
{
	width:130px;
	height: 85px;
	text-align:center;
}

.dropDownBox {
	border: 1px solid #CCCCCC;
	width: 100%;
	font-size: 12px;
}

.laenderbox {
	font-size: 12px;
}

.box {
	position: absolute;
	z-index: 999;
	background-color: white;
	border: 1px solid gray;
	width: 135px;
	margin-left: -1px;
}

.provincebox {
	position: absolute;
	z-index: 999;
	background-color: white;
	border: 1px solid gray;
	width: 180px;
	margin-left: -122px;
}

.text_highlight {
	background-color: #FFFF66;
}
