* {
	margin: 0;
	padding: 0;
}
img, div, a, input { behavior: url(/static/iepngfix/iepngfix.htc) }

a img {
	border: 0;
}

body {
	background: #d5d5d5;
	font: normal normal normal 13px Arial, sans-serif;
	color: #000;
}

a:link, a:visited {
	color: #53732A;
}
a:hover {
	color: #83A146;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

hr {
	border: 1px solid #b3d583;
	margin: 1em 0;
}

div#container {
	/* width: 941px; */
	width: 973px;
	margin: 0 auto;
	padding: 14px;
	border: 0;
	position: relative;;
}
#langs {
	position: absolute;
	right: 3px;
	top: 0;
}
#langs a { display: block; padding: 5px 3px; float: left; }
#loginbox {
	position: absolute; 
	top: 20px; 
	right: 20px; 
	z-index: 1; 
	border: 1px solid #CCC; 
	background: #FFF; /* IE */
	background: rgba(255,255,255,0.9); 
	padding: 14px;
}
#loginbox .lukk {
	position: absolute;
	right: 4px;
	top: 4px
}
#loginbox select {
	width: 100%;
}
* #loginbox select { /* IE */
	width: auto;
}

#header {
	background: #FFF no-repeat scroll 0 22px;
	height: 220px;
	position: relative;
	border: 1px solid #BBBBBB;
	margin-bottom: 14px;
}
.lang-no #header { background-image: url('images/header-no.png'); }
.lang-se #header { background-image: url('images/header-se.jpg'); }
.lang-en #header { background-image: url('images/header-en.jpg'); }

#header a.header {
	height: 120px;
	width: 400px;
	margin: 30px 0 0 20px;
	display: block;
	text-indent: -999em;
	outline: none;
}
#header div.top {
	text-align: right;
	padding: 3px 10px;
}
#header h1, #header p {
	position: absolute;
	top: -100px;
}

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	
	top: 213px;
	left: 304px;
}
#menu ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0 1px 0 2px;
	background: url('images/menu_seperator.gif') no-repeat 0 5px;
}
#menu ul li:first-child {
	background: none;
}
#menu ul li a {
	/* background: #9FC863; */
	font-size: 13px;
	margin: 0;
	padding: 4px 18px;
	color: #000;
	text-decoration: none;
	height: 14px;
	display: block;
	outline: none;
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
* html #menu ul li a {
	display: inline-block;
}

#menu ul ul {
	display: none; 
	background: #FFF;
	border: 1px solid #BBBBBB;
	border-top: 0;
	position: absolute;
	left: 0px;
	top: 22px;
}
#menu ul ul li {
	float: none;
	width: 150px;
	background: none;
}



#menu ul li.hover ul {
	display: block;
}

#menu ul li a:hover, #menu ul li a.hover {
	background-image: url('images/menu_active.gif');
}
#menu a.active {
	background-image: url('images/menu_active.gif');
}
#menu a.active1:hover {
	background-image: none;
	background-color: #9FC863;
}

#wrap {
	background: #FFF;
	border: 1px solid #BBBBBB; 
	width: 100%;
}

#wrap td {
	vertical-align: top;
	padding: 14px;
}

#content {
	/* width: 533px; 
	background: #FFF; */	
}
#sidebar_left, #sidebar_right {
	width: 180px;
	margin: 0;
	background: #F5F5F5;
}
#sidebar_left {
	border-right: 1px solid #BBBBBB; 
}
#sidebar_right {
	border-left: 1px solid #BBBBBB; 
}

#footer {
	margin-top: 14px;
	background-color: #ebebeb;
	padding: 8px 14px;
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #BBBBBB; 
}
#footer a {
	text-decoration: none;
}

h2, h3, p, ul {
	margin: 12px 0;
}
ul {
	margin-left: 1em;
}
ul li {
	padding-top: 0.2em;
}
ul li:first-child { 
	padding-top: 0;
}
h2 {
	margin-top: 0;
}

h2 {
/*
	border-bottom: 1px solid #BBBBBB; 
	margin: -14px -14px 0; 
	padding: 4px 1em; 
	color: #000; 
	background-color: #f4f4f4; 
	font-weight: normal; 
	text-align: center; 
	font-size: 13px;
	*/
	font-size: 20px;
}
.sidebar h3 {
	border-bottom: 1px solid #BBBBBB; 
	margin: -14px -14px 0; 
	padding: 4px 1em; 
	color: #000; 
	background-color: #b3d583; 
	font-weight: normal; 
	text-align: center; 
	font-size: 13px;
}

.sidebar ul {
	list-style: none;
	margin: 0;
}
.sidebar ul li {
	border-top: 1px dashed #bbb;
	padding: 5px;
}
.sidebar ul li:first-child {
	border-top: 0;
}
.sidebar ul li a {
	text-decoration: none;
	margin: -5px;
	padding: 5px;
	display: block;
}
.sidebar ul li a:hover {
	text-decoration: underline;
}

input, textarea {
	padding: 2px;
}
input:focus, textarea:focus {
	background-color: #FFC;
}


/*
#carousel-wrapper {
	width: 100%;
	height: 200px;
    overflow: hidden;
}
#carousel-content {
    width: 2500px;
}
#carousel-content .slide {
    float: left;
    width: 500px;
    height: 500px;
}
*/



