html, body  {
	width:100%;
	height:100%;
	background-color:#FFEFCD;
	vertical-align:top;
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	color:#564928;
	text-decoration:none;
}

/* Formatierung für die Eingabeelemente */
.input {
    font-size: 14px;
}

/* Formatierung für die einzelnen Zimmer */
div#room {
    font-size: 14px;
    margin: 10; padding: 10;
    border: 1px solid #D5DCB3;
}

/* Formatierung für den Zimmerpreis */
table#room_price {
    font-size: 14px;
	background-color: #D5DCB3;
}

/* Formatierung für den Gesamtpreis */
span#total_price {
    font-size: 14px;
	font-weight:bold;
}

