/*Standard CSS für Virtuelle Tour Hotel */
/*Farben:
Dunkles Grün: #336633
Helles Grün: #DBECDB
Grau-Beige:#
*/
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color:#F2EADF;
	scrollbar-highlight-color:#F2EADF;
	scrollbar-3dlight-color:#776F64;
	scrollbar-darkshadow-color:#F2EADF;
	scrollbar-shadow-color:#776F64;
	scrollbar-arrow-color:#776F64;
	scrollbar-track-color:#F2EADF;
	background-attachment: fixed;
	background-image: url(../gfx/gif/th_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #B8C8AD;
}

.panotabelle {
	background-color: #b9c9af;
}
.adressTabelleFarbe {
	background-color: #818e78;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
	text-align: center;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;

}
