body {
	margin	:	0;
	padding	:	0;
	font-family	:	Arial;
	color		:	white;
	background	:	url(../images/bg-sky.jpg) top center repeat-x #0072ba; /* tile x */
}


/* Genrell stilsetting */
h1 {
	padding	:	0px;
	margin	:	6px 0px;
}

h2 {
	padding	:	0px;
	margin	:	4px 0px;
}

h3 {
	padding	:	0px;
	margin	:	2px 0px;
}

h4 {
	padding	:	0px;
	margin	:	0px;
}

p {
	font-size	:	12px;
}

a {
	color	:	#005e99;
}

a:hover {
	color	:	#0a7fc4;

}

ul {
	list-style-image	:	url(../images/bullet-dark.gif);
	list-style-position	:	outside;	
}

/* Clearer */
.clearer {
	line-height: 0px;
	height: 0px;
	clear: both;
}


/* Bakgrunn: sjø */
.background {
	background	:	url(../images/bg-sea.jpg) top center no-repeat;	
	height		:	600px;
}

/* Sentrere innholdet */
.pageWrap {
	width	:	900px;
	margin	:	0 auto;
	padding	:	0px;
}

.headerArea {
	width	:	900px;
	height	:	123px;
	margin	:	0px;
	padding	:	0px;
	float	:	left;
}

		.logo {
			width	:	440px;
			height	:	93px;
			float	:	left;
			text-align	:	left;
			padding	:	30px 0px 0px 10px;
		}
		
		.logo a:focus {
			outline	:	0;
		}
		
		.logo img {
			border	:	0px;
			outline	:	0;
		}
		
		.menuSmall {
			width		:	450px;
			height		:	43px;			
			text-align	:	right;
			float		:	right;
			padding		:	80px 0px 0px 0px;
		}
		
				.menuSmall ul {
					padding	:	0px;
					margin	:	0px;
					list-style	:	none;
				}
				
				.menuSmall ul li{
					padding	:	0px;
					margin	:	0px 6px;
					float	:	right;
				}
				
				.menuSmall ul li a{
					font-family		:	Arial;
					font-size		:	12px;
					font-weight		:	bold;
					text-transform	:	uppercase;
					text-decoration	:	none;
					color			:	#005e99;
				}

				.menuSmall ul li a:hover{
					color			:	#0a7fc4;
					text-decoration	:	underline;
				}				
				
.menuArea {
	width	:	900px;
	height	:	37px;
	float	:	left;
	margin	:	0px;
	padding	:	0px;
}	
		.menuArea.leftM {
			width		:	10px;
			background	:	url(../images/menuLeft-2.gif) no-repeat;
		}
		
		.menuArea.rightM {
			width		:	10px;
			background	:	url(../images/menuRight-2.gif) no-repeat;	
		}

		.menuArea.centerM {
			width		:	880px;
			background	:	url(../images/menuCenter.gif) repeat-x;			
		}


		.menuArea ul {
			padding		:	0;
			margin		:	0;
			list-style	:	none;
			z-index		:	10000;
		}
		
 
		.menuArea li {
			position		:	relative;
			padding			:	0px 0px;
			margin			:	7px 0px;
			float			:	left;
			border-right	:	1px solid #b9c3c4;
			width			:	145px;
			text-align		:	center;
		}

		.menuArea ul li.last{
			border	:	0px;
		}

		/*Drop down */
		.menuArea li ul {
				display			:	none;
				position		:	relative; 
				top				:	1em;
				left			:	0;
				background		:	#eee;
				margin			:	0px -1px 0px -1px;
				padding			:	0px 0px;
				border			:	1px solid #B9C3C4;
				border-top		:	0px;
				list-style		:	none;
				list-style-image:	none;
				overflow		:	hidden;
		}
		
		html>/**/body .menuArea li ul {
				margin		:	0px 0px 0px -1px;
		}
		
		*html .menuArea li ul { /*IE6-hack*/
			margin		:	1px 0px 0px -1px;
			list-style	:	none;
			position	:	absolute;
		}
		
		.menuArea li ul li{
			border	:	0px;
			padding	:	1px 0px 1px 3px;
			float	:	none;
			margin	:	0px;
			text-align	:	left;
			width		:	142px;
		}	

		*html .menuArea li ul li {
			margin	:	0px;
		}

		.menuArea li ul li a{
			/* text-transform	:	none; Fjernet etter ønske fra Raymond. Sak #8473 */
		}		
		
		
		.menuArea li > ul {
			top		:	auto;
			left	:	auto;
		}

		.menuArea li:hover ul, li.over ul{ display: block;}

		.menuArea ul li a {
			font-family		:	Arial;
			font-weight		:	bold;
			font-size		:	11px;
			color			:	#4d7092;
			text-decoration	:	none;
			text-transform	:	uppercase;	
		}

		.menuArea ul li a:hover {
			color			:	#0a7fc4;
			text-decoration	:	underline;
		}		
		
