﻿@charset "UTF-8";

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/template/bakgr2.html);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position: top center;
	font-size: 12px;
	color: #222222;
	line-height: 18px;
	}

a {
	color: #0d2f74;
	font-weight:bold;
	text-decoration:none;
}

h1 {
	color: #0d2f74;
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

div#wrapper {
	margin: 0 auto;
	width: 920px;

}
div#toppur {
	float: left;
	margin-top: 10px;
	width: 920px;
	height: 100px;
	background: #0d2f74;
}
div#toppur a#logo {
	float: left;
	background:url(../images/template/logo.gif);
	width: 235px;
	height: 62px;
	margin-left: 96px;
	margin-top: 21px;
}

div#contact {
	float: right;
	height: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #ffffff;
	margin-right:96px;
}
div#contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#contact ul  li {
	float: left;
	margin-left: 20px;
}

div#menu {
	float: left;
	height: 32px;
	width: 920px;
	margin-top: 10px;
	background:url(../images/template/menu_bak.gif);
	background-repeat: repeat-x;
}

div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu ul li {
	float: left;
	padding-left: 20px;
	background:url(../images/template/menu_divide.gif);
	background-repeat:no-repeat;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;

}
div#menu ul li .first {
	background:none;

}
div#menu ul li a {
	color: #ffffff;
}

/* vinstri content */

div#spalti {
	margin-top:10px;
	float: left;
	width: 200px;
	padding-left: 15px;
	background: #e6eaf1
}

div#spalti h1 {
	font-size: 15px;
	color: #444444;
	font-weight: bold;
	margin-top: 10px;
	background:url(../images/template/line.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
}

div#spalti ul {
	list-style: none;
	float:left;
	margin: 0;
	padding: 0;
	margin-top: -15px;
}

div#spalti ul li {

}
div#spalti ul li a {
	color: #0d2f74;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

/* main content */

div#main_space {
	float: left;
	width: 480px;
	border: 1px solid #dddddd;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

div#content {
	padding:10px;
	float: left;
}

/* haegri content */

div#haegri {
	float:left;
	width: 200px;
}

div#spalti2 {
	margin-top:10px;
	padding-left: 15px;
	background: #e6eaf1;
	height: 235px;
	padding-right: 10px;
}

div#spalti2 h1 {
	font-size: 15px;
	color: #444444;
	font-weight: bold;
	padding-top: 10px;
	background:url(../images/template/line.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
}

div#footer {
	float: left;
	margin-top: 10px;
	width: 920px;
	height: 32px;
	background: url(../images/template/menu_bak.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	line-height: 32px;
	text-align: center;
}

div#footer a{
	color: #ffffff;
	font-weight: bold;
}