html, body  {
	width:100%;
	height:100%;
	background-color:#A58F9D;
	vertical-align:top;
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	color:#736C6C;
	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 dashed #ECE4E8;
}

/* Formatierung für den Zimmerpreis */
table#room_price {
    font-size: 14px;
	background-color: #ECE4E8;
}

/* Formatierung für den Gesamtpreis */
span#total_price {
    font-size: 14px;
	font-weight:bold;
}

