/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.rooms{
float: left;

}


.noapplet {
position:absolute;
top: 23px;
left: 5px;
width: 480px;
height: 360px;
text-align: center;
color: red;
}
.room_button {
    height: 20px;
	float: left;
    font: 11px Arial, Helvetica, sans-serif;
	color: blue;
	margin-left: 10px;
	border: 0px;
	background-color: black;
	cursor: pointer;
}

.room_button_sel {
    height: 20px;
	float: left;
    font: 11px Tahoma,Verdana,"Geneva CE",lucida,sans-serif;
	color: white;
	margin-left: 10px;
	border: 0px;
	background-color: #575757;
	cursor: pointer;
}

.info_area{
    position: absolute;
    left: 500px;
    top:20px;
    width: 480px;
	
}


.pano{
    position: absolute;
    left:5px;
    top:23px;
    
	
}

table {
	font-size: 100%;
	}
	h2 a span {
	text-transform: lowercase;
	font-weight:normal;
}
body{
margin: 3px 5px 3px 5px; background-color: black; color: white;
font: 12px Tahoma,Verdana,"Geneva CE",lucida,sans-serif;

}

a
{
color: blue;
text-decoration: none;
}
a:visited
{
color: blue;
text-decoration: none;
}
a:hover
{
color: white;
text-decoration: none;
}
h2{
font: 15px Tahoma,Verdana,"Geneva CE",lucida,sans-serif;
font-weight: bold;
color: #e9e9e9:
}
h3{
color: #e9e9e9;
font: 14px Tahoma,Verdana,"Geneva CE",lucida,sans-serif;
}

