.rated {
	margin-left: 10px;
}

.progressBar {
	border: 1px solid grey;
	width: 100px;
	height: 10px;
	background: url(/guestbook/images/progressBar.gif) left no-repeat;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#prompt {
	position: fixed;
	width: 400px;
	height: 20px;
	border: 1px solid #7F7F7F;
	z-index: 9999;
	background-color: fuchsia;
	color: white;
}

#prompt_message {
	float: left;
	text-align: center;
	width: 380px;
	font-weight: bold;
}

#prompt_close {
	float: right;
	width: 16px;
}

#rateStatus {
	margin-top: 5px;
	margin-left: 10px;
}

#ratingSaved {
	margin-top: 5px;
	margin-left: 10px;
}

#rateMe {
	
}

#rateMe li {
	float: left;
	list-style: none;
}

#rateMe li a:hover,#rateMe .on {
	background: url(/guestbook/images/star_on.gif) no-repeat;
}

#rateMe a {
	float: left;
	background: url(/guestbook/images/star_off.gif) no-repeat;
	width: 20px;
	height: 22px;
}

#ratingSaved {
	display: none;
}

.saved {
	color: red;
}

BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
	font-size: x-small;
	color: #ffffff;
	background-image: none;
	scrollbar-face-color: #DBE6DE;
	scrollbars: BODY;
	background-color: #959885;
}

.boldbutton {
	font-weight: bold;
}

#BookingWrapperDiv {
	width: 560px;
}

#reservationCart {
	width: 560px;
	height: 100px;
}

th {
	background-color: #a5a895;
}

hr {
	size: 1px;
}

#clientFormWrapper {
	
}

table {
	border: 0px solid #808274;
	cellpadding: 4px;
}

td {
	text-align: left;
	vertical-align: top;
	border: 0px solid #808274;
}

td.separator {
	border-top: 1px solid #808274;
	border-bottom: 1px solid #808274;
	padding: 1px;
}

#whitelayer {
	position: absolute;
	left: 8px;
	top: 150px;
	width: 600px;
	height: 900px;
	background-color: #959885;
}

.top {
	left: 0px;
	top: 0px;
	padding: 3px 0px 0px 0px;
	height: 18px;
	width: 100%;
	background-color: #a5a895;
	text-align: center;
	font-weight: bold;
}

.fontenglish {
	font-size: 0.8em;
}

hr {
	size: 1px solid #808274;
	width: 99%;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	horizontal-align: left;
}

li {
	padding: 5px 0px;
}

img {
	border: 0px;
}

legend {
	font-weight: bold;
	font-size: 1.1em;
}

#images_wrapper {
	float: right;
}

#bottom_wrapper {
	clear: both;
	align: center;
}

#bottom_content {
	align: center;
	padding: 10px;
	text-align: center;
	width: 80%;
	margin-left: 40px;
}

.content_wrapper {
	display: block;
	float: left;
	width: 60%;
}

.main_wrapper {
	margin-left: 10px;
	margin-top: 16px;
	width: 600px;
}

#shortInfo {
	position: absolute;
	padding: 8px;
	display: none;
	background-color: #808274;
	border: 1px solid #808274;
}

#availabilityHeader {
	display: block;
	margin: 10px;
}

.souldOut1 {
	background-color: #ed5456;
}

#showAvailability {
	align: center;
}

.souldOut {
	background-color: #ed5456;
	width: 40px;
	padding: 4px;
	height: 15px;
	margin-right: 3px;
}

.forSale1 {
	background-color: #8ec52d;
}

.forSale {
	background-color: #8ec52d;
	width: 40px;
	padding: 4px;
	height: 15px;
	color: #fff;
}

table.availabilityTable td {
	margin: 5px;
	border: 1px solid #808274;
}

#weinschrank {
	background-image: url(/guestbook/images/schoenschmecker/weinregal.jpg);
	background-repeat: no-repeat;
	height: 330px;
	width: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	vertical-align: bottom;
	font-size: 0.1em;
	cursor: pointer;
}

.beschreibungen {
	width: 300px;
}

.important {
	color: #f00;
}

fieldset {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
/*ul li {
      display: table; 
      
   }
   
   li ol { display: table-row; }
   
   ol li { 
      display: table-cell; 
      padding:10px;
   }*/
