
/* +++[ styles.css ]+++++++++++++++++ */


html, body, ul, ol, li, h1, h2, h3, form, address { margin: 0; padding: 0; }

body {
	background: #f1f1f1;
	color: #000;
	font: 11px Tahoma, sans-serif;
}

#header h1 {
	height: 108px;	
	background: #000 url(../gfx/logo_burcharth.gif) 0px 0px no-repeat;
	color: #fff;
	text-indent: -1000em;
}

p
{
	margin: 0;
	padding: 0 0 6px;
}

img
{
	border: none;
}

h2 {
	font-size: 1.27em;
	text-transform: uppercase;
	color: #069;
	height: 22px;
	line-height: 22px;
	background-color: #fff;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	display: -moz-inline-block;
	display: inline-block;
	padding-right: 8px;
	padding-left: 14px;
	margin-left: -14px;
}
.form h2
{
	border: none;
	padding: 0 0 12px;
}
h2, h3 {
	font-weight: normal;	
}

/* Global link styles */
a:link, a:visited {
	color: #09c;
}

a:visited { }

a:hover { }

/* Navigation
+++++++++++++++++++++++++++++++++++++*/
#header ul {
	height: 38px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #c1c1c1;
	padding-left: 8px;
}

#header ul li {
	list-style: none;
	float: left;
	margin-top: 10px;
	display: inline;
	border-left: 1px solid;
	border-color: #c1c1c1;
}

#header ul li:first-child {
	border: none;
}

#header ul li a {
	display: block;
	text-transform: uppercase;
	padding: 2px 5px;
	color: #09c;
	text-decoration: none;
	font-weight: bold;
}

#header ul li a:hover, #header ul li a.open, #header ul li a.selected
{
	color: #000;
	text-decoration: none;
}


/* Subnavigation
+++++++++++++++++++++++++++++++++++++*/
#subnavigation {
	width: 168px;
	padding: 15px;
	padding-left: 14px;
	padding-bottom: 50px;
	border: 1px solid;
	border-width: 0 1px 1px 0;
	border-bottom-color: #c1c1c1;
	border-right-color: #fff;
	background-color: #f1f1f1;
	float: left;
}

div#subnavigation > ul {
	margin-top: 8px;
}



/* Layout
+++++++++++++++++++++++++++++++++++++*/
#container {
	width: 956px;
	border-color: #c1c1c1;
	border-width: 0 1px;
	border-style: none solid;
	background-color: #fff;
	padding: 0 1px;
	margin: 0 auto;
}

#header {
	width: 956px;
}

#news, #search, .relatedPages {
	width: 168px;
	height: 219px;	
	background-color: #f1f1f1;
	padding: 15px;
	padding-left: 14px;
	float: left;
}

#search, .relatedPages {
	float: right;
}

#news div.entry {
	margin: 0.6em 0 1.0em;
}

#news .entry h3 {
	font-size: 1em;
}

#news a {
	text-decoration: none;
	font-weight: bold;
}

#showcase {
	width: 558px;
	height: 249px;
	border: 1px solid;
	border-color: #c1c1c1;
	border-width: 0 1px;
	margin: 0 auto;
}

#showcase img {
	margin: 0 auto;
	display: block;
}

p.date {
	font-size: 80%;
	color: #777;
	margin: 0;
	padding: 0 0 2px;
}

/* Search fields
+++++++++++++++++++++++++++++++++++++*/
#search select {
	width: 168px;
}

#search input {
	width: 162px;
}

/* Sidebar
+++++++++++++++++++++++++++++++++++++*/
#sidebar {
	width: 198px;
	border-left: 1px solid;
	padding-left: 1px;
	background-color: #fff;
	border-color: #c1c1c1;
	float: right;
}

#sidebar #search, #sidebar .relatedPages {
	width: 169px;
	border-bottom: 1px solid;
	border-color: #c1c1c1;
	float: none;
	overflow: visible;
}
#sidebar .relatedPages
{
	height: auto;
}
#sidebar .factbox {
	background-color: #3cf;
	border: 1px solid #fff;
	border-width: 1px 0;
	color: #fff;
	padding: 14px;
}


