html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, hr {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	min-width: 722px;
	background: url(../images/bg-red.png) repeat-y center top;
}
#global {
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -361px;
	width: 708px;
	background: #fff;
	border-left: 7px solid #000;
	border-right: 7px solid #000;
	min-height: 100%;
}
* html #global {
	height: 100%;
}
h1 {
	padding-bottom: .5em;
}
h1 + h1 {
	margin: 1.5em 0 .5em;
}
h2 {
	margin: 1em 0;
}
h3, h4 {
	margin: .75em 0;
}
p {
	margin-bottom: .75em;
}
ul, ol {
	padding: 0 0 5px 25px;
}
ul ul, ol ol {
	padding: 0 0 5px 15px;
}
ul li {
	/* list-style-image: url(../images/bullet.png); */
	padding: 2px 0 3px 0;
}
ol li {
	padding: 2px 0 3px 0;
}
a img {
	border: 0 none;
}
a, a:active {
	outline: none;
}
.rpl {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
/* header */
#navtop {
	height: 60px;
	background: #ccc;
	border-bottom: 7px solid #000;
}
#navtop h1 {
	float: left;
	width: 210px;
	height: 60px;
	border-right: 7px solid #000;
	padding: 0;
}
#navtop h1 a {
	width: 210px;
	height: 60px;
	background: url(../images/logo-top.png);
}
#navtop ul {
	position: absolute;
	top: 29px;
	left: 217px;
	width: 491px;
	height: 24px;
	padding: 0;
	margin: 0;
	border-top: 7px solid #000;
	background: #f3e8d8;
}
#navtop ul li {
	list-style: none;
	float: left;
	padding: 0;
}
#navtop ul li a {
	color: #000;
	font-weight: bold;
	display: block;
	padding: 7px 9px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#header {
	clear: both;
	height: 290px;
	background: #666;
	color: #6c6c6c;
	font-size: 64px;
	font-weight: bold;
	text-transform: uppercase;
}
ul#navbot {
	width: 708px;
	height: 26px;
	padding: 0;
	margin: 0;
	border-top: 7px solid #000;
	border-bottom: 7px solid #000;
	background: #f3e8d8;
	overflow: hidden;
}
ul#navbot li {
	list-style: none;
	float: left;
	padding: 0;
}
ul#navbot li a {
	color: #000;
	font-weight: bold;
	display: block;
	padding: 8px 8px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#navtop li a:hover, ul#navbot li a:hover {
	background: url(../images/menu-cursor.png) no-repeat center 0;
}
#navtop li.current a, ul#navbot li.current a {
	color: #900;
	background: url(../images/menu-cursor.png) no-repeat center 0;
}
ul#navbot li#n2 a {
	color: #fff;
	background-color: #069;
}
ul#navbot li#n2 a:hover {
	background: #069 url(../images/menu-cursor.png) no-repeat center -80px;
}
/* content */
#content {
	min-height: 100px;
	padding: 20px 20px 120px;
}
#content h1 {
	font-size: 16px;
	color: #900;
}
#content a {
	color: #600;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#content a:visited {
	color: #300;
}
#content a:hover {
	border-bottom-color: #966;
}
#content p {
	line-height: 1.25em;
	text-align: justify;
}
/* footer */
#footer {
	position: relative;
	left: 50%;
	margin: -117px 0 0 -361px;
	width: 708px;
	background: #ccc;
	border: 7px solid #000;
	border-bottom: 0 none;
	height: 110px;
	z-index: 5;
}
#footer form, #footer div.col {
	float: left;
	height: 90px;
	padding: 10px;
	overflow: hidden;
}
#footer h3 {
	font-size: 12px;
	margin: 0 0 6px;
}
#footer #booking {
	position:relative;
	width: 160px;
	padding: 10px 20px;
	border-right: 7px solid #000;
}
#footer #username, #footer #password {
	position:relative;
	float:left;
	margin: 0 5px 0 0;
}
#footer input#i_user, #footer input#i_pass {
	width: 55px;
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #999;
}
#footer #booking label.overlabel {
	font-size: 11px;
	color:#999;
}
#footer #booking label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	font-size: 11px;
	color:#999;
}
#footer #booking button {
	margin: 0;
	padding: 1px;
	font-size: 9px;
	width: 24px;
	border: 1px solid #333;
	background: #b00000;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#footer #booking ul {
	clear: left;
	padding: 10px 0 0 20px;
}
#footer #booking ul li {
	padding: 2px 0 0;
	color: #900;
	list-style: square;
}
#footer #booking ul li a {
	color: #333;
	font-size: 11px;
}
#footer #booking ul li a:hover {
	color: #900;
}
#footer #info {
	width: 274px;
	font-size: 11px;
	text-align: center;
}
#footer #info p {
	line-height: 1.33em;
}
#footer #info h5 {
	font-size: 10px;
	margin: 15px 0 0;
	font-weight: normal;
}
#footer #parischic {
	width: 180px;
	border-left: 7px solid #000;
}
#footer #parischic img {
	float: left;
	margin-right: 10px;
	width: 60px;
}
#footer #parischic h3 {
	margin: 0;
	padding: 0;
}
#footer #parischic p {
	margin: 0;
}
#footer #parischic p.tel {
	clear: left;
	padding: 8px 0 0;
}
#footer #parischic h4 {
	font-size: 10px;
	font-weight: normal;
}
/* destinations */
#destinations {
	/*
	position: absolute;
	right: 0;
	*/
	float: right;
	margin: -20px -20px 10px 20px;
	width: 177px;
	height: 66px;
	border-left: 4px solid #000;
	border-bottom: 4px solid #000;
	background: url(../images/destinations.png) no-repeat center top;
	overflow: hidden;
	z-index: 35;
}
#destinations h2 {
	line-height: 16px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 26px 0 7px 20px;
}
#destinations:hover, #destinations.hover {
	cursor: pointer;
	background-position: center -66px;
}
#destinations:hover h2, #destinations.hover h2 {
	padding-top: 6px;
}
#destinations p {
	margin: 0;
	padding: 0 0 0 18px;
	height: 16px;
	color: #000;
	overflow: hidden;
}
#destinations p a {
	display: block;
	width: 120px;
	height: 12px;
	padding: 2px 20px 2px 2px;
	font-size: 9px;
	color: #100;
	text-decoration: none;
}
#destselect {
	position: absolute;
	top: 457px;
	right: 18px;
	/*
	position: absolute;
	top: 100px;
	left: 100px;
	*/
	width: 142px;
	height: 144px;
	padding: 0;
	margin: 0;
	background: #c99;
	border: 1px solid #966;
	border-top: 0 none;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	overflow: auto;
	z-index: 60;
	display: none;
}
#destselect.show {
	display: block;
}
ul#destselect li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#destselect li a {
	display: block;
	padding: 3px 10px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border: 0 none;
}
ul#destselect li a:hover {
	background: #fcc;
	border: 0 none;
}
ul#destselect li.current a {
	background: #fff;
	border: 0 none;
}
/* languages */
#language {
	position: absolute;
	top: 0;
	right: 0;
	height: 15px;
	background: #fff;
	padding: 7px;
	border-left: 7px solid #000;
}
#language li {
	list-style: none;
	float: left;
	width: 22px;
	height: 14px;
	padding: 0 3px;
}
#language li a {
	display: block;
	width: 22px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/languages.png);
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity=35);
}
#language li#lg_en a {
	background-position: 0 0;
}
#language li#lg_fr a {
	background-position: -27px 0;
}
#language li#lg_se a {
	background-position: -51px 0;
}
#language li#lg_no a {
	background-position: -79px 0;
}
#language li#lg_dk a {
	background-position: -105px 0;
}
#language li a:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
#language li.current a {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* alignment */
.lft {
	text-align: left;
}
.ctr {
	text-align: center;
}
.rgt {
	text-align: right;
}
.jty {
	text-align: justify;
}
/* floating */
.flft {
	float: left;
}
.frgt {
	float: right;
}
.clft {
	clear: left;
}
.crgt {
	clear: right;
}
img.flft {
	margin-right: 6px;
}
img.frgt {
	margin-left: 6px;
}
hr.clear {
	clear: left;
	border: 0 none;
	height: 0;
	visibility: hidden;
}
hr.clear2 {
	clear: right;
	border: 0 none;
	height: 0;
	visibility: hidden;
}
hr.sep {
	clear: left;
	border: 0 none;
	height: 8px;
	visibility: hidden;
}
hr.separator {
	padding-bottom: 10px;
}

/*
#footer #booking ol {
	padding: 0;
}
#footer #booking ol li {
	list-style: none;
	padding: 0 0 2px;
}
#footer #booking ol li label {
	display: block;
	float: left;
	width: 65px;
	font-size: 11px;
	padding: 3px 0;
}
#footer #booking ol li input {
	width: 80px;
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #999;
}
#footer #booking ol li button {
	padding: 1px;
	font-size: 9px;
	margin-left: 95px;
	width: 55px;
	border: 1px solid #333;
	background: #b00000;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
*/