body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #464646;
	/* background-color: #8bacda; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 120%;
	background-color: #eeeff2;
	background-repeat: repeat;
}

#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	margin-top: 5px;
	background-color: #fbfbfb;
	background-image: url(Images/hoved.gif);
	width: 980px;
} 
.norsk {
	float: left;
	margin-top: -35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 885px;
}
.engelsk {
	float: left;
	padding-left: 10px;
	margin-top: -35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 925px;
}

#toppmeny {
	font-size: 110%;
	margin-top: 50px;
	padding-top: 12px;
	margin-left: 3px;
} 
#toppmeny-en {
	font-size: 110%;
	margin-top: 50px;
	padding-top: 12px;
	margin-left: 2px;
}
#toppmeny ul, #toppmeny-en ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
} 

#toppmeny li, #toppmeny-en li { 
 display: inline; 
} 

#toppmeny a:link, #toppmeny a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #711515;
	background-color: #e98e27;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 5px;
	padding-left: 31px;
}
#toppmeny-en a:link, #toppmeny-en a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #711515;
	background-color: #e98e27;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 5px;
	padding-left: 32px;
} 
#toppmeny a:hover, #toppmeny-en a:hover {
	color: #fff;
	background-color: #cb7922;
}
#header {
	background-color: #fbfbfb;
	background-image: url(../Images/ferry.jpg);
	height: 400px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#headerlinje {
	margin-top: 347px;
	color: #fbfbfb;
	font-size: 120%;
	font-style: italic;
	line-height: 140%;
}
/* #headerlinje {
	margin-left: 3px;
	height: 25px;
	background-color: #e98e27;
	border: 1px solid #711515;
	width: 974px;
	margin-right: 3px;
	padding: 0px;
	margin-top: 5px;
} */
.logo {
	margin-top: -35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

#avnitt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#venstrefelt {
	width: 190px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0px;
}
#meny {
	margin: 17px 0px 0px 0px;
	padding: 0px;
}
#mainContent {
	margin-right: 210px;
	margin-bottom: 0px;
	margin-left: 185px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 14px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
} 
#hoyrefelt {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	padding-top: 22px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: -4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	padding-top: 0;
	padding-bottom: 0;
	width: 980px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#AndenesGryllefjord {
	float: left;
	margin-top: -9px;
	padding-right: 20px;
	width: 270px;
}
#GryllefjordAndenes {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
	padding-left: 20px;
	margin-left: 280px;
}
h1 {
	font-size: 110%;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #464646;
	padding-top: 15px;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 90%;
}
.noborder {
	border: none;
}
.ingress {
	font-weight: bold;
}
#header p {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#meny li {
	text-align: left;
	margin-left: -25px;
	}

	
#meny li ul li{
	text-align: left;
	margin-left: -40px;
	}
	
#meny ul {
	list-style: none;
	}

#meny ul li a {
	display: block;
	width: 145px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #464646;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#meny ul li ul li a {
	display: block;
	width: 130px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #464646;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
	
#meny a:link, #navlist a:visited {
	color: #464646;
	text-decoration: none;
	}

#meny a:hover {
	background-color: #666f81;
	color: #fbfbfb;
	}


img {
	border-style: none;
}

.venstreskygge {
	position: absolute;
	top: 178px;
	left: 164px;
	height: 627px;
	width: 25px;
	z-index: auto;
	background-repeat: no-repeat;
}
.avsnitt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


#hoyrefelt li {
	margin-left: -25px;
}
.clear {
	clear: left;
}
.avsnittvenstre {
	float: left;
	width: 260px;
	margin-top: -8px;
	padding-bottom: 5px;
}
.tospalter img {
	margin-top: -25px;
}

.avsnitthoyre {
	margin-left: 275px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-bottom: 5px;
}
#avsnittvenstretopp {
	float: left;
	width: 260px;
	padding-bottom: 5px;
	margin-top: -8px;
}
.tospalter {
	padding-bottom: 5px;
}
form1 {
	width: 500px;
}
fieldset {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
legend {
	border: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333333;
}

label {
	width: 250px;
}

.labelavvik1 {
	display: block;
	width: 500px;
}
.labelavvik2 {
	width: 180px;
	display: block;
	float: left;
}
.labelavvik3 {
	width: 150px;
	float: left;
	display: block;
}
textarea {
	width: 515px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 200px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 194px;
}
#navn, #adresse, #poststed, #telefon, #from  {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

th {
	text-align: left;
}
.alignright {
	text-align: right;
}
#no-andenes-gryllefjord #toppmeny li.no-andenes-gryllefjord a,   
#no-botnhamn-brendsholm #toppmeny li.no-botnhamn-brendsholm a,   
#no-stornes-skrolsvik #toppmeny li.no-stornes-skrolsvik a,  
#no-andoya #toppmeny li.no-andoya a, 
#no-senja #toppmeny li.no-senja a,
#no-kontakt #toppmeny li.no-kontakt a {
	background-color: #666f81;
	color:#fff;
} 
#en-andenes-gryllefjord #toppmeny-en li.en-andenes-gryllefjord a,   
#en-botnhamn-brendsholm #toppmeny-en li.en-botnhamn-brendsholm a,   
#en-stornes-skrolsvik #toppmeny-en li.en-stornes-skrolsvik a,  
#en-andoya #toppmeny-en li.en-andoya a, 
#en-senja #toppmeny-en li.en-senja a,
#en-kontakt #toppmeny-en li.en-kontakt a {
	background-color: #666f81;
	color:#fff;
}  
#headerlinje {
	margin-top: 5px;
	right: 2px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 2px;
}