/* Feature Spots
+++++++++++++++++++++++++++++++++++++*/
#spots {
	border-top: 1px solid;
	border-color: #c1c1c1;
	width: 956px;
	height: 361px;
}

#spots div.spot {
	width: 288px;
	height: 150px;
	float: left;
	padding: 15px;
	border: 0 solid;
	border-color: #c1c1c1;
	position: relative;
}
/*
div.spot img {
	border: 1px solid;
	border-color: #c1c1c1;
	background-color: #fff;
	padding: 5px;
	display: block;
	margin: auto;
}
*/
div.spot ol,
div.spot ul {
	margin-left: 1.5em;
}


/* Top outer boxes */
#spots div.boxA,
#spots div.boxC {
	background-color: #f8f8f8;
}

/* Left boxes */
#spots div.boxA,
#spots div.boxD {
	border-width: 0 1px 0 0;
	padding-left: 14px;
}

/* Right boxes */
#spots div.boxC,
#spots div.boxF {
	border-width: 0 0 0 1px;
}

/* Top center box has white sideborders */
#spots div.boxB {
	width: 286px;
	border: 1px solid #fff;
	border-width: 0 1px;
	background-color: #f1f1f1;
}

/* Bottom boxes also has top border */
#spots div.boxD,
#spots div.boxE,
#spots div.boxF {
	border-top-width: 1px;
}

/* Override background color */
#spots h2,
#maincontent h2 {
	background-color: #f1f1f1;
	clear: both;
}
#spots h2
{
	margin-bottom: 12px;
}
#maincontent > img, #maincontent > a > img
{
	margin-bottom: 8px;
	margin-left: 15px;
}

/* Newsletter subscribe form
+++++++++++++++++++++++++++++++++++++*/
#subscribe label {
	display: -moz-inline-block;
	display: inline-block;
	width: 84px;
}

#subscribe p.submission {
	padding-left: 88px;
}



/* Contact box
+++++++++++++++++++++++++++++++++++++*/
div.vcard img, 
div.vcard div.contact-info,
div.vcard div.company-info {
	float: left;
	margin-top: 15px;
}

div.vcard img {
	margin-top: 0px;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid;
	border-color: #c1c1c1;
}

div.vcard div.contact-info,
div.vcard div.company-info {
	width: 80px;
	height: 75px;
}

div.vcard div.company-info {
	width: 110px;
}

div.vcard h3 {
	font-weight: bold;
	font-size: 1em;
}

#sidebar .contact, #sidebar .vcard
{
	border: 1px solid;
	border-color: #c1c1c1;
	border-width: 1px 0;
	background-color: #f8f8f8;
	border-top: none;
	padding-top: 14px;
	padding-left: 14px;
}
#sidebar .vcard img
{ 
	margin: 0 0 8px;
	clear: both;
	float: none;
}

#sidebar .vcard div.company-info {
	width: auto;
}


/* Filmstrip for references
+++++++++++++++++++++++++++++++++++++*/
#ref-previous,
#ref-next {
	display: block;
	float: left;
	padding: 0;
	margin: 0 4px;
	width: 17px;
	height: 150px;
	background: transparent url(../gfx/arrows_sprite.png) 0 43px no-repeat;
	text-indent: -1000em;
}

#ref-previous { /*margin-left: 8px;*/ }
#ref-next { background-position: -51px 43px; }

/* Hover state */
#ref-previous:hover { background-position: -17px 43px; }
#ref-next:hover { background-position: -35px 43px; }



#ref-img {
	float: left;
	margin: 0 4px;
}

/* Footer
+++++++++++++++++++++++++++++++++++++*/
#footer {
	width: 956px;
	height: 38px;
	padding: 0 1px 1px;
	border: 1px solid;
	border-color: #c1c1c1;
	border-width: 0 1px 1px;
	color: #fff;
	margin: 0 auto;
	clear: both;
}

