.col-ps {}
.col {float:left;}
.nps .threecol .col {width:166px; margin-right:10px;}
.threecol .col {width:236px; margin-right:10px;}
.threecol .c3 {margin-right:0;}


.teaser-col-ps .c1 {width:431px; margin-right:10px;}
.teaser-col-ps .c2 {width:287px; margin-right:0;}

.teaser-col-sp .c1 {width:287px; margin-right:10px;}
.teaser-col-sp .c2 {width:431px; margin-right:0;}


.nps .teaser-col-ps .c1 {width:320px;}
.nps .teaser-col-ps .c2 {width:200px;}

.roundbox {
	min-height:40px;
	background:#e5e5e5;
	margin-bottom:10px;
	position:relative;
	}
	* html .roundbox { height:1%; /* The element needs to "gain layout" for IE to behave when setting position:relative */ }

* html .roundbox * {zoom:1;}
.roundbox .pad { /* not necessary, but good for IE<6.0 compatibility */
	padding:10px 10px;
	border:1px solid #ccc;
	background-repeat:no-repeat;
	background-position:100% 100%;
}

.roundbox h2 { margin:1em 0 1.5em; }

/* positioning the corner bits */
.ctl, .ctr, .cbl, .cbr {
	position:absolute;
	width:10px;
	height:10px;
	overflow:hidden;
	background:no-repeat url(img/corners.png) 0 0;
}

/* 
corners.gif for IE 6, not supporting png-files out of the box. 
Of course, conditional comments could also be used instead of the * html hack. 
*/
* html .ctl, * html .ctr, * html .cbl, * html .cbr {
	background-image: url(img/corners.gif);
}
		
/* 
bg-position MUST be set in px,
in order for IE6 to parse .bl & .br bottom placement correctly. 
-100% won't work. */
.ctl {left:0; top:0;}
.ctr {right:0; top:0; background-position:-10px 0;}
.cbl {left:0; bottom:0; background-position:0 -10px;}
.cbr {right:0; bottom:0; background-position:-10px -10px;}
* html .cbr {bottom:-1px;}
* html .cbl {bottom:-1px;}
* html .col .ctr, 
* html .col .cbr {right:-1px;}

/* a teaser with a real image, no rounded corners. place .gb-links inside like otherwise though...*/
.imageteaserbox {position:relative; margin-bottom:10px; overflow:hidden; width:100%;}
.imageteaserbox img {border:none; display:block;}


/* the shortcut menus */
.dropdown {
    margin:0;padding:0;
    list-style: none;
    z-index: 5000;
	position: relative;
	max-width:300px;
}
.dropdown a {
    display:block;
}
.dropdown a:visited {
	text-decoration:none;
}
.dropdown a.trigger {
    text-decoration:none;
    border: 1px solid #ccc;
    margin:0;
    color:#000;
    height: 18px;
	padding: 0 5px;
	line-height: 18px;
	font-size: 12px;
}
.dropdown a.trigger img {border:none;}


.dropdown a.trigger:hover {
    border-color: #666;
}
.dropdown ul {
    position:absolute;
    left: 0;
    z-index:2000;
    margin:0;
    padding:0;
    border:1px solid #868686;
    display:none;
    list-style: none;

	top: auto;
	left: 0;
	bottom: auto;
	width:100%;
    
}

.dropdown li:hover ul,
.dropdown li.Hover ul {
    display:block;
}
.dropdown li {
    list-style:none;
    margin:0; padding:0;
}
.dropdown ul li a {
    display:block;
    background:#fff;
    padding:1px 5px;
    border-bottom:1px solid #ddd;
    border-top:1px solid #f3f3f3;
    text-decoration:none;
    color:#333;
	
}
.dropdown ul li a:visited {
	color: #333;
}

.dropdown ul li a:hover {
	background: #f3f3f3;
	color:#e80000;
	border-color:#ddd;
	border-top-color:#f3f3f3;

}


.dropdown .btn { /* ex: the country selector */
	background: #f3f3f2 no-repeat url(img/menu-dropdown.gif) 100% 50%;
}


	* html .dropdown ul {
		margin-top: -2px;
	}
	.dropdown li ul, 
	.dropdown ul li a,
	.dropdown li ul a {zoom:1; }
	



