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

