@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	margin: 0px;
	padding: 0px;
}
* {
	behavior: url(files/system/iepngfix.htc);
	}
img {
	border: none;
}
p {
	margin: 0px 0px 15px 0px;
}
#page {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#top {
	position: relative;
	width: 950px;
	height: 100px;
	background: url(images/dittkontor_top.gif) repeat-x;
	margin: 0 0 1px 0;
	float: left;
}
.logo {
	position: relative;
	top: 30px;
	left: 30px;
}
.avd1, .avd2, .avd3, .avd4 {
	position: absolute;
	top: 32px;
	left: 400px;
	width: 110px;
	height: auto;
	color: #b6b8ba;
}
.avd2 {
	left: 525px;
}
.avd3 {
	left: 650px;
}
.avd4 {
	left: 800px;
	width: 150px;
}
.avd1 p, .avd2 p, .avd3 p, .avd4 p {
	color: #b6b8ba;
	margin: 0px;
}
.avd1 a, .avd2 a, .avd3 a, .avd4 a {
	color: #b6b8ba;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
}
.avd1 a:hover, .avd2 a:hover, .avd3 a:hover, .avd4 a:hover {
	color: #b6b8ba;
	text-decoration: underline;
	font-weight: normal;
}
.avd1 b, .avd2 b, .avd3 b, .avd4 b {
	color: #fcb034;
	font-weight: normal;
}
#main {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0;
	float: left;
}
#left {
	position: relative;
	width: 160px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}
#center {
	position: relative;
	width: 620px;
	height: auto;
	float: left;
	margin: 5px 0 0 0;
}
#right {
	position: absolute;
	width: 160px;
	height: auto;
	right: 0px;
}
.box {
	position: relative;
	width: 146px;
	height: auto;
	border: 1px solid #DDD;
	background: url(images/dittkontor_box.gif) repeat-x;
	padding: 8px 6px;
	text-align: center;
	margin: 0 0 5px 0;
	float: left;
}
.box img {
	padding: 5px;
}
h4.box {
	position: relative;
	width: 140px;
	height: 10px;
	padding: 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background:url(images/dittkontor_box_top.gif) repeat-x;
	border: none;
	margin: 0px;
	float: left;
}
.ball {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 20px;
	height: 20px;
}
#bottom {
	position: relative;
	width: 950px;
	height: auto;
	padding: 5px;
	text-align: center;
	color: #999;
	float: left;
}
#bottom a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

/* CSS menu */
ul.menu {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	width: 950px;
	height: 30px;
	background: url(images/dittkontor_menu.gif) repeat-x;
	float: left;
}
ul.menu li {
	float: left;
}
ul.menu a {
	color: #222;
	padding: 9px 11px;
	border-right: 1px solid #cecdcd;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}
ul.menu a:hover {
	text-decoration: underline;
	font-weight: normal;
}
ul.menu a.firstitem {
	border-left: none;
}
ul.menu a.lastitem {
	border-right: none;
}
ul.menu a.inpath {
	background: url(images/dittkontor_menu_hover.gif);
}
ul.menu #activeitem {
	background: url(images/dittkontor_menu_hover.gif);
}

/* CSS menu */
ul.leftmenu {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	width: 160px;
	height: auto;
}
ul.leftmenu li {
	float: left;
}
ul.leftmenu a {
	width: 142px;
	height: 12px;
	color: #222;
	padding: 8px 0px 8px 18px;
	margin: 0 0 1px 0;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	background: #CCC;
	display: block;
}
ul.leftmenu a:hover {
	text-decoration: underline;
	font-weight: normal;
}
ul.leftmenu a.firstitem {
	border-left: none;
}
ul.leftmenu a.lastitem {
	border-right: none;
}
ul.leftmenu #activeitem {
	background: url(images/dittkontor_menu_hover.gif);
}
ul.M2 {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px;
	height: auto;
}
ul.M2 li {
	float: left;
}
ul.M2 a {
	width: 132px;
	height: 12px;
	color: #222;
	padding: 8px 0px 8px 28px;
	margin: 0 0 1px 0;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	background: #EEE;
	display: block;
}
ul.M2 a:hover {
	text-decoration: underline;
	font-weight: normal;
}
ul.M2 a.firstitem {
	border-left: none;
}
ul.M2 a.lastitem {
	border-right: none;
}
ul.M2 #activeitem {
	background: url(images/dittkontor_menu_hover.gif);
}