/*
=
/////////////////////////////////////////////////////////////// */
.section-teasergrid {position:relative; zoom:1; z-index:0; margin:0 0 10px; }
.section-teasergrid .teasergrid {margin:0; padding:0;}
.section-teasergrid .teasergrid .row { border-bottom:1px solid #ccc; margin:0; padding:0;}
.section-teasergrid p { margin-top:5px;}
.section-teasergrid h3 {font-size:16px; margin:0; padding:0; background:#f3f3f3;}
.section-teasergrid h3 a strong {display:block; margin:0; padding:7px 0 6px; font-weight:normal; font-size:16px;}
.cols span.img {cursor:hand;}
* html .section-teasergrid ul.cols {height:auto;}
.section-teasergrid ul.cols h3 a, 
.section-teasergrid ul.cols h3 a:visited {padding-top:0; padding-bottom:0; min-height:0; _height:auto;}

/*.section-teasergrid .cols span.img {border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
*/
.section-teasergrid .teasergrid .fourcol {background:repeat-y url(img/front-4col-vlines.gif) 0 0;}

.nps .section-teasergrid .threecol {background:repeat-y url(img/front-3col-vlines-nps.gif) 0 0;}
.nps .section-teasergrid .threecol .cols li {width:175px; margin-right:1px;}
.nps .section-teasergrid .threecol .cols .c3 {width:176px;}



/*overriding the default block behaviour when links are inside <p> */
.cols p a, .cols p a:visited {
	display:inline; 
	line-height:1.5em;
	text-decoration:underline;
	color:#666;
	}
	.cols p a:hover {color:#e70000; }

/* link with shopping cart icon */
p.productoverview-link {
	background:no-repeat url(img/icon-link-to-shop.gif) 10px 50%;
	}
	p.productoverview-link a, p.productoverview-link a:visited {
		color:#000;
		padding-left:30px;
		}
		p.productoverview-link a:hover {color:#e70000;}




.gb {
	opacity:0.8;
	width:60%;
	}
	.pos-tl {left:10px; top:10px; position:absolute;} 
	.pos-br {right:10px; bottom:10px; position:absolute;}
	.pos-tr {right:10px; top:10px; position:absolute;}
	.pos-bl {left:10px; bottom:10px; position:absolute;}
	.gb:hover {opacity:1;}
	.gbPad {
		background:#fff repeat-x url(img/gb-gradient.png) 0 0;
		padding:10px 40px 0 10px;
		min-height:20px;
		border:1px solid #ccc; border-width:0 1px;
		font-size:18px; 
		line-height:20px;
		font-weight:bold;
	}
	.gb a, .gb a:visited {text-decoration:none; color:#333;}
	.gb a:hover {color:#e70000;}
	.gbTop {background:no-repeat url(img/gb.png) 0 0; height:10px; margin-right:10px;}
	.gbFoot {background:no-repeat url(img/gb.png) 0 100%; height:10px;margin-right:10px;}
	* html .gbTop,
	* html .gbFoot,
	* html .gbCorner {background-image: url(img/gb.gif);}
	.gbCorner { background:no-repeat url(img/gb.png) 100% 0; display:inline; height:10px; width:10px; _position:relative;float:right; margin-right:-10px;}
	.gbFoot .gbCorner {background-position:100% 100%; }
	.gbArrow {background:no-repeat url(../webshop/css/arrow-box.gif) 0 0; width:20px; height:20px; position:absolute; right:9px; }
	
	a.gb, a.gb:visited {text-decoration:none; color:#333; cursor:hand;}
	a.gb:hover {color:#e70000;}
	.gbPad, .gbTop, .gbFoot, .gbCorner {display:block;}
	* html .gbPad {height:20px;}

	
.sitemap_col {
	float:left;
	margin:0;
	padding:0 5px;
	width:298px;
}
.sitemap_col a{ color:#484848; }
.sitemap_col a:hover{ color:red; text-decoration:underline; }


/*Altering the global nav*/
/*#globalnav ul.sareas { padding-right:40px;}
#globalnav ul li { border-right:0;}
#globalnav a.current { color:#d80000; font-weight:bold;}
*/

/*New footer - 06-05-09*/
#footer .head {
		display:inline;
		background:none;
		border:0;
		color:#d72100;
		font-size:11px;
		font-style:normal;
		margin:0 0 2px;
		padding:0;
}

#footer a { color:#868686; text-decoration:none; }
#footer a:visited { color:#868686; }
#footer a:hover {text-decoration:underline; color:#e80000;}


/*All links color changed */

a,a:visited {
  color:#000000;
  text-decoration:underline;
}
a:hover { 
	color:#e80000; 
	text-decoration:underline;
}



/* Teaser col grid */
.teaser-col-kvps .c1 {width:235px!important; margin-right:10px;}
.teaser-col-kvps .c2 {width:477px!important; margin-right:0;}
#frontpage-grid .c1 h2 { font-size:20px; color:#fff; font-weight:normal;}

/*
=Enterance box
/////////////////////////////////////////////////////////////// */

#frontpage-grid #shope { width:477px; position:relative;}
#frontpage-grid #shope .fourcol {background:none; border-top:0;}
#frontpage-grid #shope .row {margin-bottom:10px; }

#frontpage-grid #shope ul.cols {
    margin:0 0; padding:0 0 0 1px;
    background:none!important;
    line-height:1.2;
}	
#frontpage-grid #shope ul.cols:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}
/* hide from mac IE \*/ 
* html #frontpage-grid #shope .cols {height:110px;} 
/* end hide */
#frontpage-grid #shope .cols {min-height:110px;}

#frontpage-grid #shope ul.cols li {
    margin:0!important; padding:0!important;
    list-style:none;
    float:left;
    width:119px!important;
}

#frontpage-grid #shope ul.cols li ul li {
    float:left;
    width:117px!important;
}


#frontpage-grid #shope ul.cols li ul { margin:0; padding:0;}
#frontpage-grid #shope ul.cols li ul li { padding:0; margin:0;}

#frontpage-grid #shope ul.cols a, #frontpage-grid #shope ul.cols1 a:visited {
    display:block;
    padding:5px 5px;!important;
    color:#000;
    text-decoration:none;
    min-height:16px;
}
* html #frontpage-grid #shope ul.cols a, * html #frontpage-grid #shope ul.cols a:visited { height:16px;}

#shope ul.cols a:hover {}
* html #shope ul.cols a {height:1%;}
#shope ul.cols a strong {
    display:block;
    color:#000;
    text-decoration:none;
    font-size:12px;
    padding:4px 0 2px;
}
#frontpage-grid #shope ul.cols a:hover strong { color:#e80000; }

#frontpage-grid #shope ul.cols .col ul li {
	background-color:#e8e7e7;
	border-top:1px solid #fff; 
	border-bottom:1px solid #D5D5D5;	
	border-left:1px solid #fff;
	border-right:1px solid #D5D5D5;	
}
#frontpage-grid #shope ul.cols .col ul li.sheader { 
	background:#e31e26 repeat-x url('img/shope_redgrad.jpg'); 
	border-left:1px solid #ef161f; 
	border-right:1px solid #c1151c; 
	border-bottom:1px solid #BE141B; 
	border-top:1px solid #E41E26;
}

#frontpage-grid #shope.eshop ul.cols .col ul li.sheader { 
	background:#e31e26 repeat-x url('img/bluegradient.jpg'); 
	border-left:1px solid #618da8; 
	border-right:1px solid #3c6d96; 
	border-bottom:1px solid #3c6d96; 
	border-top:1px solid #618da8;;
}

