/*
RESET
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/**
 * Redefine
 */
body {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 76%;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url('images/body_bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
}

p { font-size: 1.1em; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: bold; margin-top: 20px; }

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

form { margin: 0px; padding: 0px; clear: both; }
input, textarea {}
th, td { text-align: left; }
p { margin-top: 8px; line-height: 16px; }
/*p, em { width: 100%; }*/
strong { font-weight: bold; }
hr { width: 100%; height: 1px; margin: 0px; padding: 0px; clear: both; border: 0px solid #ccc; border-top: 1px solid #ccc; text-align: left; margin-top: 20px; padding-top: 20px; }
blockquote {
	margin-left: 20px;
}

/**
 * Hack for LiveAdmin uten inherit?
 */
.LiveEditInputText { font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; width: 100%; font-size: 1.0em; color: #000; }
.LiveEditTextarea { font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; width: 100%; font-size: 1.0em; color: #000; }

/**
 * Divs
 */
#Body {
	width: 100%;
}
#Page {
	width: 992px;
	padding: auto;
	margin: auto;
	margin-top: 0px;
	text-align: center;
	background-color: #fff;
}
#Header {
	height: 233px;
/*	background-image: url('images/page_bg.png');
	background-position: top center;
	background-repeat: repeat-y; */
}
#Header .Wrapper {
	width: 995px;
	height: 140px;
	padding: auto;
	margin: auto;
	clear: both;
/*	background-image: url('images/header_bg.png');
	background-position: 180px 0px;
	background-repeat: no-repeat; */	
}
#Header #Login {
	float: right;
	width: 215px;
	height: 120px;
	margin: 20px 0px 0px 0px;
	clear: both;
	text-align: left;
	background-image: url('images/header_gallery.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#Header #Login p {
	margin-left: 10px;
}
#Header #Login .Field {
	width: 100px;
}
#Header #Login .Submit {
	width: 80px;
}

#Logo {
	float: left;
	width: 992px;
	height: 184px;
	padding: auto;
	margin: 0px 0px 0px 0px;
	background-image: url('images/logo.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#Logo img {
	width: 771px;
	height: 184px;
}

#ColWrapper {
	width: 995px;
	padding: auto;
	margin: auto;
/*	background-image: url('images/page_bg.png');
	background-position: top center;
	background-repeat: repeat-y;*/
}

#Col1 {
	float: left;
	width: 995px;
	clear: none;
	overflow:hidden;
	display:inline-block;
/*	background-image: url('images/content_bg.png');
	background-position: 14px 0px;
	background-repeat: no-repeat;*/
}

#MainContent {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	text-align: left;
}
#MainContent img {
	border: 1px solid #ccc;
}

/*
* Navigasjon
*/
#Header .Navigation {
	width: 992px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	clear: both;
	margin: 0px 0px 0px 0px;
	background-image: url('images/menu.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#Header .Navigation .Main {
	height: 32px;
}
#Header .Navigation .Sub {
	height: 20px;
	border-bottom: 1px solid #ccc;
	background-color: #EEF0F5;
}
#Header .Navigation .Home {
	width: 86px;
	height: 32px;
	margin: 0px 10px 0px 0px;
	display: block;
	background-image: url('images/menu_home.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#Header .Navigation ul {
	height: 32px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#Header .Navigation ul li {
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	height: 32px;
}
#Header .Navigation ul li a {
	float: left;
	color: #fff;
	text-decoration: none;
	height: 32px;
	padding: 8px 11px 7px 11px;
	display: block;
}
#Header .Navigation .Main ul li a:hover {
	color: #000;
	background-image: url('images/menu_active.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#Header .Navigation .Main ul .Home a:hover {
	width: 86px;
	height: 32px;
	margin: 0px 0px 0px 0px;
	background-image: url('images/menu_home.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#Header .Navigation .Main ul li .Active {
	color: #fff;
/*	background-image: url('images/menu_bg.png');
	background-position: 0px 0px;
	background-repeat: repeat-x; */
}
#Header .Navigation .Sub ul li a:hover {
	color: #000;
	background-color: #E6CF00;
}
#Header .Navigation .Sub ul li .Active, .sfHover {
	color: #000;
	background-color: #CCB800;
}
#Header .Navigation a {
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
#Header .Navigation ul ul {
	position: absolute;
	clear: none;
	z-index: 99;
	background-color: #f0f0f0;
	height: auto;
	display: none;
}
#Header .Navigation ul ul li {
	height: 32px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	clear: both;
	margin: 0px;
}
#Header .Navigation ul ul li a {
	width: 200px;
	color: #000;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	display: inline-block;
	padding: 0px 20px 0px 3px;
	margin: 0px;
}
#Header .Navigation ul ul li a span {
	display: inline-block;
	padding: 7px 0px 0px 3px;
}
.sfHover {
	color: #000;
	background-image: url('images/menu_active.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#Header .Navigation .Main .sfHover ul li a:hover {
	color: #000;
	background: none;
	background-color: #ddd;
}
li .sfHover ul li a:hover {
	background-color: #ddd;
} 
/*** SUCKERFISH ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*
* SubNavigasjon
*/
#SubNavigation {
	width: 210px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	height: 57px;
	background-image: url('images/submenu.png');
	background-position: 0px 18px;
	background-repeat: repeat-x;
	background-color: #FCFCFC;
}

#SubNavigation ul {
	height: 57px;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	list-style: none;
}

#SubNavigation ul li {
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	height: 57px;
}

#SubNavigation ul li a {
	color: #fff;
	text-decoration: none;
	height: 57px;
	padding: 26px 11px 7px 11px;
	display: block;
}
#SubNavigation ul li a:hover, #SubNavigation ul li .Active {
	color: #000;
	background-image: url('images/submenu_active.png');
	background-position: 0px 18px;
	background-repeat: repeat-x;
}

.SubData .Gallery, .SubData .Files {
	clear: both;
	padding-bottom: 20px;
}
.SubData .Gallery p, .SubData .Files p {
	clear: both;
}

.NoticeMessage {
	border-top: 1px solid #ccc;
	margin: 17px;
	padding-top: 5px;
	color: #666;
}

#Footer {
	width: 806px;
	margin: auto;
	padding: auto;
	padding-bottom: 40px;
	font-size: 11px;
	color: #fff;
	clear: both;
	text-align: center;
/*	background-image: url('images/footer_bg.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
}
#Footer a {
	color: #fff;
}
#Footer .FooterInfo {
	font-size: 12px;
	text-align: left;
	padding: 24px 0px 10px 35px;
}
#Footer .Copyright {
	padding: auto;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}

/*
* GDU stamp
*/
#GDU {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 9px;
	color: #333;
	padding: 20px 0px 100px 0px;
}
#GDU div {
	width: 200px;
	padding: auto;
	margin: auto;
}
#GDU strong { display: block; font-weight: bold; font-size: 10px; }
#GDU a {
	text-decoration: none;
	color: #666;
}
#GDU a:hover {
	color: #999;
	text-decoration: none;
}
#GDU #gduWEB {
	text-decoration: none;
}
