.kanton {
	position: relative;
	float: left;
	width: 100px;
	height: 80px;
	text-align: center;
	margin: 4px;
	color: #FF9900;	
}
.kanton img {
	border: 1px solid #AAAAAA;
}
.kanton a {
	text-decoration: none;
	color: #333333;
}
.kanton_sw {
	position: relative;
	float: left;
	width: 100px;
	height: 80px;
	text-align: center;
	margin: 4px;
	color: #CCCCCC;	
}
.kanton_sw img {
	border: 1px solid #AAAAAA;
}
.ort {
	position: relative;
	float: left;
	width: 149px;
	height: 20px;
	text-align: left;
	vertical-align: text-top;
	margin: 5px;	
}
.ortauswahl {
	position: relative;
	float: left;
	border: 1px solid #AAAAAA;
	width: 658px;
	height: 280px;	
	overflow: auto;
	margin-bottom: 10px;
}
.suchresultat {
	position: relative;
	width: 100%;
	height: 460px;
	overflow: auto;
}
.suchitem {
	position: relative;
	float: left;
	height: 70px;
	width: 648px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #FEE47E;
	text-align: left;
}
.suchitem .adresse {
	position: relative;
	float: left;	
	width: 360px;
}
.suchitem .link {
	position: relative;
	float: left;	
	width: 170px;
}
.suchitem a {
	text-decoration: none;
	color: #000000;
}
.suchitem img {
	position: relative;
	float: right;
	margin: -5px;
}
.menu {
	position: relative;
	display: inline;
	float: left;
	width: 628px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px dotted #AAAAAA;
	text-align: left;
}
.rahmen {
	margin-top: 5px;
	border: 1px solid #AAAAAA;
	width: 640px;
}
.suchfeld {
	font-size:9px;
	height: 11px;
	margin-bottom: -2px;
	border: 1px solid #FFFFFF;
}
.suchelement {
	float: right;
}
.suchelement a {
	color: #FFFFFF;
	text-decoration: none;
}