#footer address {
	display: block;
	width: 956px;
	height: 38px;
	line-height: 1;
	background: #000;
	font-style: normal;
}

#footer address * {
	display: block;
	float: left;
	margin: 12px 1em auto;
}
#footer address a {
	color: #fff;
	text-decoration: none;
}
#footer address span.mail
{
	margin-right: 2px;
}
#footer address a.mail
{
	margin-left: 2px;
}

#footer address a.external {
	display: block;
	float: right;
}

#footer address strong {
	font-weight: normal;
	text-transform: uppercase;
}

a.external,
a[rel*=external] {
	padding-right: 14px;
	background: transparent url(../gfx/icon_extlink.gif) right center no-repeat;
}


/* Sub Page Layout
+++++++++++++++++++++++++++++++++++++*/
#contentwrap {
	float: left;
	width: 756px;
}

#maincontent {
	float: right;
	width: 510px;
	padding: 15px 32px 15px 14px;
}

#maincontent div.document {
	margin: 1em;
	margin-left: 15px;
	margin-right: 15px;
}

#maincontent h3.manchet {
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0;
}

#maincontent div.document ol,
#maincontent div.document ul {
	margin-left: 2em;
}

#page {
	width: 956px;
	background: transparent url(../gfx/bg_faux-col.gif) -1px 0 repeat-y;
}

body.frontpage #page {
	background: none;
}

div.clearfix {
	clear: both;
	height: 0;
}


/* IE fixes for inline-block
   TODO: Move to ie.css and use Conditional Comments to load from Page Snippet
+++++++++++++++++++++++++++++++++++++*/
#subscribe label,
h2 {
	zoom: 1;
	*display: inline;
}

/* --- venstre menu --- */
#subnavigation ul, #subnavigation li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#subnavigation li {
	border-bottom: 1px solid;
	border-bottom-color: #fff;
}

#subnavigation a:link,
#subnavigation a:visited {
	margin-left: 0;
	padding: 5px 5px 5px 10px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid;
	border-bottom-color: #d8d8d8;
	background: transparent url(../gfx/navbullet.gif) 1px 3px no-repeat;
	color: #09c;
}

#subnavigation a.selected {
	font-weight: bold;
	color: #000;
	background-image: url(../gfx/navbullet_selected.gif);
}

#subnavigation a.selected,
#subnavigation a:hover, #subnavigation li.open a
{
	background-color: #fafafa;
}
#subnavigation a.open
{
	font-weight: bold;
}
#subnavigation li.open li a, #subnavigation li.selected li a
{
	padding-left: 20px;
	background-position: 11px 3px;
}
#subnavigation li.open li li a, #subnavigation li.selected li li a
{
	padding-left: 30px;
	background-position: 21px 3px;
}
div.product {
	clear: both;
	float: left;
	margin: 15px 0;
}

div.product img {
	float: left;
	margin-right: 14px;
	border: 1px solid #c1c1c1;
	padding: 1px;
	background-color: #fff;
}

div.product h3,
div.product p {
/*	margin-left: 113px;*/
}


span.media img
{
	margin-bottom: 4px;
}
table.layout
{
	width: 100%;
}
table.layout, table.layout td
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
table.layout td.r
{
	text-align: right;
	padding-left: 8px;
}
div.richtext
{
	margin-bottom: 15px;
}
div.block
{
	clear: both;
}
.spot div.richtext
{
	margin-bottom: 0px;
}
.factbox img
{
	border: solid 1px #000;
	padding: 1px;
	background: #fff;
}

span.r
{
	float: right;
	margin: 0 0 2px 8px;
}