#frontpage-grid  #shope ul.cols .col ul li.sfooter { background-color:#cfcfcf;}

#frontpage-grid  #shope ul.cols .col ul li.sheader a,#frontpage-grid #shope ul.cols .col ul li.sheader a:visited {
    display:block;
	background:transparent url('img/shope_cart.gif') no-repeat 10px 12px;;
	font-size:14px;
    padding:10px 30px;!important;
    color:#fff;
    text-decoration:none;
}

#frontpage-grid #shope ul.cols .c1 ul li {
	border-top:1px solid #ffffff; 
	border-bottom:1px solid #D5D5D5;	
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;	
}

/* positioning the corner bits */
#frontpage-grid #shope .ctl, #frontpage-grid #shope .ctr, #frontpage-grid #shope .cbl, #frontpage-grid #shope .cbr { 
	background-color:#000000;
	position:absolute;
	width:9px;
	height:9px;
	overflow:hidden;
	background:no-repeat url('img/shope_corners.gif') 0 0;
}

/* positioning the corner bits for erhverv*/
#frontpage-grid #shope.eshop .ctl, #frontpage-grid #shope.eshop .ctr, #frontpage-grid #shope.eshop .cbl, #frontpage-grid #shope.eshop .cbr { 
	background-color:#000000;
	position:absolute;
	width:9px;
	height:9px;
	overflow:hidden;
	background:no-repeat url('img/bluecorners.gif') 0 0;
}

		
#frontpage-grid #shope .ctl,#frontpage-grid #shope.eshop .ctl {left:1px; top:0;}
#frontpage-grid #shope .ctr,#frontpage-grid #shope.eshop .ctr  {right:0px; top:0; background-position:-11px 0;}
#frontpage-grid #shope .cbl,#frontpage-grid #shope.eshop .cbl  {left:1px; bottom:0; background-position:0 -11px;}
#frontpage-grid #shope .cbr,#frontpage-grid #shope.eshop .cbr {right:0px; bottom:0; background-position:-11px -11px;}
* html #frontpage-grid #shope .cbr,* html #frontpage-grid #shope.eshop .cbr {bottom:-1px;}
* html #frontpage-grid #shope .cbl,* html #frontpage-grid #shope.eshop .cbr {bottom:-1px;}
* html #frontpage-grid #shope .ctr, * html #frontpage-grid #shope .cbr,* html #frontpage-grid #shope.eshop .ctr, * html #frontpage-grid #shope.eshop .cbr {right:-1px;}


