@charset "utf-8";
/* CSS Document */

#container {
	width:916px;
	margin: 15px auto 10px auto;
	background:url(../bilder_losning/bgmain.jpg) repeat-y;
	position: relative;
}
#container #header {
	width:916px;
	height:64px;
}
#container #header .left {
	width:246px;
	height:64px;
	float:left;
	overflow:hidden;
	background:url(../bilder_losning/logo2.gif) no-repeat #EAE4D6 center;
	vertical-align:middle;}
	
#container #header .center {
	width:404px;
	height:64px;
	float:left;
	overflow:hidden;
	background:url(../bilder_losning/verdens.jpg) no-repeat #2065B0;}
	
#container #header .centerEng { /*engelish */
	width:404px;
	height:64px;
	float:left;
	overflow:hidden;
	background:url(../bilder_losning/verdensEng.jpg) no-repeat #2065B0;}
	
#container #header .right {
	width:266px;
	height:64px;
	float:left;
	background:#2065B0;
	overflow:hidden;
}

#container #topmenu {
	width:916px;
	height:26px;
	background:#BEB89C;
	float:left;
	position:relative;
}
#container #topmenu ul {
	margin:0;
	padding:0;
}
/* Booking */
.bookingBtn {
	width: 66px;
	height: 20px;
	overflow: hidden;
	margin: 4px 0 0 650px;
	border: none;
	padding: 0;
	padding-top: 3px;
	background: url(../bilder_losning/bgBooking.jpg) no-repeat left top;
	}
	.bookingBtn a {
		padding: 0 0 0 7px;
		color: #fff;/*old color:#595645 */
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 1px;
		}
/* Search */
#container #topmenu .search {
	text-align: right;
	xpadding: 5px 0;
	display:inline;
	height:26px;
	position:absolute;
	right:90px;
	top:2px;
}
#container #topmenu .search .text { 
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 110px;
	height: 14px;
	vertical-align:middle;
}
#container #topmenu .search .button {
	vertical-align: middle;
	border:1px solid #000000;
	background:none;
	font-size:11px;
	height:18px;
	vertical-align:middle;
}

#container #topmenu .language {
	text-align:right;
	height:24px;
	padding-top:2px;
	padding-right:10px;
	padding-left:20px;
	width:80px;
	position:absolute;
	right:0px;
	top:4px;
}

#container #left {
	width:246px;
	float:left;
}

#container #mainContainer {
	width:670px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
}

#container #mainContainerWide {
	width:670px;
	overflow:auto;
	height:423px;
	float:left;
	margin-bottom:65px;}

/*Venstremeny slutt*/

#container #mainContent {
	width:404px;
	float:left;
	min-height:426px;
	height:auto!important;
	height:426px;
	margin-bottom:57px;
}

#container #right {
	width:266px;
	xbackground:#EAE4D7 repeat-y;
	float:left;
	padding-left:0px;
	margin-bottom:62px;
}


#container #footerlinks {
	width:670px;
	xheight:57px;
	height:64px;
	background:#EAE4D6;
	xoverflow:hidden;
	position:absolute;
	bottom:47px;
	right:0px;
	padding:0px;
}

#container #footer{
	width:916px;
	height:32px;
	padding-top:15px;
	color:#FFFFFF;
	font-size:8px;
	background:#2166B1;
	overflow:hidden;
}
#container #footer a {
	color:#FFFFFF;}

.clearleft {
	clear:left;
}

/* ALERT BOX (frontpage only)
-------------------------------------------- */
#alertBox {
	width: 200px;
	overflow: hidden;
	margin: 12px 0 15px 0;
	}
	#alertTop {
		width: 198px;
		height: 23px;
		overflow: hidden;
		margin: 0 0 0 0;
		border: 1px solid #beb89c;
		background: url(../bilder_losning/bgAlertTop.jpg) no-repeat left center;
		}
		#alertTop h2 {
			margin: 0 0 0 0;
			padding: 4px 0 0 0;
			color: red;
			font-size: 12px;
			letter-spacing: 1px;
			text-align: center;
			}
			#alertTop h2 a,
			#alertTop h2 a:link,
			#alertTop h2 a:active,
			#alertTop h2 a:visited {
				color: #94101c;
				text-decoration: none;
				}
				#alertTop h2 a:hover {
					color: #94101c;
					}
	#alertContent {
		width: 188px;
		heigth: 56px;
		overflow: hidden;
		border: 1px solid #beb89c;
		border-top: none;
		padding: 5px;
		background: #fff;
		}
		#alertContent p {
			margin-bottom: 0;
			}
			#alertContent p a {
				color: #000;
				text-decoration: none;
				}
				#alertContent p a:hover {
					
					}