/* *** Design for Nags Feriehus, ikke-Internet Explorer *** */
/*  ** Laget av Rune Bjønnum ** */

/* Oppsett av side */

body {
	text-align: center;
	background-color: #000C68;
	font-family: arial;
}

div.side {
	width: 800px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D1EEFF;
	font-size: 0px;
	text-align: left;
}

div.header {
	height: 120px;
	background-color: #000C68;
	background-repeat: no-repeat;
	font-size: 0px;
}

div.meny {
	width: 150px;
	height: 100%;
	font-size: 0px;
	float: left;
	border-top: 1px solid #D1EEFF;
	overflow: hidden;
}

div.innhold {
	font-size: 16px;
	margin-left: 155px;
	margin-top: 5px;
}

div.footer {
	clear: left;
}

div.spraak {
	position: relative;
	height: 18px;
	top: 98px;
	text-align: right;
	font-size: 8px;
}

/* Bokser for innhold */

div.boxHead {
	padding: 3px;
	background-color: #000C68;
	background-image: url('images/gradient_boxHead.jpg');
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
}

div.boxMain {
	padding: 3px;
	border-style: solid;
	border-color: #000C68;
	border-width: 0px 1px 1px 1px;
}

div.boxFoot {
	padding: 3px;
	border-style: solid;
	border-color: #000C68;
	border-width: 0px 1px 1px 1px;
	font-size: 12px;
	font-style: italic;
}

div.boxSpacer {
	padding: 10px;
}

div.boxSpacerSmall {
	padding: 5px;
}

/* Bokser for overLib */

#overDiv {
	width: 420px;
	opacity: .9;
	filter: alpha(opacity=90);
}

div.overHead {
	padding: 3px;
	background-color: #000C68;
	background-image: url('images/gradient_boxHead.jpg');
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
}

div.overMain {
	min-height: 170px;
	padding: 3px 3px 10px 3px;
	border-style: solid;
	border-color: #000C68;
	border-width: 0px 1px 1px 1px;
	background-color: #D1EEFF;
}

/* Tabeller */

table {
	border-collapse: collapse;
	border-color: #000C68;
}

th {
	background-color: #000C68;
	color: white;
	font-weight: normal;
	padding: 3px;
}

tr.tr1 {
	background-color: #D1EEFF;
}

tr.tr2 {
	background-color: #B3D3E6;
}

td {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
}

.noborder {
	border-style: hidden;
}

/* Overskrifter */

h1 {
	font-size: 20px;
	color: black;
	border-bottom: 5px solid #000C68;
}

/* Linker */

a {
	text-decoration: underline;
	color: #000C68;
}

a:hover {
	text-decoration: none;
	color: #3442AD;
}

a.knapp {
	display: block;
	width: 100%;
	padding: 5px 20px 8px 20px;
	border-bottom: 1px solid #D1EEFF;
	background-color: #000C68;
	text-decoration: none;
	font-size: 14px;
	color: white;
}

a.knapp:hover {
	background-color: #92D7FF;
	text-decoration: none;
	color: #000C68;
}

/* Diverse */

img {
	border: none;
}

img.itekst {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

hr {
	border: 1px solid #000C68;
}

ul.blank {
	list-style:none;
}

textarea.kontakt {
	width: 317px;
	height: 120px;
}