/* CSS bottommenu */
ul.bottommenu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 950px;
	height: 23px;
	padding: 0 0 0 40px;
	background: url(images/dittkontor_bottommenu.gif) no-repeat;
	float: left;
}
ul.bottommenu li {
	float: left;
}
ul.bottommenu a {
	color: #999;
	padding: 6px 15px;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
ul.bottommenu a:hover {
	text-decoration: underline;
}

/* CSS innlogging */
.field {
	position: relative;
	width: 128px;
	height: auto;
	border: 1px solid #DDD;
	padding: 3px;
}
.button {
	position: relative;
	width: 138px;
	height: 25px;
	border: 1px solid #d98728;
	background: url(images/dittkontor_menu_hover.gif) repeat-x;
	color: #222;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	padding: 0px;
}

/* CSS frontnews */
.frontnews {
	position: relative;
	width: 258px;
	height: 228px;
	border: 1px solid #DDD;
	margin: 0 10px 10px 0;
	float: left;
	padding: 15px 20px;
}
.frontnews_large {
	position: relative;
	width: 568px;
	height: auto;
	border: 1px solid #DDD;
	margin: 0 10px 10px 0;
	float: left;
	padding: 15px 20px;
}
.fronttext {
	position: relative;
	width: auto;
	height: auto;
	padding: 50px 0 0 0;
}
a.link {
	position: relative;
	width: auto;
	height: 15px;
	background:url(images/dittkontor_link.gif) right;
	display: block;
	padding: 4px 8px;
	text-align: left;
	text-decoration: none;
	color: #fcb034;
	font-weight: normal;
}
a:hover.link {
	text-decoration: underline;
}
a.link2 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 65px;
	height: 15px;
	background:url(images/dittkontor_link.gif) right;
	display: block;
	padding: 4px 8px;
	text-align: left;
	text-decoration: none;
	color: #fcb034;
	font-weight: normal;
}
a:hover.link2 {
	text-decoration: underline;
}
.levlogo {
	position: absolute;
	left: 20px;
	top: 15px;
}
.pris {
	font-size: 22px;
	margin: 15px 0 5px 0;
	font-weight: bold;
	color: #ed9622;
}
.pris2 {
	font-size: 14px;
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #ed9622;
}
.spacer {
	position: relative;
	width: 610px;
	height: 1px;
	float: left;
}

/* CSS text */
.text {
	position: relative;
	width: 568px;
	height: auto;
	padding: 15px 20px;
	margin: 0 0 10px 0;
	border: 1px solid #DDD;
	}
.texthalf {
	position: relative;
	width: 258px;
	height: auto;
	min-height: 140px;
	padding: 15px 20px;
	margin: 0 10px 10px 0;
	border: 1px solid #DDD;
	float: left;
	}
.pic_right, .pic_left, .pic_top, .pic_bottom {
	position: relative;
	padding: 0px;
	text-align: right;
	border: none;
	}
.pic_right img, .pic_left img, .pic_top img, .pic_bottom img {
	float: left;
	border: none;
	}
.pic_right {
	margin: 0 0 2px 10px;
	float: right;
	}
.pic_left {
	margin: 0px 10px 2px 0 ;
	float: left;
	}
.pic_top {
	margin: 0 0 10px 0;
	float: left;
	}
.pic_bottom {
	margin: 10px 0 0 0;
	float: left;
	}
.kart {
	position: relative;
	width: 370px;
	height: 120px;
	border: 1px solid #ddd;
	float: right;
	}
