/* CSS HERRNNRAEU RESTAURANTS */

/* List View */

h1 {
	margin-bottom: 15px !important;
}

#restaurant_list_item {
	border-top: 1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 1px;
	clear: both;
}
#restaurant_list_image {
	float: right;
}
#restaurant_list_image IMG {
	/*margin-bottom: 3px;*/
}
#restaurant_list_content_data_left {
	float: left;
	width: 190px;
}
#restaurant_list_content_data_right {
	float: left;
	width: 190px;
}
#restaurant_list_title A {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #A78D44;
	font-weight: bold;
	font-variant: small-caps;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}
#restaurant_list_title a:hover {
	text-decoration: underline;
}

/* Single View */

#restaurant_single_imageblock {
	float: right;
	margin-left: 10px;
}
#restaurant_single_imageblock DIV {
	margin-bottom: 20px;
}
#restaurant_single_imageblock IMG {
	border: 1px solid #000000;
}
#restaurant_single_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #A78D44;
	font-weight: bold;
	font-variant: small-caps;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}
#restaurant_single_type {
	margin-top: 15px;
}
#restaurant_single_owner {
	margin-top: 15px;	
}
#restaurant_single_email A, #restaurant_single_website A {
	text-decoration: none;
	color: #333333;
}
#restaurant_single_email a:hover, #restaurant_single_website a:hover {
	text-decoration: underline;
}
#restaurant_single_openinghours {
	margin-top: 15px;
}
#restaurant_single_description {
	margin-top: 15px;
}
#restaurant_single_backlink A {
	text-decoration: none;
	color: #333333;
}
#restaurant_single_backlink a:hover {
	text-decoration: underline;
}

/* SEARCH */
.tx-pvrestaurants-pi1 form {
	margin-top: 3px;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.tx-pvrestaurants-pi1 fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#type_select select {
	margin-left: 17px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.tx-pvrestaurants-pi1 SELECT  {
	width: 85px;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}
.tx-pvrestaurants-pi1 INPUT {
	width: 30px;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	height: 11px;
}
#zip_field {
	float: left;
	width: 98px;
}
#suchen {
	width: 85px !important;
	height: 20px !important;
}
