/** Restaurantindex **/
.kanton {
	float: left;
	width: 660px;
	margin-bottom: 20px;
}
.kanton .wappen {
	float: left;
	width: 100px;
}
.wappen img {
	border: 1px solid #AAAAAA; 
}
.kanton .index {
	float: right;
	width: 550px;
}
.index .titel {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: #FF9900;
	font-weight: bold;
	text-align: left;
}
.index .ort {
	float: left;
	width: 170px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.ort a {
	color: #000000;
}
.index .restaurant {
	float: left;
	width: 270px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.restaurant a {
	color: #000000;
}
/** Suchfeld **/
.suchfeld {
	font-size:9px;
	height: 11px;
	margin-bottom: -2px;
	border: 1px solid #FFFFFF;
}
.suchelement {
	float: right;
}
.suchelement a {
	color: #FFFFFF;
	text-decoration: none;
}
