@media screen {
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #00315B;
}
img {border:0;}
* {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: white;
}
small {
	font-size: 10px;
}
A {
	text-decoration: none;
	color : #6BCBFF;
}

A:hover   {
	text-decoration: underline;
	color : #6BCBFF;
}
h1, h2, h3, h4 {
	color : #6BCBFF;
	font-family: Times New Roman,serif; 
	font-weight: normal;
	padding: 0;
}
h1 {
	font-size: 24px;
	margin : 0px 0px 15px 0px;
	font-style: italic;
}

h2 {
	font-size: 20px;
	margin : 20px 0px 4px 0px;
}
li {	
	list-style-type: none;
}
#text p {
	padding-top: 0;
	margin-top: 0;
	line-height: 150%;
}
#text ul {
	padding: 0;
	margin:0 0 10px 0;
}
#text ul li {
	padding-left: 17px;
	background: url(images/list.gif) no-repeat left top;
	margin:0 0 5px 0;
	line-height: 150%;
}
.redStar {
		color: red;
	}
#booking tr td input{
	color: black;
}	
#map * {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: black;
}


/*//////////////*/
/*       D I V' S      */ 
/*//////////////*/

#wrapper {
	display: block;
	width: 970px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

#shadow_left, #shadow_right, #wrapper_main {
	display: block;
	float: left;
}
#shadow_left {
	width: 13px;
	background: url(images/shadow_left.gif) repeat-y;
}
#wrapper_main {
	width: 944px;
}
#shadow_right {
	width: 13px;
	background: url(images/shadow_right.gif) repeat-y;
}
#shadow_left, #shadow_right, #wrapper_main {
	padding-bottom: 20010px;
	margin-bottom: -20010px;
}

/*      HEADER    */
#header {
	display: block;
	width: 944px;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px solid white;
}
#top_flash {
	display: block;
	float: left;
}
#logo {
	display: block;
	float: right;
}
#logo a img {
	margin: 10px 60px 0 0;
}

#wrapper_content {
	background: url(images/standard_back_upper.gif) repeat-x center bottom;
}
#content {
	display: block;
	padding: 0 60px 10px 60px;
	overflow: hidden;
}
#text {
	display: block;
	float: left;
	width: 574px;
}
#photos {
	display: block;
	float: right;
}
#photos a  {
	display: block;
	clear: both;
	margin: 0 0 15px 30px;
}
#photos a  img {
	border: 1px solid white;
}
#teaser1 {
	display: block;
	float: right;
	width: 250px;
}
#teaser1content {
	display: block;
	margin: 40px 0 0 60px;
}
#text, #teaser1 {
	padding-bottom: 20010px;
	margin-bottom: -20010px;
}
#footer {
	display: block;
	height: 100px;
	background: url(images/standard_back_lower.gif) repeat-x center top;
}
#copyright {
	display: block;
	float: left;
	padding: 73px 0 0 60px;
	font-size: 10px;
}
#girl {
	display: block;
	float: right;
	margin-right: 30px;
	width: 229px;
	height: 57px;
	background: url(images/girl.gif) no-repeat;
}

/*//////////////*/
/*        MENU        */
/*//////////////*/

#MENU {
	display: block;
	width: 944px;
	height: 50px;
	padding: 0;
	margin: 0;
	background: url(images/menu_background.gif) repeat-x;
	overflow: hidden;
}
#MENU #nav {
	display: block;
	float: left;
	width: 800px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#MENU #languages {
	float: right;
}
#MENU #nav li {
	float: left;
	list-style-type: none;
}
#MENU #nav li a{	
	color: #8EAECC;
	text-decoration : none;
	font-size: 14px;
	font-family: Times New Roman, serif;
	font-weight: bold;
	background-image : url(images/menu.gif);
	background-repeat : no-repeat;
	padding : 0px 11px 2px 11px;
	text-align: center;
}

#MENU #nav li a:hover {
	color: #0D4273;
	text-decoration : none;
	font-size: 14px;
	font-family: Times New Roman, serif;
	font-weight: bold;
	background: #8EAECC none;
	padding : 0px 11px 2px 11px;
	text-align: center;
}

/*//////////////////////*/
/*             LIST                     */
/*//////////////////////*/

.newsList ul li {
	margin: 0;
	padding: 0 0 10px 0;
}
.newsList ul li h3 {
	margin: 0;
}
.photoBorder {
	border: 1px solid #4A82AD;
}
a.galleryLink {
	font-size:10px;
	color: #00305A;
	text-align: center;
}
a.galleryLink:hover {
	/*text-decoration: none;*/
}
td select option, td input {
	color: black;
}
}

@media print {
.noPrint {display:none;}

img {border:0px}
}