body {
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin: 0;
	background: url(gfx/body_bg.png) repeat;
	overflow-y: scroll;
}

/********* Tags *********/
h1, h2, h3, h4 {
	margin: 1em 0 .25em 0;
}
h1, h2 {
	font-size: 26px;
}
h3, h4 {
	font-size: 16px;
}

p {
	margin: 0 0 .75em 0;
	line-height: 1.5em;
}

a {
	color: #1B77C0;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #00BFF3;
}

table {
	width: 80%;
	margin: 20px auto;
}
table tr.alt {
	background: url(gfx/blue_o10.png) repeat;
}
table tr th {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/********* Wrapper *********/

div#wrapper {
}

/********* Main *********/

div#main {
	width: 906px;
	margin: 30px auto;
}

/********* Pane *********/

div#pane_top {
	background: url(gfx/pane_top.png) no-repeat;
	height: 13px;
	clear: left;
}
div#pane_btm {
	background: url(gfx/pane_btm.png) no-repeat;
	height: 17px;
	clear: left;
}
div#pane {
	background: url(gfx/pane_bg.png) repeat-y;
	padding: 0 6px 0 2px;
	clear: left;
}

/********* Header *********/

div#header {
	height: 111px;
}
div#header h1 {
	margin: 0;
}
div#header h1 a {
	display: block;
	width: 188px;
	height: 101px;
	margin: 0 10px 10px 10px;
	background: url(gfx/logo_farger.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

div#search {
}

div#slide_box {
}

/********* Menu *********/

div#nav {
	background: #438CC4;
}
div#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div#nav ul li {
	position: relative;
	float: left;
	border-right: 1px solid white;
}
div#nav ul li a {
	display: block;
	padding: 0 10px;
	color: white;
}
div#nav ul li a:hover {
	color: #F073AB;
}
div#nav ul ul {
	position: absolute;
	top: 30px;
	left: 0;
	width: 200px;
	border-left: none;
	border-top: 1px solid white;
	background: #438CC4;
	line-height: 20px;
}
div#nav ul ul li {
	position: relative;
	float: none;
	clear: left;
	border: none;
}
div#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 200px;
	border-left: 1px solid white;
	border-top: none;
}

/********* Breadcrumbs *********/

div#breadcrumbs {
	margin: 0 30px;
	-moz-border-radius: 0 0 4px 4px;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	background: white;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div#breadcrumbs span, div#breadcrumbs a {
	padding: 0 5px;
	border-right: 1px solid #E0E0E0;
}
div#breadcrumbs span {
	color: black;
}

/********* Content holder *********/

div#content_holder {
	padding: 10px 0;
	min-height: 350px;
	background: url(gfx/logo_hvit.png) no-repeat center;
}
div#content_holder p {
	text-align: justify;
}

/********* Content *********/

div#content {
	width: 500px;
	margin: 0 10px;
	float: left;
}
div#content.full {
	width: auto;
	min-width: 500px;
}

/********* Sidebar *********/

div#sidebar {
	width: 358px;
	margin: 0 10px;
	float: left;
}

/********* Footer *********/

div#footer {
	font-size: 10px;
	color: #C0C0C0;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 10px 0;
}
div#footer span:before {
	content: "[";
}
div#footer span:after {
	content: "]";
}
div#footer span {
	margin: 0 10px 0 0;
	white-space: nowrap;
}
div#footer span a {
	color: inherit;
	text-decoration: underline;
}

/********* PDF *********/

div.pdf {
	margin: 5px 0;
	min-height: 58px;
	background: url(gfx/pdf-icon.png) no-repeat left center;
}
div.pdf a, div.pdf span {
	display: block;
	position: relative;
	left: 58px;
	padding: 5px;
}
div.pdf a {
	font-size: 26px;
}

/********* Forms *********/

form ul {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	font-size: 12px;
}
form li {
	margin: 0 0 3px 0;
	float: left;
	clear: center;
	position: relative;
}
form ul ul {
	margin: 0;
}
form ul.feedback {
	color: red;
}
form li li {
	float: none;
	clear: none;
}
form dt {
	float: left;
	width: 125px;
	text-align: right;
	line-height: 20px;
	padding: 0 10px 0 0;
	font-weight: bold;
}
form dd {
	float: left;
	margin: 0;
	width: 325px;
}
form input[type="text"], form textarea {
	font-family: Arial, Helvetica, sans-serif;;
}
form input[type="button"], form input[type="submit"] {
	font-family: inherit;
}
form input, form textarea {
	font-size: inherit;
}
form textarea {
	width: 300px;
	height: 100px;
}
form ul li p {
	clear: left;
	margin: 0 0 12px 0;
}

/********* News *********/

ul.news_list {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
ul.news_list li {
	margin: 0 0 30px 0;
}
.news div.meta, .news div.nav a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.news div.meta, .news div.nav {
	line-height: 10px;
}
.news_list div.meta, .news div.nav {
	text-align: right;
}
.news_item div.meta {
	text-align: left;
}
.news div.nav a {
	padding: 0 0 0 10px;
}
.news div.body {
	border: 1px solid #E0E0E0;
	-moz-border-radius: 4px;
	background: white;
	padding: 5px 20px;
}
.news_item div.body div.ingress {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E0E0E0;
}
.news_item div.body div.content {
	padding: 5px 0 0 0;
}
.news div.body img {
	display: block;
	padding: 1px;
	margin: 0 10px;
	border: 1px solid black;
	-moz-border-radius: 2px;
}

/********* Imagebox *********/

div.imagebox {
	margin: 5px;
}
div.imagebox img {
	display: block;
	padding: 1px;
	border: 1px solid black;
	-moz-border-radius: 2px;
}
div.imagebox span.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/********* Misc *********/

.clear {
	clear: both;
	float: none;
}
.hidden {
	display: none;
}
.em {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}