/* aessere und innere Tabelle */
.rest_table {
	border: 1px #98A9BA solid;
	margin-bottom:10px;
}
.rest_inner_table {
	border: 1px #98A9BA solid;
}

/* Styles fuer Formularelemente */
.rest_form_text {
	width: 131px;
	height: 18px;
	border: 1px solid #98A9BA;
	padding: 1px;
	font: bold 11px Verdana, Arial;
	color: #a50000;
}

.rest_form_text_lang {
	width: 180px;
	height: 18px;
	border: 1px solid #98A9BA;
	padding: 1px;
	font: bold 11px Verdana, Arial;
	color: #a50000;
}

.rest_form_text_plz {
	width: 45px;
	height: 18px;
	border: 1px solid #98A9BA;
	padding: 1px;
	font: bold 11px Verdana, Arial;
	color: #a50000;
}

.rest_form_submit {
	width: 60px;
	height: 18px;
	border: 1px solid #98A9BA;
	padding: 1px;
	background-color: #ffffff;
	font: bold 10px Verdana, Arial;
	color: #1E374C;
}

.form_start {
width:150px;
}	

/* begin styles fuer homepage-preview restaurants */

#box {
	background:#ffffff;
	text-decoration:none;
	display:block;
	cursor:hand;
}

#box a {
	background:#ffffff;
	text-decoration:none;
	display:block;
	margin-left:96px;
	cursor:hand;
}

#box a:active {
	background:#ffffff;
	display:block;
}

#box span {
	background:#ffffff;
	padding:10px;
	border:1px solid #98A9BA;
	display:none;
	width:373px;
	margin-top:10px;
}
* html #box span {
	width:100%;
	w\idth:100%;
}

/* end styles fuer homepage-preview restaurants */
/* // end styles fuer homepage-preview restaurants */

/* begin styles fuer "help" restaurants (ecards) */
#help {
	position:relative;
	color:#a50000;
	background:#E6E6E6;
	text-decoration:none;
	display:block;
	z-index:3;
}

#help a {
	position:relative;
	color:#a50000;
	background:#E6E6E6;
	font:bold 12px georgia;
	text-decoration:none;
	border:1px solid #98A9BA;
	display:block;
	padding:3px;
	border:1px solid black;
	cursor: help;
}

#help a:hover {
	color:#000000;
	background:#E6E6E6;
	width:150px;
}

#help a span { display:none; }

#help a:hover span {
	color:#000000;
	background:#E6E6E6;
	font:normal 10px verdana, sans-serif;
	display:block;
	padding:3px;
}
/* // end styles fuer "help" restaurants (ecards) */