@charset "utf-8";

/****** Resetting av tags for å fjerne inkonsekvens mellom nettlesere ******/

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

	/****** Fjerne listeikoner ******/

	ul, ol {
	     list-style: none;
	}

	/****** Sette standard fontinstillinger ******/
	
	body, h1, h2, h3, h4, h5, h6, pre, code, td {
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	}

    /****** Sette standard margin og padding ******/
	
    ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, div, dd, dt,
	dl, table, tr, td, img, hr {
    	margin: 0;
		padding: 0;
	}

    /****** Fjerne blå border rundt bildelinker ******/

	a img, :link img, :visited img, fieldset {
    	border: none;
	}
	
/****** DIVs ******/

.wrapper {
	width: 806px;
	height: 505px;
	margin: 20px auto auto auto;
	background-image: url(../img/bg.gif);
}

.header {
	padding: 8px 8px 4px 8px;
	width: 790px;
	height: 97px;
	overflow: hidden;
}

.headerlogo {
	width: 229px;
	height: 97px;
	background-image: url(../img/kystlab_logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	float: left;
	cursor: pointer;
}

.headerimage {
	margin-left: 6px;
	width: 555px;
	height: 97px;
	float: left;
}

.main {
	width: 788px;
	height: 386px;
	margin: 0px auto 0px auto;
	border: 1px solid #CCC;
}

.menu {
	width: 228px;
	height: 371px;
	float: left;
	border-right: 1px solid #CCC;
	margin-top: 8px;
}

.content {
	width: 559px;
	height: 371px;
	float: left;
	margin: 0px;
}

.button {
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 8px auto 0px auto;
	width: 208px;
	height: 17px;
	clear: right;
	background-color: #e8e8e8;
}

.button a {
	width: 196px;
	display: block;
	color: #017fb5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 12px;
	padding-top: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.button a:hover {
	background-color: #f4f4f4;
}

.link {
	display: block;
	width: auto;
}

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

/****** Redefined HTML-Tags ******/

img {
	padding-bottom: 12px;
	padding-top: 15px;
}

/****** Collapsible Panels ******/

.CollapsiblePanel {
	width: 209px;
	margin: 8px auto 0px auto;
	padding: 0px;
}

.CollapsiblePanelTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	line-height: 18px;
	color: #017fb5;
	height: 17px;
	background-color: #e8e8e8;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	margin: 0px;
	padding-left: 12px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	margin-top: 8px;
	margin-left: 12px;
	font-size: 10px;
	color: #017fb5;
}

.CollapsiblePanelContent p a {
	color: #017fb5;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelContent p a:hover {
	color: #00ADFB;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #e8e8e8;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #f4f4f4;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #eee;
}
