@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

li,ol,ul {
	padding: 10px;
	margin-left: 6px;
}


body {
	background-color: #FFF1AE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
}

img
{  border-style: none;
}

#layout {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	background-image: url(../images/bodybackground.png);
	background-repeat: repeat-y;

}

#bannerpicture {
	position: relative;
	float: left;
}
#map_canvas {
	position: relative;
	float: left;
}

#container {
	border:0;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
	margin-left: auto;
	padding-left: 0px;
	padding-right:0px;
	background-image: url(../images/bodybackground.png);
	background-repeat: repeat-y;
}
#headline {
	font-size: 24px;
	color: #CD1f23;
	padding-top: 250px;
	padding-left: 10px;
        float: left;
	font-family: "arial black";
}
#clear {
	clear:both;
}
/* div.inner { margin: 0; background: #ffc; padding: 10px; border:0; zoom:1;} */
#logo {
        padding-top: 15px;
	float: left;
}
#address {
	color: #CD1F23;
	padding-left: 10px;
}

#languageselector {
	font-style: italic;
	position: absolute;
	left: 860px;
	top: 5px;
}
#languageselector img{
/*        align="top";  */
}

#facebook {
 	position: absolute;
	top:20px;
	left:590px;
}


label.overlabel {
	color:red;
}
form#search label.overlabel-apply {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
	color:blue;
}
form#loginform label.overlabel-apply {
	position:absolute;
	top:3px;
	left:3px;
	z-index:1;
	color:blue;
}



#laguageselector A:link {text-decoration: none}
#laguageselector A:visited {text-decoration: none}
#laguageselector A:active {text-decoration: none}
#laguageselector A:hover {text-decoration: none}

/* div.outer { float: left; margin: 15px; background: #ffffff; padding: 8px; width: 960px } */

#leftsidebar {
	float: right;
	width: 180px;
	padding-left: 10px;
	text-decoration: none;
	color: #06357A;
	padding-right: 10px;


}

#rightsidebar {
	float: right;
	margin-right: 0px;
	width: 220px;
	padding-left:10px;
	padding-right:10px;
	color: #FF0000;
	text-decoration: none;
	margin-top: -40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	}

#leftContainer {
	float: left;
	width: 220px;
}

#rightContainer {
	float: right;
	width: 715px;
	margin-top: -30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#rightContainer a {
	color: #06357A;
      	text-decoration: none;
}

#main {
	float:left;
	width: 446px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left:0px;
	display: table-cell;
	position:relative;
}

#widemain {
	float:left;
	width: 690px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left:0px;
	display: table-cell;
	position:relative;
}

#mainadm {
	float:left;
	border-right-width: 1px;
	width: 740px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left:6px;
}
#mainadm a{
      	text-decoration: none;
	color: #06357A;
}
#menubar {
	font-size: 18px;
	color: #CD1F23;
	font-style: normal;
	font-weight: bold;
	font-family: "Arial Black", Helvetica, sans-serif;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
}
#menubar li {
	padding-left: 0px;
	margin-left: 0px;
	line-height: 18px;
	float:left;
	width:200px;
	margin:0;
	padding:0;

}

#menubar li a{
      	text-decoration: none;
 	color: #CD1F23;
	display:block;
	padding:5px 10px;
	height:100%;
	text-decoration:none;
	border-right:1px solid #FFF;
	background:url(images/bg.jpg) repeat 0 0;


}

#menubar li a:hover {
	background-position:50px 0;

}

#menubar li a:hover, #menubar li a:focus, #menuvar li a:active {background-position:-150px 0;}


#menubar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menubar a {background:url(images/bg.jpg) repeat -20px 35px;}



#navigationbar {
	position:relative;
	height:5em;
	margin-top: 10px;
	z-index: 1;
}

#navigation {
	background-color: #474644;
	width: 660px;
	height: 4em;
}


#menublock {
	float:left;
	width: 100px;
	color: #FFFFFF;
}

#dnefundering {
	float:right;
	font-style: italic;
	/*	position: relative; */
	padding-left: 10px;

}
#dnefundering  img{

	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#maincontent {
	padding: 8px;
	background-color: #FFFFFF;
	color: #06357A;
	border: 1px solid #999999;
	list-style-position: outside;
}

#footer {
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	background-image: url(../images/footer.jpg);
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	background-repeat: no-repeat;

}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Demo 6 - returnHome and homing demo */
#lava {
	position: relative;
	overflow: hidden;
	padding: 5px;

}
#lava li {
float: left;  
list-style: none;
	width: 100px;
	color: #FFFFFF;
}
#reference_images {
	border: 1px solid #999999;
	width: 180px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#download_thumb {
	border: 1px solid #999999;
	width: 180px;
	margin-bottom: 20px;
	margin-right: 40px;
	background-color: #474644;
	float:left;
}
#download_thumb a{
        color: #FFFFFF;
}

#home_thumb {
        color: #FFFFFF;
        border: 1px solid #999999;
	width: 180px;
	margin-bottom: 20px;
	margin-right: 40px;
	background-color: #474644;
	float:left;
 }

 #home_thumb a{
      	text-decoration: none;
      	color: #FFFFFF;
}

#widget {
	border: 1px solid #999999;
	margin-bottom: 20px;
        background-image:url('../images/widgetbg.png');
        background-repeat:repeat-x;
        background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
        padding-left: 5px;
	padding-top: 4px;
	padding-right: 5px;
	color: #333333;
	width: 190px;

}
#widget h3 {
	font-size:18px;
	font-family: "arial black";
	font-weight: bold;
	color: #666666;
}


#fakta_boks {
	border: 1px solid #999999;
	width: 180px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding: 8px;

}



#lava li.backLava {
	border: 2px solid #CC3300;
	background-color:#000000;
	width: 9px;
	position: absolute;
}
#lava li a:hover {
	color: #FFFFFF;
}

#lava li a {
	text-decoration: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left; 
position: relative;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}

#topbar {
	float: left;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	width: 980px;
}

#topbar a, #topbar a span {
	margin: 0 25px 0 0;       /* 15px == amount of background image to the right */
	padding: 0 0 0 25px;      /* 15px == amount of background image to the left */
	height: 32px; /* Appropriate font size / line height */
	color: #DDDDDD;
	text-decoration: none;
	font-family: "Lucida Grande", Arial;
	font-size: 16px;
	line-height: 32px;
}
#topbar a {
    background-position: right 0;
    margin: 0;
    padding: 0;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose{ background:#FFDD00; border:1px solid #FFDD00; color:#000; clear:right; float:right; padding:0 5px; cursor:pointer; }
.jqmClose:hover{ background:#FFF; }
#jqmContent{ width:99%; height:99%; display: block; clear:both; margin:auto; margin-top:10px; background:#111; border:1px dotted #444; }


#randomCase div, #randomProduct div { display: none;}

form#register label{
float: left;
width: 120px;
font-weight: bold;
}

form#register input, textarea{
width: 180px;
margin-bottom: 5px;
}

form#register textarea{
width: 250px;
height: 150px;
}

form#register .boxes{
width: 1em;
}

form#register #submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

form#register br{
clear: left;
}
/* Easy Slider */
#slideshow {
	margin-left: 35px;
	position:relative;
}

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:375px;
		height:680px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:200px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:375px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