/*		.menuArea ul {
			padding	:	0px;
			margin	:	0px;
			list-style	:	none;
		}
		
		.menuArea ul li{
			padding	:	0px 35px;
			margin	:	7px 0px;
			float	:	left;
			border-right	:	1px solid #b9c3c4;
		}

		.menuArea ul li.last{
			border	:	0px;
		}
		
		.menuArea ul li a {
			font-family		:	Arial;
			font-weight		:	bold;
			font-size		:	11px;
			color			:	#4d7092;
			text-decoration	:	none;
			text-transform	:	uppercase;		
		}
		
		.menuArea ul li a:hover {
			color			:	#0a7fc4;
			text-decoration	:	underline;
		}
		
				.menuArea ul li ul {
					padding	:	0px;
					margin	:	0px;
					list-style	:	none;
					border	:	1px solid red;
					height	:	200px;
					z-index	:	2000;
				}
				
				.menuArea ul li ul li{
					float	:	none;
				}

				.menuArea ul li ul li.last{
					border	:	0px;
				}
				
				.menuArea ul li ul li a {
					font-family		:	Arial;
					font-weight		:	bold;
					font-size		:	11px;
					color			:	#4d7092;
					text-decoration	:	none;
					text-transform	:	uppercase;		
				}
				
				.menuArea ul li ul li a:hover {
					color			:	#0a7fc4;
					text-decoration	:	underline;
				}
*/
		
.pageWrap.border {
	width			:	900px;
	float			:	left;
/*	border-left		:	10px solid #7eccff;
	border-right	:	10px solid #7eccff; */
	background	:	url(../images/bg-main.jpg) repeat-y;
}

.contentMain {
	margin	:	0px 0px 0px 10px;
	padding	:	0px;
	width	:	698px;
	float	:	left;
	color	:	black;
}

*html .contentMain { /*IE6-hack*/
	margin	:	0px 0px 0px 5px;
}

		.contentHeader {
			width			:	698px;
			height			:	152px;
			float			:	left;
			margin			:	0px;
			padding			:	0px;
			background		:	url(../images/bg-head-lady-ellen-2.jpg) no-repeat;
			border-bottom	:	1px solid #9cbad9;	
			z-index			:	100;
			overflow		:	hidden;
		}
		
		.contentHeader img{
			border	: 0px;
		}

		*html .contentHeader { /* IE6-hack */
			width	:	668px;
		}

				.contentHeader.text {
					width		:	668px;
					height		:	90px;
					padding		:	0px;
					margin		:	0px 0px 0px 30px;
					/*float		:	left;*/
					border		:	none;
					background	:	none;
				}			
				
				*html .contentHeader.text { /* IE6-hack */
					margin	:	0px 0px 0px 15px;
				}
				
				.contentHeader.text h1{
					font-family	:	Arial;
					font-size	:	30px;
					color		:	#0855a2;
					line-height	:	35px;
					padding		:	0px;
					margin		:	14px 0px 0px 0px;
					width		:	300px;
				}
				
				.contentHeader ul {
					list-style	:	none;
					float		:	left;
					margin			:	0px 0px 0px 25px;
				}
				
				html>/**/body .contentHeader ul { /* FF-hack */
					margin	:	0px 0px 0px -15px;
				}

				*html .contentHeader ul { /* IE6-hack */
					margin	:	0px 0px 0px 12px;
				}
				
				.contentHeader ul li{ 
					float			:	left;
					border-right	:	1px solid #0855a2;
					padding			:	0px 6px;
				}

				.contentHeader ul li.last{
					border-right	:	none;
				}				
				
				.contentHeader ul li a{
					font-family		:	Arial;
					font-size		:	11px;
					font-weight		:	bold;
					text-decoration	:	none;
					color			:	#0855a2;
				}				
		
				.contentHeader ul li a:hover {
					color			:	#0a7fc4;
					text-decoration	:	underline;
				}				
		
		.documentContent { /*Selve innholdet på siden*/
			float		:	left;
			margin		:	19px 18px 0px 30px;
			font-family	:	Arial;
			font-size	:	12px;
			color		:	#003b61;
			width		:	660px;
		}
		
		*html .documentContent { /* IE6-hack */
			margin	:	0px;
			padding	:	18px;
		}

				/* Små bokser som kan brukes i dokumenter */
				.softBox {
					background		:	url(../images/bg-softbox-2.jpg) no-repeat center white;
					width			:	168px;
					height			:	179px;
					padding-left	:	24px;
					padding-right	:	24px;
					padding-top		:	24px;
					float			:	left;
					margin			:	0px;
					overflow		:	hidden;
				}

				.softBox h1{ 
					padding		:	0px;
					margin		:	0px;
					color		:	#4d7092;
					font-weight	:	bold;
					font-size	:	14px;
				}

				.softBox p{ 
					padding	:	5px 0px 0px 0px;
					margin	:	0px;
				}

				.softbox ul {
					margin	:	0px;
					padding	:	0px;
				}
				
				.softbox ul li{

				}
				
		.articleBoat {
			padding	:	0px;
			margin	:	0px;
			float	:	left;
			width	:	650px;
		}
		
				.articleBoat.wrap {
				
				}
		
				.articleBoat.abLeft {
					padding	:	0px;
					margin	:	0px;
					float	:	left;
					width	:	260px;
				}
				
						.boatData {
							float	:	left;
						}
						
						.boatData  table td{
							text-align	:	right !important;
							padding		:	0px 0px 0px 4px;
						}

						.boatData  table th{
							text-align	:	left !important;
						}

				.articleBoat.abRight {
					padding	:	13px 0px 0px 0px;
					margin	:	0px 0px 0px 15px;
					float	:	left;
					width	:	372px;
				}

						.articleBoat.abRight img{
							padding	:	0px;
							margin	:	0px;
							float	:	left;
							border	:	1px dotted #ccc;
						}

