/* Planktonweb - CSS by Jan Terje Hellemsbakken - Version 1.3 24.04.2006 */

body{
	color: black;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#container{
	background : url(contentbckgr.gif) no-repeat top left;
	margin: 10px auto 10px;
	text-align: left;
	width: 800px;
}

#container:after{
	content: "."; 
	display: block;
	height: 0pt;
	clear: both;
	visibility: hidden;
}

#content{
	background: url(rightmenubackground.gif) repeat-y top right;
	border-left : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	padding: 0 220px 10px 10px;
	
}

#content h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 0;
}

#content h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-transform : uppercase;
}

#content p{
	font-size : .82em;
	padding: 0;	
}

#content li{
	font-size : .82em;
}

#content li li, #content li li li{
	font-size : 1em;
}

#content dl{
	font-size : .82em;
}

#content dl li{
	font-size : 1em;
}



img.leftalign{
	clear: left;
	float: left;
	margin : 2px 5px 5px 0;
}

#navlist{
	float: right;
	font-size: .9em;
	position: relative;
	padding : 0;
	list-style : none;
	width: 190px;
}

#navlist ul{
	border-top: 1px solid #CCCCCC;
	list-style: none;
	margin: -1em 0 0 -180px;
	padding: 0;
}

#navlist ul li a{
	background: White;
	border: 1px solid #CCCCCC;
	border-top: 0 none;
	display: block;
	padding: 2px 3px;
	text-decoration: none;
	width: 180px;
}

#navlist ul li.expand a{
	background: White url(menuexpand.gif) no-repeat top right;
}

#navlist ul li.expand a:hover{
	background: #F1F1F1 url(menuexpand.gif) no-repeat top right;
}

#navlist ul li.expand ul a, #navlist ul li.expand ul a:hover{
	background-image : none;
}

#navlist ul li a:hover{
	background : #F1F1F1;
}

#navlist li ul, #navlist li ul li ul{
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
}

#navlist li > ul {
	top: auto;
	left: auto;
}

#navlist li:hover ul, #navlist li.over ul{ 
	display: block;
}

#navlist li:hover ul li ul, #navlist li.over ul li ul{
	display : none;
}

#navlist li ul li:hover ul, #navlist li ul li.over ul{
	display: block;
}

div.bilderekke{
	clear: both;
}

div.bilderekke div{
	float: left;
	width: 185px;
}

div.bilderekke img{
	clear: none;
	float: none;
}

div.bilderekke a img{
	border: none;
}

div.bilderekke p{
	clear: none;
	margin: 0 15px 0 0;
	color : #666666;
}

p.breadcrumbs{
	color: #777;
	margin: 0;
	padding: 0;
}

p.breadcrumbs a, p.breadcrumbs a:active, p.breadcrumbs a:focus, p.breadcrumbs a:hover, p.breadcrumbs a:link, p.breadcrumbs a:visited{
	color: #777;
}

.miljoe{
	float: right;
	margin: 0 0 5px 5px;
	width: 105px;
}

.miljoe img{
	float : none;
}

.logo{
	margin-left: 10px;
}

.siteinfo{
	color : Black;
	font-size: .7em;
	font-weight: bold;	
	margin: 0 auto;
	padding-top: 15px;
	position : absolute;
	text-align: right;
	top: 0;
	width: 800px;
}

.siteinfo A, .siteinfo A:ACTIVE, .siteinfo A:FOCUS, .siteinfo A:HOVER, .siteinfo A:LINK, .siteinfo A:VISITED {
	color: Black;
}

.siteinfo A:HOVER{
	text-decoration : none;
}

.omplanktonweb{
	color: #777777;
	font-size : .7em;
}

.omplanktonweb A, .omplanktonweb A:ACTIVE, .omplanktonweb A:FOCUS, .omplanktonweb A:HOVER, .omplanktonweb A:LINK, .omplanktonweb A:VISITED {
	color: #777777;
}

.omplanktonweb A:HOVER{
	text-decoration : none;
}