.cbox {
	background:#f7f7f7 url('img/boxgrad.png') repeat-x bottom;
	margin-bottom:10px;
	position:relative;
	}
	.cbox, .cbox .pad { min-height:130px;}
	* html .cbox, * html .cbox .pad { height:130px;}

	.cbox .pad {
		background-position:100% 100%;
		background-repeat:no-repeat;
		border:1px solid #d5d5d5;
		padding:10px;
		min-height:130px;	
	}
	.cbox img  { border:0;}

	.cbox ul.links { line-height:20px; }
	.cbox ul.links li {
		margin:0  0 2px 0; padding:0px;
		list-style:none;    
		background:none!important;
	}
	.cbox ul.links li p {margin:0 0 0;}
	.cbox ul.links a {
		font-weight:normal;
		text-decoration:underline;
		color:#fff;
	}
	.cbox ul.links a:visited { color:#fff; }
	.cbox ul.links a:hover { color:#fff; }	


	#footer .head {
		display:inline;
		background:none;
		border:0;
		color:#d72100;
		font-size:11px;
		font-style:normal;
		margin:0 0 2px;
		padding:0;
}

#footer a { color:#868686; text-decoration:none; }
#footer a:visited { color:#868686; }
#footer a:hover {text-decoration:underline; color:#e80000;}


/*Bruges p&#229; offentlig forside. Kraftvaerk*/
.teaser-col-wide .col { width:728px; }
.teaser-col-wide .col h2 { font-size:20px; font-weight:bold; color:#fff; }
.teaser-col-wide .col ul.links { height:90px; width:200px; float:left;}
.teaser-col-wide .col ul.links li { padding:0!important; margin:0!important;}
.teaser-col-wide .col .pad {min-height:130px!important;}

/*Table styling*/
table.grey{ 
		margin-top:10px;
		border:1px solid #ccc;
		border-width:0px 1px 1px 0px;
		border-collapse: collapse;
		/* width: auto;  Remove this if you want 100% with*/
	}
	table.grey th {
		border:1px solid #ccc; 
		border-width:1px 0px 0px 1px;
		vertical-align:bottom;
		margin:0;
		padding:1px 8px 1px 8px;
		font-size:0.8em;
		color:#000;
		text-align:left;
	}
	
	table.grey td { 
		border:1px solid #ccc; 
		border-width:1px 0px 0px 1px;
		vertical-align:top;
		margin:0;
		padding:1px 8px 1px 8px;
		font-size:1em;
	}

	table.grey tr.light { background:#e5e5e5; }

.nps #subnav { width: 180px; }
