@charset "utf-8";

/*========================================index
/* +base element
/*   +list-style
/*   +margin/padding
/*   +color
/*   +font size
/*   +line-height
/* +link pseudo-class
/* +header
/* +container
/* +primary-contents
/* +secondary-contents
/* +footer
/* +clearfix
/* +a11y
========================================index*/

/*====================
 +base element
====================*/
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	}
body {
	color: #949494;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	background-color: #FFF;
	}
#pageContainer{
	background: url(../../../Media/Images/Lib/topDotline.gif) no-repeat scroll left 10px;
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
/* +list-style */
ul,ol {
	list-style: outside;
	}
ul {
	list-style-type: square;
	}
ul ul,
ol ul {
	list-style-type: circle;
	}
ul ul ul,
ul ol ul,
ol ul ul,
ol ol ul {
	list-style-type: disc;
	}
ol {
	list-style-type: decimal;
	}

img, div, input { behavior: url("../Public/Styles/Lib/iepngfix.htc") }
 
/* +margin/padding */
.section01 h1,.section01 h2,.section01 h3,.section01 h4,.section01 h5,.section01 h6,
.section01 p,.section01 blockquote,
.section01 dl,
.section01 table {
	margin: 12px 0;
	}
.section01 li h1,.section01 li h2,.section01 li h3,.section01 li h4,.section01 li h5,.section01 li h6,
.section01 li p,.section01 blockquote,
.section01 dl,
.section01 table,
.section01 dd h1,.section01 dd h2,.section01 dd h3,.section01 dd h4,.section01 dd h5,.section01 dd h6,
.section01 dd p,.section01 dd blockquote,
.section01 dd dl,
.section01 dd table,
.section01 blockquote h1,.section01 blockquote h2,.section01 blockquote h3,.section01 blockquote h4,.section01 blockquote h5,.section01 blockquote h6,
.section01 blockquote p,.section01 blockquote blockquote,
.section01 blockquote dl,
.section01 blockquote table,
.section01 td h1,.section01 td h2,.section01 td h3,.section01 td h4,.section01 td h5,.section01 td h6,
.section01 td p,.section01 td blockquote,
.section01 td dl,
.section01 td table {
	margin: 6px 0;
	}

.section01 ul,.section01 ol {
	margin: 12px 0 12px 3em;
	}
.section01 li ul,.section01 li ol,
.section01 dd ul,.section01 dd ol,
.section01 blockquote ul,.section01 blockquote ol,
.section01 td ul,.section01 td ol {
	margin-top: 6px;
	margin-bottom: 6px;
	}

/* +color */
strong,
em {
	font-weight: bold;
	}
strong {
	font-weight: bold;
	}

/* +font size */
h1 {
	font-size: 175%;
	}
h2 {
	font-size: 150%;
	}
h3 {
	font-size: 125%;
	}
.caption {
	font-size: 84%;
	}

/* +line-height */
#container {
	line-height: 1;
	}

/*====================
 +link pseudo-class
====================*/
a,
a span {
	text-decoration: none;
	color: #808183;
	}
a:hover,
a:hover span,
a.current {
	text-decoration: none;
	color: #000;
	}
a:active {
	text-decoration: none;
	}
a:active,
a:focus {
	outline: none;
	}
a[href^="http"] {
	}



/*====================
 +header
====================*/
#header {
	position: relative;
	width: 950px;
	margin: 0 auto;
	z-index: 100;
}
#header h1{
	position: absolute;
	top: 26px;
	margin: 0;
	padding: 0;
}
#header img {
	position: absolute;
	top: 170px;
	left: 240px;
}
/* globalNavigation */
#globalNavigation{
	/*margin-top: 40px;*/
	padding-top: 4px;
	font-size: 15px;
	margin-left: 240px;
	width: 230px;
	border-top: 1px dotted #E2E0E5;
	position: absolute;
	top: 90px;
}
#globalNavigation ul li{
	list-style: none;
}
#globalNavigation ul li a{
	font-size: 16px;
	color: #C5C7C9;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.1;
}
#globalNavigation ul li a:hover{
	color: #808183;
}
#globalNavigation ul li.selected a{
	color: #808183;
}
#globalNavigation ul li ul{
	background: url(../../Media/Images/Lib/menuLine.gif) no-repeat left top transparent;
	margin-top:3px;
	padding-top:6px;
}
#globalNavigation ul li ul li a{
	font-size: 15px;
}
div#languageselector{
	position: absolute;
	left:899px;
	top:40px;
	font-size: 11px;
}
div#languageselector li{
	display: inline;
 	color:#babec7;
}
div#languageselector li a{
	color:#babec7;
	text-transform: uppercase;
}
div#languageselector li a:hover{
	color: #ffffff;
}
/*====================
 +container
====================*/
#container {
	clear: both;
	/*float:left;*/
	padding-left: 240px;
	padding-top: 40px;
	min-height: 490px;
	/*position: absolute;*/
	/*top: 0;*/
}
/*====================
 +main
====================*/
.mainVisual {
	/*padding-top: 100px;*/
	position: absolute;
	top: 196px;
}