/* Liste over båter på høyre side  */		
.boatListWrap {
	margin	:	0px 10px 0px 0px;
	padding	:	8px 0px 0px 0px;
	width	:	178px;
	float	:	right;
	color	:	white;	
}

		.white {
			width				:	118px;
			background-color	:	white;
			color				:	#0073b9;
			font-weight			:	bold;
			font-size			:	12px;
			margin				:	113px 0px 0px 0px;
			padding				:	3px 1px 3px 60px; 
			z-index				:	4;
		}
		
		*html .white { /* IE6-hack */
			margin	:	124px 0px 0px 2px;
			width	:	119px;
		}

		html>/**/body .white { /* FF-hack */
			margin	:	124px 0px 0px -1px;		
		}
		
		.white a{ 
			text-decoration	:	none;
			color			:	#0073b9;			
			
		}
		
		table.boatlist {
			width			:	175px;
			border			:	none;
			font-family		:	Arial;
			font-size		:	12px;
			font-weight		:	bold;			
			margin			:	18px 0px 0px 0px;			
		}

		table.boatlist  td.name{
			width	:	144px;
			border	:	none;
			padding	:	0px 0px 0px 5px;
		}
		
				table.boatlist td.name a {
					color			:	#b2bdbe;
					font-family		:	Arial;
					font-size		:	12px;
					font-weight		:	bold;
					text-decoration	:	none;
					padding-left	:	7px;
				}

				table.boatlist td.name a:hover {
					color			:	#fff;
					background		:	url(../images/bullet.gif) no-repeat left center;
					padding-left	:	7px;
				}		

		table.boatlist td.nameSelected {
			width	:	144px;
			border	:	none;
			padding	:	0px 0px 0px 7px;
		}
		
				table.boatlist td.nameSelected a {
					color			:	#fff;
					background		:	url(../images/bullet.gif) no-repeat left center;
					padding-left	:	7px;
					text-decoration	:	none;
				}
		
		table.boatlist  td.cap{
			width		:	31px;
			border		:	none;
			text-align	:	right;
			color		:	#b2bdbe;
			padding		:	0px 5px 0px 0px;
		}

		table.boatlist  td.capSelected {
			width		:	31px;
			border		:	none;
			text-align	:	right;
			color		:	#fff;
			padding		:	0px 5px 0px 0px;			
		}

		
		.boatListLayer {
			margin	:	0px 0px 0px 0px;
			padding	:	0px;
		}

		*html .boatListLayer { /* IE6-hack */
			margin	:	0px 0px 0px 3px;
			padding	:	0px;
		}
		
		.boatListLayer1 { /* Plassering av ramme som gir runde kanter på toppen av bildet  */
			position	:	absolute;
			top			:	170px;
			z-index		:	2;
			width		:	178px;
			height		:	83px;
			text-align	:	center;
		}

		.boatListLayer2 { /* Plassering av bildet */
			position	:	absolute;
			top			:	160px;
			z-index		:	1;
			text-align	:	center;
			width		:	179px;
			height		:	134px;
			overflow	:	hidden;
			text-align	:	center;
			margin		:	0px 0px 0px -1px;
		}
		
		.boatListLayer2 img{ /* Plassering av bildet */
			margin		:	-2px 0px 0px 0px;
			z-index		:	3;
		}		

.footerWrap {
	float	:	left;
	width	:	900px;
	padding	:	0px;
	margin	:	0px;
}

		.footer {		
			height	:	38px;
			float	:	left;
			padding	:	0px;
			margin	:	0px;
		}

		.footer.left {
			width		:	10px;
			background	:	url(../images/bg-footer-left.jpg) no-repeat;
		}
		
		.footer.right {					
			width		:	10px;			
			background	:	url(../images/bg-footer-right.jpg) no-repeat;
		}
		
		.footer.center {
			width			:	880px;
			height			:	28px;
			background		:	url(../images/bg-footer-center.jpg) repeat-x;
			text-align		:	center;
			color			:	#0855a2;
			font-size		:	12px;
			padding-top		:	10px;
		}		
		
				.footer.center a{
					color			:	#0855a2;
					text-decoration	:	none;
				}		

				.footer.center a:hover{
					color			:	white;
				}		
		
.poweredBy {
	width		:	900px;
	text-align	:	center;
	font-size	:	9px;
	color		:	white;
	margin		:	10px 0px 0px 0px; 
	float		:	left;
}		

		.poweredBy a{
			color			:	white;
			text-decoration	:	none;
			margin			:	0px;
		}
		
		.poweredBy a:hover{
			color	:	#9bccff;
		}
