/* CSS Document */

/* -------------------------------------------- */
/* HTML ELEMENTS
/* -------------------------------------------- */

html,body {
	margin:0px auto;
	padding:0px auto;
	background-color:#EFECCA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:120%;
	font-style:normal;
}

hr {
	color:#E4E3D8;
}

.line{
	color:#D9D6B3;
	background-color:#D9D6B3;
	height:1px;
}

a {
	color:#046380;
	text-decoration:none;
}

.next {
	clear:both;
}

.left {float:left;}
.left img {border:1px solid #666666}

.right{
	float:right;
}

#general_container{
	width:800px;
	border:0px solid #000000;
	text-align:center;
	margin:0px auto;
	padding:0px auto;
}

/* -------------------------------------------- */
/* HEADER
/* -------------------------------------------- */

#header{
	margin:15px 20px 5px 10px;
	text-align:left;
	float:left;
	height:20px;
	border:0px solid;
}
#header a {color:#046380;}
#header a:hover {color:#002F2F;}

#logo_band {
	background-image:url(../Img/background.jpg);
	background-repeat:repeat-x;
	height:80px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:20px;
	background-color:#FFFFFF;
}

#booking {
	background-color:#E4E3D8;
	text-align:left;
	padding:25px 10px 10px 10px;
}

#menu_box{
	background-color:#FFFFFF;
	text-align:left;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #D9D6B3;
}

.menu {padding:0; margin:0; padding-right:40px; margin-right:10px; color:#046380; text-decoration:none; text-align:left;}

.menu li {list-style:none; margin:0; padding:2px; padding-top:0px; color:#046380; text-decoration:none;}
.menu li a {text-decoration: none; color:#046380;}
.menu li a:hover {text-decoration: underline; color:#002F2F;}

.menuOn li {color:#FF6504; text-decoration:underline;}
.menuOn li a {text-decoration: none; color:#FF6504;}
.menuOn li a:hover {text-decoration: underline; color:#046380;}

#content {
	background-color:#FFFFFF;
	padding:10px;
	text-align:left;}

.many_contents {
	margin-top:10px;
	margin-bottom:10px;
}

.when_imgs{
	width:378px;
}

.sub_contents {
	 margin-left:20px;
	 width:260px;
}

/* -------------------------------------------- */
/* FONTS SIZES
/* -------------------------------------------- */

.txtbig {
	font-size:20px;
}

.txtbook {font-size:18px;}

.txtheader {
	font-size:14px;
}

.txtcontent {
	font-size:12px;
}

.txtfooter {
	font-size:10px;
}

.bold {
	font-weight:bold;
}

/* -------------------------------------------- */
/* FONTS COLOURS
/* -------------------------------------------- */

.blue{
	color:#046380;
}

.darkblue{
	color:#002F2F;
}

.beige{
	color:#A7A37E;
}

.darkbeige {
	color:#D9D6B3;
}

/* -------------------------------------------- */
/* FOOTER
/* -------------------------------------------- */

#footer {
	text-align:left;
	padding-bottom:20px;
}

#footmenu {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.langs {
	width:60px;
}

#langmenu {
	margin-top:20px;
	margin-bottom:20px;
}

.button { color:#000; font-size:10px;;  width:95px; height:20px; background: transparent url(../Img/btn.gif); border:none; text-align:left; padding-left:2px; padding-bottom:3px; cursor:pointer; }

.linkbookingform a {color:#046380}
.linkbookingform a:hover {color:#002F2F}

.space {margin:0 14px;}
.mapimage {float:right; width:180px; height:120px; border:1px solid #CCCCCC; margin-left:10px; margin-bottom:10px; padding:5px;}
.mapimage img {border:1px solid #999999}
.mapimage:hover {background-color:#E4E3D8;}
.thumbimage {border:1px solid; width:120px; height:80px; float:left; margin-left:7px; margin-bottom:8px;}

.boxlinks {float:left; border:1px solid #A7A37E; padding:15px; width:305px; background-color:#E4E3D8;}