#leftNavigationColumn {
	position: absolute;
	top: 30px;
}

/* globalNavigation */
#regionalNavigation{
	font-size: 17px;
	width: 230px;
}

#regionalNavigation ul li{
	list-style: none;
}
#regionalNavigation ul li a{
	font-size: 16px;
	color: #C5C7C9;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.1;
}
#regionalNavigation ul li a:hover{
	color: #808183;
}
#regionalNavigation ul li.selected a{
	color: #808183;
}

#subNavigation {
	/*font-size: 15px;
	color: #000000;*/
	padding-left: 260px;
	padding-top: 9px;
}

#subNavigation ul li{
	list-style: none;
}
#subNavigation ul li a{
	font-size: 15px;
	color: #C5C7C9;
	text-decoration: none;
	line-height: 1.1;
	text-transform: uppercase;
}
#subNavigation ul li.selected a,
#subNavigation ul li a:hover{
	color: #808183;
	text-decoration: none;
}

#main {
	width: 720px;
	padding: 0;
	/*padding-left: 240px;*/
	padding-top: 156px;
	/*float: left;*/
	position: relative;
	min-height:500px;
}
	
#primary-contents {
	float: left;
	width: 450px;
	padding-left: 260px;
	/*min-height:500px;*/
}

#secondary-contents {
	float: left;
	width: 450px;
	padding-left: 260px;
	padding-top: 10px;
}
#secondary-contents #newsletter {
	padding-top: 20px;
}

#secondary-contents #booking {
	display: none;
}

#primary-contents h7 a, #secondary-contents h7 a, #primary-contents p a, #secondary-contents p a {
	color: #808183;
	text-decoration: underline;
	font-style: italic;
	font-size: 15px;
	font-family:Georgia,Times,"Times New Roman",serif;
}

#primary-contents h7 a:hover, #secondary-contents h7 a:hover, #primary-contents p a:hover, #secondary-contents p a:hover {
	color: #000000;
}

div#primary-contents div#operaLink {
	left:0;
	position:absolute;
	top:564px;
}

div#primary-contents div#operaLink a{
	font-family:Georgia, serif;
	font-size:16px;
	font-style: normal;
	text-transform:uppercase;
	color:#C5C7C9;
}

div#primary-contents div#operaLink a:hover{
	color:#808183;
}

div#mainBox{
	width: 950px;
}
div#mainBox div.visual{
	width: 240px;
	float: left;
}
body.forside div#mainBox div.last-child{
	width: 230px;
}
div#topBottombox{
	margin-bottom: 89px;
	margin-top: 90px;
}
body.bestillbord div#topBottombox{
	margin-top: 65px;
}
div#topBottombox p,
div#topBottombox p a{
	font-size: 15px;
	color: #e2e0e5;
	text-transform: uppercase;
}
div#topBottombox p.tel{
	margin-bottom: 40px;
	font-style: italic;
	color: #ffffff;
}
div#topBottombox p a:hover{
	color: #ffffff;
}
/*====================
 +footer
====================*/
#footer {
	font-family: Verdana, Arial, sans-serif;
	color:#949494;
	font-size:10px;
	line-height:14px;
	height:60px;
	margin-left:240px;
	position:relative;
	clear: both;
	padding-top: 40px;
	}
#footer-nav{
	border-top:1px solid #c5c5c5;
	color: #c5c5c5;
	margin-top:4px;
	padding-top:4px;
}
#footer-nav ul li{
	list-style: none;
	display: inline;
	margin-left: -1px;
}
#footer-nav ul li a{
	color: #c5c5c5;
	text-decoration: none;
	/*margin-right:11px;
	padding-right:16px;*/
}
#footer-nav ul li a:hover{
	color: #808183;
}
#footer-nav ul li:last-child a{
	background-image: none;
}
/*====================
 +clearfix
====================*/
.clearfix {
	overflow: hidden;
	}

/*====================
 +a11y
====================*/
.a11y,
#globalNavigation h2,
#header h1 span,
#footer h2 {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
	}

