html,body
{
	margin: 0px;
	padding: 0px;
}

body
{
	width:100%;
	height:100%;	
}

.container
{
	width:100%;
	text-align: center;	
}
.clear
{
    font-size: 1px;
	height: 0px;
	overflow: hidden;
	clear: both;
}
.canvas
{
	margin:0px auto;
	width:600px;
	text-align: left;	
}

.positioner
{
	position:relative;
	top:0px;
	left:0px;	
}

/* ############## HEADER ###################### */
.header
{
	text-align: center;
	padding-top: 20px;
}

/* ############## MAIN CONTENT ###################### */

.main_content
{
	height:397px;
	width:600px;	
	overflow:hidden;
	background-color: #615D5C;
}

.main_float
{
	height:397px;	
	width:305px;
	float:right;
}

.main
{
	padding:0px 20px;
	font-family: tahoma;
	font-size: 11px;
	color: #D6D3D2;
	text-align: justify;
	position:relative;
}

.main H1
{
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 30px;
}

.main P
{
	padding-right:10px;	
}

A.yellowLink11 {text-decoration : none; color : #ffffff; FONT: 11px tahoma;} 
A:hover.yellowLink11 {text-decoration : underline; color: #ffffff;}

A.grayLink11 {text-decoration : none; color : #ffffff; FONT: 11px Tahoma;} 
A:visited.grayLink11 {text-decoration: none; color: #ffffff;} 
A:hover.grayLink11 {text-decoration : underline; color: #ffffff;}

.sitemap A
{
	color:white;	
	text-decoration: none;
	line-height: 20px;
}

.rooms
{
	height: 35px;	
}

.rooms A
{
	display:block;
	float:left;
	padding-bottom:5px;
}

.rooms .vseparator
{
	width:5px;
	float:left;
	overflow: hidden;
}
.rooms .separator
{
	height:5px;
	width:100%;
	display:block;
}


/* ------------- scrollbar -------------- */

.makeScroll
{
	height:220px;
	overflow:hidden
}
.scroll-track
{
  height:10px;
  width:10px;  
  background-color: #615D5C;
}
.scroll-handle
{
/*  border: 1px solid black; */
  height:10px;
  width:10px;
  background-image: url('/images/scroll_track.gif');
  /*background-repeat: no-repeat;*/
  cursor:pointer;
}

.scroll-handle-upper
{
	position:absolute;
	top:0px;
	left:0px;	
	height:7px;
   width:10px;
	background-image: url('/images/scroll_track_upper.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.scroll-handle-lower
{	
	position:absolute;
	bottom:0px;
	left:0px;	
	height:7px;
   width:10px;
	background-image: url('/images/scroll_track_lower.gif');
	background-repeat: no-repeat;
	background-position: bottom;	
}

/* ------------- bottom data -------------- */
.quick_contact
{
	text-align: right;
	margin-right: 3px;
}

.gsh
{	
	text-align: right;
	position: relative;
	height: 65px;
}

.ammos_mails
{
	text-align: left;
	position: relative;
	height: 65px;
	font-size: 12px;
	font-family: Verdana;
}

.ammos_mails_padder
{
	padding-top: 15px;
	padding-left:134px; 
}

.ammos_mails_padder A
{
	text-decoration : none; 
	color : #ECC367;
	font-size: 11px;
	font-family: Tahoma;
}

.ammos_mails_padder A:hover
{
	text-decoration: underline;
}

.gsh .gsh_padder
{
	padding-top: 10px;
	padding-right: 2px;
}

.gsh .trans
{
	position: absolute;
	width: 100px;
	height: 50px;
	top: 10px;
	left:163px;
	font-family: verdana;
	font-size: 12px;
}


/* --------- GALLERY ------------- */

.gallery_float
{
	height:397px;	
	width:295px;
	float:left;
}

.gallery
{
	height:397px;	
	width:295px;
	position: relative;
	top:0px;
	left:0px;
}

.gallery IMG
{
	position: absolute;
	top:0px;
	left:0px;
}


/* ############## FOOTER ###################### */

.footer
{
	text-align: center;
	font-family: Tahoma;
	font-size:12px;
	font-weight: bold;	
}

.footer .footer_menu
{
	padding-top: 7px;
	line-height: 18px;
}

.footer .langs
{
	padding-top: 10px;
}

.footer A
{
	color : #9D9D9D;
	text-decoration: none;
	margin:0px 2px;
	white-space: nowrap;
}

.footer A.selected
{
	color:#729541;
}

.footer A:hover
{
	text-decoration: underline;
}

.footer .developer
{
	padding-top: 10px;	
	color: #B9B9B9;
	font-size:11px;
	font-weight: normal;
}

.footer .developer A
{
	color: #B9B9B9;
}

.footer .developer A:hover
{
	color: #FABC38;	
}

.play_pause
{
	top:370px;
	left:260px;
	width:19px;
	height:17px;
	background-image: url(../images/nav_pbx_pause.gif);
	background-repeat: no-repeat;
	position: absolute;
}

.play_pause A
{
	display: block;
	width:19px;
	height:17px;
}
.rates2010
{
	position:absolute;
	top:0px;
	right:21px;	
	/*background-image:url(../images/ratesbg.gif);
	background-repeat:repeat-x;*/
	height:15px;
	/*padding-top:1px;
	padding-left:15px;
	padding-right:15px;*/
	text-align:center;
}
.rates2010 a
{
	color: #D6D3D2;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;	
	text-decoration:none;
}
.rates2010 a:hover
{
/*	color:#B4B3B1;*/
	color:#ecc367;
}
/* ############## MEDIA LINKS ################ */
.mediaLinks
{
	width:265px;
}
.mediaLinks a
{
	width:35px;
	height:55px;
	margin-right:7px;
	margin-bottom:8px;
	outline:none;
	text-decoration:none;
	font-size:1px;
	border:none;
	display:block;
	float:left;
}
.mediaLinks a img
{
	border:none;
}
/* ############## GALLERY LINKS ################ */
.galleryLinks
{
	width:295px;
	padding-top:6px;
}
.galleryLinks a
{
	width:35px;
	height:55px;
	margin-right:10px;
	margin-bottom:10px;
	outline:none;
	text-decoration:none;
	font-size:1px;
	border:none;
	display:block;
	float:left;
}
.galleryLinks a img
{
	border:none;
}
.mainGallery
{
	padding-left:20px;
	font-family: tahoma;
	font-size: 11px;
	color: #D6D3D2;
	text-align: justify;
	position:relative;
}

.mainGallery H1
{
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 30px;
}

.mainGallery P
{
	padding-right:10px;	
}