/* Gallery */
.mainImage, .miniMainImage, .maxiMainImage, .contactMainImage
{
	border-width: 1px;
	overflow: hidden;
	height: 234px;
}
.contactMainImage
{
	height: 125px;
}
.mainImage img, .miniMainImage img, .maxiMainImage img, .contactMainImage div.vcard
{
	cursor: pointer;
}
.productItem, .miniProductItem, .maxiProductItem
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 558px;
}
.miniProductItem
{
	width: 318px;
	margin: -15px 0 0 -15px;
}
#slider, #minislider, #maxislider, #contactslider
{
	height: 22px;
	position: absolute;
	right: 5px;
	top: 220px;
	width: 150px;
	z-index: 9;
}
#minislider, #contactslider
{
	top: 151px;
	right: 4px;
}
#slider img, #minislider img, #maxislider img, #contactslider img
{
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
}
#slider img#play, #minislider img#miniplay, #maxislider img#maxiplay, #contactslider img#contactplay
{
	right: 0px;
}
#slider img#next, #minislider img#mininext, #maxislider img#maxinext, #contactslider img#contactnext
{
	right: 26px;
}
#slider img#prev, #minislider img#miniprev, #maxislider img#maxiprev, #contactslider img#contactprev
{
	right: 48px;
}
#slider img#ind, #minislider img#miniind, #maxislider img#maxiind, #contactslider img#contactind
{
	width: 22px;
	right: 74px;
	border: 6px solid #fff;
	border-top: 0;
	border-bottom: 0;
}
#count, #minicount, #maxicount, #contactcount
{
	color: #999999;
	position: absolute;
	right: 87px;
	top: 224px;
	width: 22px;
	z-index: 10;
	text-align: right;
	background: center no-repeat;
}
#minicount, #contactcount
{
	top: 155px;
}
#prodImg, #miniprodImg, #maxiprodImg
{
	background: none repeat scroll 0 0;
	height: 239px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 548px;
	z-index: 7;
	cursor: pointer;
}
#miniprodImg
{
	width: 309px;
	height: 170px;
}
div.miniProductItem img
{
	border: none;
	padding: 0;
}
.imgFix, .miniImgFix, .maxiImgFix
{
	position: relative;
}
.mainImage, .miniMainImage, .maxiMainImage
{
	padding: 5px;
	background: #fff;
}
.miniMainImage
{
	padding: 5px 0 0 5px;
	width: 309px;
	height: 170px;
	background: transparent;
	border: none;
}
.mainImage img, .miniMainImage img, .maxiMainImage img
{
	display: none;
/*
	width: 480px;
	height: 270px;
*/
}
.mainImage img .img1, .miniMainImage img .img1, .maxiMainImage img .img1
{
	display: block;
}

.productItem h3, .miniProductItem h3, .maxiProductItem h3
{
	position: absolute;
	top: 20px;
	left: 5px;
	padding: 0px 8px 0px 5px;
	font-size: 1.27em;
	text-transform: uppercase;
	color: #069;
	height: 22px;
	line-height: 22px;
	background-color: #fff;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}


.contactMainImage .vcard
{
	height: 125px;
	margin-bottom: 5px;
	clear: both;
}




.spot .alphaImg
{
	position: absolute;
	top: 5px;
	left: 3px;
	z-index: 10;
}
.spot .alphaTop, .spot .alphaBottom
{
	position: absolute;
	left: 3px;
	z-index: 20;
	color: #fff;
	font-size: 1.2em;
	width: 299px;
	padding: 3px 5px;
}
.spot .alphaTop
{
	top: 20px;
}
.boxC .alphaImg, .boxC .alphaTop, .boxC .alphaBottom
{
	left: 5px;
}
.spot .alphaBottom
{
	top: inherit;
	bottom: 20px;
}
.spot div.alphaTop, .spot div.alphaBottom
{
	background: #000;
	filter:alpha(opacity=60);
	opacity: 0.6;
}
.spot .alphaTop p, .spot .alphaBottom p
{
	filter:alpha(opacity=100);
	opacity: 1.0;
	margin: 0;
	padding: 0;
}
.spot .alphaTop a, .spot .alphaBottom a
{
	display: block;
	color: #fff;
	text-decoration: none;
}


/* shortcuts */


#search
{
	position: relative;
	z-index: 200;
}
#inspiration
{
	top: 85px;
	position: absolute;
	margin: 0 -15px 0px -14px;
	border-top: solid 1px #fff;
	background: #c1c1c1;
	z-index: 200;
}
#inspiration .inner
{
	margin-top: 1px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 15px 15px 0px 14px;
	height: 145px;
	background: #0099cc;
	z-index: 200;
}
.inner .richtext
{
	margin-bottom: 10px;
}
.inner .richtext h2
{
	white-space: nowrap;
}

#shortcuts, #shortcuts ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 168px;
	overflow: visible;
}

