@charset "utf-8";
/* CSS Document */

/* Styling all elements
==========================================================================================================*/
* { margin: 0; padding: 0; }
a {	outline: none;	border: none; text-decoration: none; }
img { border: none; }
input { vertical-align: middle; }
.floatleft { float: left !important; width:auto; }
.floatright { float: right !important; width:auto;}
abbr { cursor: help;}
acronym { cursor: help; }
/* --------------- Applying clearfix fix for some browsers to use in appropriate places -------------- */
.clearfix:after {content: " "; display: block;	height:0%;	clear: both; visibility: hidden;}
.clearfix {display: inline-block; }
/* Hide from IE Mac \*/
.clearfix {display: block; }
/* End hide from IE Mac */
.clear {clear:both}
/*=======================================================================================================*/

body {
	background:#fff;
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	text-align: center;
	} /*----- Body -----*/
h1 {
	font:20px arial;
	color:#3e2828;
	padding-bottom:5px;
	line-height: 1;
	margin: 20px 0px 10px 0px;
	/*border-bottom: 2px solid #3e2828;*/
}
h2{
	font-size:16px;
	font-weight: bold;
	color:#3e2828;
	padding: 10px 0px 0px 0px;
}
h3{
	font-size:12px;
	font-weight: bold;
	color:#3e2828;
	padding: 10px 0px 0px 0px;
}
p{
	margin: 15px 0px 10px 0px;
}

a {	color:#5d4331; text-decoration:none; }
a:hover{ text-decoration: underline;	}
ul{
	margin-left: 20px;
	list-style-type: none;
	list-style-image: url('../images/bullet.gif');
}
li{
	padding: 3	px 0px;
}
.justify{
	text-align: justify;
}
.center{
	text-align: center;
}
#wrapper {
	width:970px;
	margin:0 auto;
	padding-top:10px;
	text-align: left;
	} /*----- Wrapper -----*/
#header {
	position:relative;
	background:url("../images/hbg.jpg") no-repeat scroll top #cec4a9;
	height:142px;
	} /*----- Header -----*/
#header h1 a {
	position:absolute;
	top:17px;
	left:396px;
	background:url(../images/logo.jpg) no-repeat left top;
	width:170px;
	height:48px;
	display:block;
	} /*----- LOGO -----*/
#header h1 span { display:none;	}
.hform {
	bottom:14px;
	left:293px;
	} /*----- Quick Booking Form -----*/
.hform .hform_label{
	float:left;
	font-size:11px;
	color:#9e9d6f;
	font-weight:700;
	width:126px;
	margin-right:2px;
}
.hform_label label{
	float: right;
}
.hform div { float:left; width:60px;}
.hform h3 {
	float:left;
	font:bold 19px;
	color:#3e2828;
	padding-top:10px;
	width:140px;
	}
.textbox{
	float:left;
	background:#fdfdfd url(../images/textbox_bg.gif) repeat-x left top;
	width:82px;
	height:16px;
	border:1px #d1d0d0 solid;
	padding:3px 0 0 2px;
	font-size:11px;
	}
.textbox_small{
	float:left;
	background:#fdfdfd url(../images/textbox_bg.gif) repeat-x left top;
	width:40px;
	height:16px;
	border:1px #d1d0d0 solid;
	padding:3px 0 0 2px;
	margin:17px 5px 0 5px;
	font-size:11px;
	}
.hform .calIcon{
	float:left;
	margin: 0 0 0 2px;
}
.hform .arrow{
	float:left;
	width:20px;
	margin-top:15px;
	}
.begynd_bestilling_btn{
	margin-top:15px;
	}
.top_image{
	border-right: 1px solid #c2c087;
	height: 60px;
	padding: 0px 5px 0px 5px;
	width: 150px;
	float: left;
	margin: auto;
	text-align: center;
}
.top_image_collection{
	border: 0px solid black;
	width: 600px;
	margin: auto;
	padding-top: 70px;
	overflow: hidden;	
}
#nav { height:30px; margin-top:6px; background: URL(../images/mn_main.jpg) repeat-x left top; background-color: #5d4331;}/*----- Main Navigation -----*/


#nav li a {
	float:left;
	display:block;
	text-decoration: none;
	color: white;
	font-weight: bold;
}


#container {
	padding:15px 0px 25px 5px;
	background:url(../images/sepDot.gif) repeat-y 262px top;
	overflow: hidden;
	} /*----- Container -----*/

#left {
	float:left;
	width:230px;
	} /*----- Left Content -----*/
	#left img{
		margin:1px;
	}
#left p {
	padding:0px;
	}
#right {
	float:left;
	width:695px;
	} /*----- Right Content -----*/
	#right img{
		margin: 10px;
	}
.sep_line {
	background:url(../images/sepLine.jpg) no-repeat left center;
	height:40px;
	}	
#footer {
	clear:both;
	text-align:center;
	height:40px;
	line-height:40px;
	color:#8f8f8f;
	} /*----- Footer -----*/
#footer a { color:#8f8f8f; text-decoration:underline; }
#footer a:hover { text-decoration:none;	}
.input_text{
	width: 300px;
}
#center label{
	width: 100px;
	display:block;
}
#sidebar div p{
	margin: 0px ;
	padding: 0px;
}
#sidebar div h2{
	margin-top: 5px;
}
#sidebar div img{
	margin-top: 5px;
}
#center p {
	padding: auto;
}
#center strong{
	font-weight: bold;
	}
.room_button{
	float: left;
}
.room_button a{
	height:9px;
	font-size: 6px;
	float: left;
	margin:0px;
}
#button input{
	width: 50px;
}
#button label{
	float: left;
	width: 200px;
}
#right_section .image a{
	margin: 10px;
}
#right_section{
	padding-right: 10px;
}
.submenu a{
	float:left;
	}
.important_field{
	left: -1000px;
	top:-1000px;
	position: absolute;
}
.gallery_img{
	width: 150px;
	text-align: center;
}
/* Styles the language link in header */
#language{
	padding: 115px 0px 0px 20px;
}
select{
	/*padding-left: 10px;*/
	min-width: 40px;
	text-align: center;
}