ul.referanser li {
	text-align: center;
	/* border: 0; */
}
.sidebar ul.referanser a {
	padding: 20px 0;
}
.sidebar ul.referanser a:hover {
	text-decoration: none;
}




#content.index {
	padding: 0;
}
#content.index img {
	display: block;
}


dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 1em;
}




#screenshots {
	margin: -8px;
	padding: 0px;
}
#screenshots li {
	list-style: none;
	margin: 0;
	padding: 8px;
	float: left;
	text-align: center;
}
#screenshots li a {
	text-decoration: none;
}
#screenshots li img {
	width: 230px;
}



/*
div#priser .priser {
	width: 600px;
	margin-bottom: 2em;
}
div#priser .priser h3 {
	float: left;
	width: 420px;
	margin: 1em 0 0.5em;
}
div#priser .priser div.pris {
	float: right;
	margin-top: 1em;
	text-align: left;
	width: 150px;
}
div#priser .priser p {
	width: 400px;
	margin-bottom: 1em;

}

div#priser .box {
	background-color: #8fc24c;
	padding: 14px;
	margin-right: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	width: 200px;
	height: 313px;
	margin-top: 1em;


	-moz-box-shadow: inset 10px 10px 20px #749e3d, inset -10px -10px 20px #749e3d, 0px 0px 3px #749e3d;
	-webkit-box-shadow: inset 10px 10px 20px #749e3d;
	border: 2px solid #749e3d;

}
div#priser .image {
	float: right;
	margin-top: 1em;
	text-align: right;
	width: 488px;
}
div#priser .image img {
	width: 488px;
}
div#priser .bestill {
	float: left;
	background-color: #9FC863;
	font-size: 50px;
	text-shadow: 2px 2px #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 30px 14px;
	width: 200px;
	text-align: center;
	margin-top: 14px;
	display: block;
	text-decoration: none;
	color: #000;
}
div#priser .bestill:hover {
	color: #000;
	background-color: #749e3d;
}
*/

#content.priser h3 {
	font-size: 16px;
	padding: 1em 0;
}

#content.priser .skjermer {
	padding: 0 14px;
}
#content.priser .skjermer .image16 {
	background: transparent url('images/pages/priser_skjerm_16.jpg') no-repeat;
	width: 234px;
	height: 225px;
	float: left;
	margin-bottom: 47px;
}
#content.priser .skjermer .image19 {
	background: transparent url('images/pages/priser_skjerm_19.jpg') no-repeat;
	width: 228px;
	height: 191px;
	float: right;
}
#content.priser .skjermer .image26 {
	background: transparent url('images/pages/priser_skjerm_26.jpg') no-repeat;
	width: 230px;
	height: 175px;
	float: left;
	clear: both;
}

#content.priser .skjermer .box16, #content.priser .skjermer .box19, #content.priser .skjermer .box26 {
	width: 420px;
	border: 1px solid #b3d583;
	padding: 5px;
	float: right;
	position: relative;
	text-align: center;
	font-size: 16px;
}
#content.priser .skjermer .box16 {
	margin-top: 13px;
	margin-bottom: 51px;
}
#content.priser .skjermer .box19 {
	clear: both;
	float: left;
	margin-top: 4px;
	margin-bottom: 56px;
}

#content.priser .skjermer h4 {
	font-size: 26px;
}
#content.priser .skjermer .pris {
	position: absolute;
	background: transparent url('images/pages/priser_prisboks.jpg') no-repeat;
	width: 105px;
	height: 62px;
	right: 18px;
	top: -30px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.1em;
}
#content.priser .skjermer .pris big {
	font-size: 18px;
	display: inline-block;
	padding-top: 4px;
	line-height: 1.2em;
}

#content.priser .lisenser {
	padding: 1em 14px;
}
#content.priser .lisenser .box1, #content.priser .lisenser .box2 {
	width: 244px;
	height: 150px;
	padding: 20px;
	border: 1px solid #b3d583;
	float: left;
	position: relative;
	text-align: center;
	font-size: 16px;
}
#content.priser .lisenser .box1 {
	margin-left: 52px;
	margin-right: 34px;
}

#content.priser .lisenser h4 {
	padding-top: 10px;
	font-size: 30px;
}
#content.priser .lisenser .box2 h4 {
	padding-top: 20px;
}

#content.priser .lisenser .pris {
	position: absolute;
	background: transparent url('images/pages/priser_prisboks.jpg') no-repeat;
	width: 105px;
	height: 62px;
	right: 18px;
	bottom: -30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
}
#content.priser .lisenser .pris big {
	font-size: 22px;
	display: inline-block;
	padding-top: 12px;
}







.author {
	color: #444;
	font-style: italic;
}




#FlashMessages {
	position: absolute;
	width: 973px;
}
#FlashMessages ul {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.9);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto;
	padding: 14px;
	width: 400px;
	list-style: none;
}
#FlashMessages ul.errors {
	background-color: rgb(255,100,100);
	background-color: rgba(255,100,100,0.9);
}
#FlashMessages ul.notices {
	background-color: rgb(179, 213, 131);
	background-color: rgba(179, 213, 131, 0.9);
}


#ajax-loader {
	background: url('images/ajax-loader.gif') no-repeat center center;
	height: 300px;
	width: 100%;
}