body {
	background-color: #00b9cb;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
h1 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #333333;
}
input.buttons {
	background-color: #E8F7FC;
	border: 1px solid #07BBDC;
}
input.buttons:hover {
	background-color: #07BBDC;
	border: 1px solid #07BBDC;
}
#global {
	width: 100%;
}

#langChooser {
	background-color: white;
	position: fixed; 
	left: 20px; 
	border-radius: 0pt 0pt 6px 6px; 
	height: 24px; 
	padding: 4px; 
	text-align: center;
}

#langChooser a:hover {background-color:#00b9cb;}


#content {
	float: none;
	width: 970px;
	margin: 0 auto;
	background-image: url(images/seaSun.png);
	background-repeat: no-repeat;
	min-height: 800px;
}
#content .clrfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}


#rightColumn {
	width: 98%;
	min-height: 400px;
	padding: 0;
}
#leftColumn {
	float: left;
	width: 410px;
	min-height: 400px;
	padding: 0;
}
#centralColumn { display:none;}

#footer{
	background-color: #D2EF8C;
	display: inline-block;
	width: 100%;
	text-align: center;
	background-image: url(icons/bg.footer.gif);
	background-repeat: repeat-x;
}
#footer a{ text-decoration:underline;}

#leftColumn .linkBox{margin-left:120px; width:230px; border:1px solid #00b9cb; background-color:#fff; padding:10px; margin-bottom:30px;}
#leftColumn .linkBox:hover {background:#3CF}
#leftColumn .linkBoxDe{margin-left:120px; width:290px; border:1px solid #00b9cb; background-color:#fff; padding:10px 4px; margin-bottom:30px;}
#leftColumn .linkBoxDe:hover {background:#3CF}
#rightColumn .pushRight{margin-left: 170px; padding: 0 13px 20px;}
#rightColumn .textBox {background-color:#FFF; padding:10px; margin:0 40px 40px 100px; border-radius:6px; box-shadow:2px 2px 4px 0px rgba(0, 0, 0, 0.5); }
#rightColumn img.infoIcons {margin-left:20px; border:none;}

img.logoImage1 { display:inline}
img.logoImage2 { display:none}


table.rates {
	border: 1px solid #07BBDC;
	padding: 4px;
	font-size: 0.8em;
}
table.rates th {
	border: 1px solid #5BABB4;
	color: #5BABB4;
	background-color: #C0E6F3;
}
table.rates tr.header {
	border: thin solid #07BBDC;
	color: #333333;
	background-color: #E8F7FC;
	padding-left: 3px;
}

img.photo {
	border: 1px solid #998785;
	margin-left: 9px;
	margin-right: 9px;
}
img.photoGall {
	border: 1px solid #998785;
	margin-bottom: 24px;
	cursor: pointer;
}
.movedTop {margin-top:206px}