#shortcuts li { /* all list items */
	position : relative;
	float : left;
	width : 168px;
	z-index: 200;
}

#shortcuts li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	background: #c1c1c1;
	border: solid 1px #fff;
	padding: 1px;
	z-index: 200;
}
#shortcuts li ul li
{
	z-index: 200;
	position: relative;
	background: #fff;
}

#shortcuts li a
{
	color: #fff;
	display : block;
	text-decoration: none;
	padding: 1px 0px;
	font-weight : bold;
}
#shortcuts li li a
{
	color: #000;
	z-index: 200;
	font-weight : normal;
	padding: 2px 3px;
}
#shortcuts li a:hover, #shortcuts li a.open
{
	background: #fff;
	color: #000;
}
#shortcuts li li a:hover
{
	background: #0099cc;
	color: #fff;
}


/*
		width: 11em;
		w\idth : 10em;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border : 1px solid black;
		padding : 0 0.5em;
	
*/
/*

#shortcuts li:hover ul ul, #shortcuts li:hover ul ul ul, #shortcuts li.sfhover ul ul, #shortcuts li.sfhover ul ul ul
{
	left: -999em;
}

#shortcuts li:hover ul, #shortcuts li li:hover ul, #shortcuts li li li:hover ul, #shortcuts li.sfhover ul, #shortcuts li li.sfhover ul, #shortcuts li li li.sfhover ul
{
	left: auto;
}

*/


.relatedPages
{
	padding-bottom: 14px;
}
.relatedPages a
{
	text-decoration: none;
}
.relatedPages a:hover
{
	text-decoration: underline;
}

#search form, form.login
{
	margin: 0;
	padding: 15px 0;
	overflow: hidden;
}
#search .hidden, form.login .hidden
{
	display: none;
}
#search input, form.login input
{
	border: solid 1px #c1c1c1;
	width: 120px;
	float: left;
}
#search .button, form.login .submitButton
{
	width: auto;
	background: #0099cc;
	border: solid 1px #0099cc;
	color: #fff;
	margin: 0 0 0 1px;
	float: left;
	display: inline;
}
form.login .submitButton
{
	float: none;
	display: block;
}

/* ie7 colspan bug workaround */
#Kommentar
{
	width: 65%;
}
#header a, #header h1
{
	cursor: pointer;
}


.factbox h2
{
	margin-bottom: 15px;
}
.factbox .richtext h2
{
	margin-bottom: 0px;
}

/* Galleri */
#slider {
    height:22px;
    position:absolute;
    right:2px;
    top:251px;
    width:150px;
    z-index: 9;
}
#slider img {
    display: block;
    width: 22px;
    height: 22px;
}
#slider img#play {
    position:absolute;
    right: 0;
    cursor:pointer;
}
#slider img#next {
    position:absolute;
    right: 26px;
    cursor:pointer;
}
#slider img#prev {
    position:absolute;
    right: 48px;
    cursor:pointer;
}
#slider img#ind {
    position:absolute;
    width: 22px;
    right: 74px;
    border: 6px solid #fff;
    border-top:0;
    border-bottom: 0;
}
#count {
    color:#7f7f7f;
    position:absolute;
    right:83px;
    top:255px;
    width:22px;
    z-index:10;
    text-align:right;
    background: center no-repeat;
}