html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles */
:focus { outline: 0; }
body {
	/*line-height: 1;*/
	color: black;
	background: white;
}
/*ol, ul { list-style: none; }*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/***********************************************/

html { height: 100%; }
body {
	background-image: url(/images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ddd;
	height: 100%;
	text-align: center;
}
body, td {
	font-size: 14px;
	line-height: 20px;
	font-family:  arial, verdana, georgia, serif;
	letter-spacing: 0.3px;
	color: #424242;
}
#container { margin: auto; height: 100%; width: 924px; }

/* Language choice */
#language {
	float: right;
	position: relative;
	top: 300px;
	left: 10px;
}
#language ul { margin: 0; padding: 0; }
#language li { margin: 0 0 10px 0; padding: 0; list-style-type: none;  }
#language .norsk a {
	display: block;
	width: 24px;
	height: 51px;
	background: url('/images/norsk.jpg') top left no-repeat;
}
#language .english a {
	display: block;
	width: 24px;
	height: 51px;
	background: url('/images/english.jpg') top left no-repeat;
}

#language .norsk a:hover { background: url('/images/norsk_over.jpg') no-repeat; }
#language .english a:hover { background: url('/images/english_over.jpg') no-repeat; }

#activeN a:link, #activeN a:visited, #activeN a:hover { background: url('/images/norsk_over.jpg') no-repeat; }
#activeE a:link, #activeE a:visited, #activeE a:hover { background: url('/images/english_over.jpg') no-repeat; }

#page {
	float: left;
	width: 900px;
	height: 100%;
}

/********* REPEAT *********************************************/
#repeat {
	background: url('/images/repeat.jpg') repeat-y;
}
/********* TOP *********************************************/
#top {
	/*float: left;*/
	margin-top: 15px;
	height: 423px;
	width: 900px;
	/*background: url('/images/top1.jpg') no-repeat;*/
}

/********* MENU *********************************************/

#menu {
	padding-top: 350px;
	height: 74px;
	width: 100%;
	/*background: url('/images/menubg.jpg') no-repeat;*/
}
#menu ul{
	margin: 0px;
	padding: 0;
	margin-left: 14px;
	position: relative;
	top: 25px;
	text-align: left;
}
#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
}
#menu li a {
	font-size: 18px;
	color: #838e94;
	font-weight: 600;
	text-decoration: none;
	padding-top: 24px;
}
#menu li a:hover { color: #96d222; }
#menu li a.current { color: #96d222; border-top: 4px solid; }

/********* CONTENT *********************************************/
#contentbg {
	margin: 0;
	padding: 0;
	height: 100%;
}
#submenubg
{
	clear: both;
	float: left;
	width: 220px;
}

#menu2 {
	margin: 0;
	margin-top: 0px;
	padding: 0;
	list-style: none;
	position: relative;
	left: 30px;
	top: 20px;
}
#menu2 li a {
	height: 24px;
	text-decoration: none;
	text-align: left;
}	
#menu2 li a:link, #menu2 li a:visited {
	color: #838e94;
	font-weight: 600;
	display: block;
	padding: 6px 0 0 20px;
}
#menu2 li a:hover { color: #96d222; }
#menu2 li a.current { color: #96d222; }

#content {
	float: left;
	text-align: left;
	margin: 0;
	margin-top: 0px;
	padding: 20px 0px 30px 50px;
	height: 100%;
	min-height: 200px;
	height: auto !important;
	height: 260px;
	background: url('/images/contentsep.jpg') top left no-repeat;
}

/********* FOOTER *********************************************/
#footer {
	clear: both;
	width: 900px;
	height: 116px;
	background: url('/images/footer.jpg') no-repeat;
	color: #838e94;
}
#addressLeft
{
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	text-align: left;
}
#addressRight
{
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	text-align: right;
}
#footer .first { color: #666; font-weight: 600;}

#bottom			{ width:100%; background-color: #FFF; height: 40px; }
#bottom #left 	{ float: left; padding: 10px 0 0 0px; background-color: #FFF; color: #999; font-size: 12px; width: 299px; border-right: 1px solid #E1E1E1; }
#bottom #center { float: left; padding: 10px 0 0 0px; background-color: #FFF; color: #999; font-size: 12px; width: 299px; border-right: 1px solid #E1E1E1; }
#bottom #right 	{ float: right; padding: 10px 0px 0 0; background-color: #FFF; color: #999; font-size: 12px; width: 300px;; }

/********* OTHER *********************************************/

img { border: 0; }

a 		{ color: #96d222; font-size: 14px; text-decoration: none; }
a:hover { color: #fe8041; }

h1 { margin-top: 5px;}
h2 { margin-top: 5px;}
h3 { margin-top: 5px;}
h4 { margin-top: 5px;}
h5 { margin-top: 5px;}
h6 { margin-top: 5px;}

hr {
	border: 0;
	background-color: #ddd;
	height: 1px;
}


/********* GALLERY *********************************************/

#gallery 				{ width: 570px; border-collapse: collapse; font-size: 14px; }
#gallery td 			{ padding-top: 0px; width: 285px; vertical-align: top; }
#gallery a 				{ color: #D7520F; }
#gallery a:hover 		{ color: #fe8041; }
#gallery .imgName 		{ color: #F2F0F1; margin-top: 8px; margin-bottom: 22px; text-align: left;  padding-left: 32px; }
#gallery .galleryNav td { color: #cc0e1a; text-align: left; }

#gallerythumb 			{ float: left; margin: 7px; }
#gallerythumb a			{ color: #D7520F; }
#gallerythumb a:hover 	{ color: #fe8041; }



/********* GUESTBOOK *********************************************/

.guestbooktable {
	width: 100%;
	border-collapse: collapse;
}
.guestbooktable th {
	padding: 5px 10px;
	background-color: #FAFAFA;
	border-bottom: 1px dotted #ddd;
	font-weight: bold;
}
.guestbooktable td {
	padding: 5px 10px;
}
.guestbooktable .current { text-decoration: underline; }

.guestbooktable td.gb-date {
	border-bottom: 1px dotted #ddd;
	background-color: #FAFAFA;
	text-align: right;
	font-weight: normal;
}
/* form validation, to avoid spam in guestbook form entries*/
.special {
	width:5px;
	visibility:hidden;
}
.preloadimg { visibility:hidden; }

#title_image { background-color: #FFF; text-align: left; width: 720px; height: 37px; margin-top: 78px; margin-left: 10px; float: left; z-index: 4; }
#title_image img { margin-top: 10px; margin-left: 15px; }

#guestform input, #guestform textarea {
	background-color: #768577;
	color: #FFF;
	border: 0;
	border-bottom: 5px solid #d4ddd4;
	padding: 5px;
}
#guestform .guestbookbtn, .guestbookbtn {
	display: block;
	text-decoration: none;
	width: 150px;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	background-color:#DDD;
	color: #96d222;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
