* {border:0;padding:0;margin:0;}

a {
	color: #6954cd;
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Tahoma, Trebuchet MS;
	color: #1f1f1f;
	background: #3e76d2 url('../images/bg.jpg') top left repeat-x;
}

#wrapper {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/topbg.jpg') top center no-repeat;
}

#container {
	width: 970px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	height: 57px;
}

#top a {
	color: #b1c1df;
	text-decoration: none;
	
}

#top .contact {
	float: right;
	color: #b1c1df;
	text-align: right;
	line-height: 20px;
	padding-top: 9px;
	margin-right: 11px;
}

#top .light {
	color: #e2e9f7;
}

#content {
	width: 970px;
	background: #fff url('../images/boks_top.jpg') top left no-repeat;
}

#content .box_bottom {
	clear: both;
	width: 970px;
	height: 13px;
	background: url('../images/boks_bund.jpg') top left no-repeat;
	margin-bottom: 8px;
}

#content h1 {
	font: 25px Helvetica Neue, Myriad Pro, Tahoma, Arial;
	padding-top: 19px;
	padding-left: 19px;
	padding-bottom: 17px;
}

#content h2 {
	font: 21px Helvetica Neue, Myriad Pro, Tahoma, Arial;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 35px;
	padding-bottom: 7px;
}

#content .welcome {
	float: left;
	width: 558px;
	line-height: 16px;
	margin-left: 26px;
	margin-top: 22px;
	margin-bottom: 26px;
}

#content .welcome_reference {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 10px;
	text-align: right;
	line-height: 15px;
}

#content p {
	padding-left: 35px;
	line-height: 16px;
}

#referencer {
	margin-left: 35px;
	margin-top: 9px;
}

.hr {
	clear:both;
	width: 100%;
	height: 10px;
	background: url('../images/split.gif') center center no-repeat;
	margin-top: 10px;
}

.copyright {
	float: right;
	color: #85a9e3;
	margin-right: 6px;
	padding-bottom: 6px;
	font: 12px Arial, Tahoma, sans-serif;
}

/* BILLEDE HOVER EFFEKT */
h3{ margin: 8px 10px 5px 10px; color:#FFF; font:16pt Helvetica Neue, Arial, sans-serif; letter-spacing:-1px; }

.ref_grid{ 
	width: 295px; 
	height: 169px;  
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
	margin-right: 6px;
	margin-bottom: 6px;
}

.ref_grid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 1px solid #000;
	background: #fff;
	padding: 1px;
}

.ref_grid p {
	margin-left: -23px;
	margin-top: -5px;
	color: #fff;
	font: 11px Arial;
}

.ref_grid b {
	color: #9f9f9f;
}

.ref_grid a {
	color: #fff;
	text-decoration: underline;
}
	
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 105px; 
	width: 100%; 
}

.caption .boxcaption {
	top: 132px;
	left: 0;
}

/* Slideshow */

#slideshow {
	width: 351px;
	height: 184px;
	position: relative;
	overflow: hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}