﻿/* Import
-------------------------------*/
@import url('../../../../System/Css/NewsV2.css');
/* General reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, xsup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup {
	font-size: 8px;
	position:relative;
	top:2px;
}
td {
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	background: #f3f5f5 url(../images/bg-html.jpg);
	min-width: 988px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin: 0;
	color: #000;
	font: 14px / 20px Calibri, Arial, Helvetica, sans-serif;
	background: url(../images/bg-header.jpg) 50% 0 repeat-x;
	min-width: 988px;
}
p .p {
	font: 14px / 20px Calibri, Arial, Helvetica, sans-serif;
}
#mainContent.content .tourguiden body {
	font: 14px / 20px Calibri, Arial, Helvetica, sans-serif;
important!
}
img {
	border-style: none;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea, select {
	font: 12px / 14px Calibri, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #828c93;
	margin: 0;
	padding: 0;
	outline: none;
}
input {
	margin-right: 7px;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
/* Header */

.header:after, .navbar:after, #main:after {
	content: '';
	display: block;
	clear: both;
}
.header, .navbar {
	width: 100%;
}
/* List languages */

.lang {
	float: right;
	padding: 0 20px 0 7px;
	border: 1px solid #c9c9c9;
	border-width: 0 0 0 1px;
}
.lang li {
	float: left;
	padding: 10px 0 11px 7px;
}
.lang a {
	background: url(../images/icons.gif) no-repeat;
	width: 18px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.lang .ico-en {
	background: url(../images/icons.gif) no-repeat;
}
.lang .ico-da {
	background: url(../images/icons.gif) no-repeat 0 -20px;
}
.lang .ico-de {
	background: url(../images/icons.gif) no-repeat 0 -40px;
}
/* Top navigation */

.top-nav {
	height: 33px;
	float: right;
	font-size: 12px;
	position: relative;
	z-index:15;
}
.top-nav li {
	float: left;
	border: 1px solid #c9c9c9;
	border-width: 0 0 0 1px;
	padding: 5px 10px 8px;
	position: relative;
}
.top-nav li:hover {
	background: #c9c9c9;
}
.top-nav .issuu:hover, .top-nav .twitter:hover, .top-nav .flickr:hover, .top-nav .vimeo:hover {
	background: none;
}
.top-nav a {
	float: left;
	color: #010101;
}
.top-nav a:hover {
	text-decoration: none;
}
.top-nav .issuu a, .top-nav .twitter a, .top-nav .flickr a, .top-nav .vimeo a {
	text-indent: -9999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: url(../images/icons.gif) no-repeat;
}
.top-nav .issuu a {
	background-position: 0 -65px;
}
.top-nav .issuu a:hover {
	background-position: 0 -95px;
}
.top-nav .twitter a {
	background-position: 0 -125px;
}
.top-nav .twitter a:hover {
	background-position: 0 -155px;
}
.top-nav .flickr a {
	background-position: 0 -185px;
}
.top-nav .flickr a:hover {
	background-position: 0 -215px;
}
.top-nav .vimeo a {
	background-position: 0 -245px;
}
.top-nav .vimeo a:hover {
	background-position: 0 -275px;
}
.top-nav .hasdrop {
	background: url(../images/icons.gif) 100% -297px no-repeat;
	padding: 5px 30px 8px 10px;
}
.top-nav .hasdrop:hover {
	background: #c9c9c9 url(../images/icons.gif) 100% -317px no-repeat;
	position: relative;
}
.top-nav .hasdrop:hover .drop {
	display: block;
}
.drop {
	display: none;
	position: absolute;
	top: 33px;
	left: -1px;
	width: 100%;
	z-index:15;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.drop li {
	border: 1px solid #c9c9c9;
	border-width: 0 1px 1px 1px;
	width: 100%;
	padding: 0;
	background: #fff;
}
.drop li:hover {
	background: #eff1f1;
}
.drop span {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	display: block;
}
.drop a {
	float: none;
	height: 1%;
	display: block;
	color: #231f20;
	padding: 7px 7px 6px;
}
/* Logo */

.logo {
	/*background:url(../images/logo.gif) no-repeat;*/
	width: 205px;
	height: 60px;
	float: left;
	/*text-indent:-9999px;*/
	overflow: hidden;
	margin: 4px 0 0 14px;
}
.logo a {
	display: block;
	height: 100%;
	cursor: pointer;
}
/* Search */

.search-form {
	float: right;
	padding: 19px 19px 0 0;
}
.search-form .row {
	float: right;
	background: url(../images/bg-search.png) no-repeat;
	width: 293px;
	height: 29px;
}
.search-form .text {
	padding: 7px 10px;
	float: left;
}
.search-form .text input {
	float: left;
	width: 230px;
	background: none;
	border: none;
}
.search-form .btn-search {
	float: left;
	width: 36px;
	height: 28px;
	background: none;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
}
.search-form .findmedarbejdere-label {
	float: left;
	width: 100%;
}
.findmedarbejdere-label a {
	width: 100%;
	float: left;
}
.header {
	padding: 0 0 6px;
}
/* Main navigation */

#nav {
	font-size: 18px;
	line-height: 44px;
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-nav.png) 100% -60px no-repeat;
	margin-top: 4px;
}
#nav li {
	float: left;
	display: inline;
	background: url(../images/bg-nav.png) no-repeat;
}
#nav a {
	height: 48px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 2px 0 #474a4c;
	width: 100%;
}
#nav .first-child {
	background: url(../images/bg-nav.png) no-repeat 0 -112px;
}
#nav li a:hover {
	background: url(../images/bg-nav-h.png) repeat-x;
}
#nav .selected {
	background: url(../images/bg-nav-h.png) 0 -50px repeat-x;
}
.main {
	padding: 14px 0 18px 13px;
	position: relative;
}
.main .title {
	font:normal 30px / 36px Impact, Charcoal, sans-serif;
	color: #000;
	font-weight: normal;
	margin: 0 0 6px;
	text-align: left;
}
.block .title {
	color: #FFF;
}
/* Gallery */

.gallery {
	overflow: hidden;
	background: url(../images/bg-gallery.gif) no-repeat;
	width: 940px;
	height: 269px;
	padding: 6px;
	position: relative;
	margin: 0 0 8px;
}
.gallery .frame {
	width: 940px;
	overflow: hidden;
	position: relative;
}
.gallery .frame ul {
	position: relative;
	width: 940px;
	height: 269px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.gallery .frame ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 269px;
}
.gallery .link-prev, .gallery .link-next {
	background: url(../images/link-gallery.png) no-repeat;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 221px;
	left: 20px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.gallery .link-prev:hover {
	background-position: 0 -42px;
}
.gallery .link-next {
	background-position: -44px 0;
	left: 63px;
}
.gallery .link-next:hover {
	background-position: -44px -42px;
}
.gallery .block {
	background: url(../images/box-gallery.png) no-repeat;
	width: 330px;
	height: 151px;
	position: absolute;
	top: 14px;
	left: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 20px 30px 18px;
	overflow: hidden;
}
.gallery .block .title {
	font: normal 30px / 36px Impact, Charcoal, sans-serif;
	letter-spacing: 1px;
	display: block;
	margin: 0 0 12px;
}
.gallery .block p {
	margin: 0 30px 30px 0;
}
.gallery .block:hover {
	background-position: 0 -191px;
}
.gallery .block .read-more {
	color: #fff;
	position: absolute;
	top: 164px;
	left: 18px;
	padding: 0 0 0 23px;
}
.gallery2 {
	overflow: hidden;
	background: url(../images/bg-gallery.gif) no-repeat;
	background-position: 0 -700px;
	width: 940px;
	height: 391px;
	padding: 6px;
	position: relative;
	margin: 0 0 8px;
}
.gallery2 .frame {
	width: 940px;
	overflow: hidden;
	position: relative;
	text-align: right;
}
.gallery2 .frame ul {
	position: relative;
	width: 940px;
	height: 391px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.gallery2.frame ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 391px;
}
.gallery2 .link-prev, .gallery2 .link-next {
	background: url(../images/link-gallery.png) no-repeat;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 343px;
	left: 20px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.gallery2 .link-prev:hover {
	background-position: 0 -42px;
}
.gallery2 .link-next {
	background-position: -44px 0;
	left: 63px;
}
.gallery2 .link-next:hover {
	background-position: -44px -42px;
}
.gallery2 .block {
	background-color: #ea8023;
	width: 260px;
	height: 391px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 20px 30px 18px;
	overflow: hidden;
	border-right: 2px solid #FFF;
	text-align: left;
}
.gallery2 .block .title {
	font: bold 30px / 36px Impact, Charcoal, sans-serif;
	letter-spacing: 1px;
	display: block;
	margin: 0 0 12px;
	text-shadow: 2px 2px 2px #424242;
}
.gallery2 .block p {
	margin: 0 30px 30px 0;
}
.gallery2 .block:hover {
	background-position: 0 -191px;
}
.gallery2 .block .read-more {
	color: #fff;
	position: absolute;
	top: 164px;
	left: 18px;
	padding: 0 0 0 23px;
}
/* Four boxes */

.four-boxes {
	width: 100%;
	overflow: hidden;
}
.four-boxes .box {
	margin: 0 8px 8px 0;
	float: left;
}
.box {
	background: url(../images/bg-box.png) no-repeat;
	width: 220px;
	height: 246px;
	padding: 6px;
	position: relative;
	text-align: center;
}
.box a {
	color: #fff;
}
.box .bigtext {
	font: bold 34px / 34px Impact, Charcoal, sans-serif;
	letter-spacing: 2px;
	text-align: center;
	padding: 33px 0 0;
	display: inline-block;
}
.box .bigtext strong {
	font-size: 78px;
	line-height: 78px;
}
.box .block {
	background: url(../images/bg-nav-h.png) 0 -122px no-repeat;
	position: absolute;
	top: 174px;
	left: 6px;
	width: 200px;
	height: 68px;
	line-height: 16px;
	padding: 5px 10px 5px 14px;
	overflow: hidden;
	text-align: left;
	color: #FFF;
}
.box a:hover {
	text-decoration: none;
}
.box a:hover .block {
	background-position: -250px -122px;
}
.box .block b, .box .block strong {
	font-size: 16px;
	line-height: 27px;
	font-weight: bold;
	display: block;
}
.box2 {
	width: 220px;
	padding: 6px;
	position: relative;
	text-align: left;
}
#main {
	width: 988px;
	margin: 14px -4px 18px;
	background: url(../images/bg-main-c.gif) repeat-y center;
}
#main .holder {
	background: url(../images/bg-main-t2.gif) no-repeat;
}
#main .frame {
	background: url(../images/bg-main-b.gif) 0 100% no-repeat;
	/*height:1%; */
	overflow: hidden;
	padding: 14px 4px 61px;
}
/* Content */

#content {
	float: right;
	width: 721px;
}
#content h1 {
	font-size:36px;
	line-height:38px;
	font-family:Calibri,​Arial,​Helvetica,​sans-serif;
	font-weight:bold;
	color: #000;
	margin: 0 0 21px;
}
#content h2, #employee h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #3b464a;
	margin: 0px 0px 21px;
}
#content h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #3b464a;
	margin: 17px 0 0 0;
}
.main a, #employee a, H2 a {
	color: #eb8123;
	text-decoration: none;
}
.main a:hover, #employee a:hover, H2 a:hover {
	color: #eb8123;
	text-decoration: underline;
}
/* Breadcrumbs */

.breadcrumbs {
	overflow: hidden;
	width: 100%;
	color: #505a61;
	margin: 0 0 16px;
}
.breadcrumbs li {
	float: left;
}
.breadcrumbs li a {
	float: left;
	padding: 0 20px 0 0;
	background: url(../images/icons.gif) 100% -513px no-repeat;
	color: #505a61;
}
ul.breadcrumbs {
	margin: 3px 0 17px 0px !important;
}
/* Visual */

.visual {
	background: url(../images/bg-gallery.gif) 0 -346px no-repeat;
	width: 700px;
	height: 242px;
	padding: 6px;
	margin: 0 0 10px -6px;
}
.visual349 {
	background: url(../images/bg-gallery.gif) 0 -1200px no-repeat;
	width: 700px;
	height: 349px;
	padding: 6px;
	margin: 0 0 20px 0px;
}
.insprelproj {
	display: table;
	clear: both;
	position: relative;
	border-bottom: 1px solid #bcbcbc;
	margin: 10px 0 10px 0;
	padding: 6px 0px 6px 0px;
	width: 100%;
}
.insprelproj:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}
.visual220 {
	background: url(../images/visual220.gif) 0 0 no-repeat;
	width: 220px;
	height: 220px;
	padding: 6px;
	margin: 0 20PX 20px 0px;
	float: left;
}
#main .main {
	/*overflow:hidden; fjernet d. 2013-03-05 mch */
	width: 100%;
	padding: 0;
}
.content {
	float: left;
	width: 450px;
	padding: 1px 0 0;
}
.contentFullwidth {
	float: left;
	width: 700px;
	padding: 1px 0 0;
}
.wide {
	width: 700px;
}
.content h3, .aside h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}
.content p {
	margin: 10px 0 20px;
}
.aside {
	float: right;
	width: 242px;
}
/*
 * Tilføjet 20.01.2012 - 10:12
 */
.aside p {
	margin: 10px 0 20px;
}
.aside .box {
	margin: 0 0 15px -5px;
}
/* Links Workspaces */

.links {
	line-height: 23px;
	padding: 0px 21px 0 0;
	margin-left: -20px;
}
.box2 .links, #ProductRight {
	line-height: 29px;
	padding: 0px 21px 0 0;
	margin-left: 0px;
	margin-top: -12px;
}
#ProductRight {
	padding: 0px;
	margin: 0px;
}
.links li, #ProductRight li {
	border-bottom: 1px solid #d0d4da;
	padding-bottom: 7px;
	margin-top: 7px;
}
.links li:first-child {
	xxxborder: none;
}
.links li:hover {
	xxxbackground: #ea8023;
}
.links li:active {
	xxxbackground: #000;
}
.links li a, #ProductRight li a {
	padding: 0 0 0 20px;
	background: url(../images/Link.gif) 6px 0px no-repeat;
	display: block;
	height: 100%;
	color: #000;
}
.links li a:hover, #ProductRight li a:hover {
	text-decoration: none;
	background: url(../images/LinkHover.gif) 6px 0px no-repeat #ea8023;
	color: #fff;
}
ul.breadcrumbs li {
	list-style-type: none;
}
ul.links li, #ProductRight ul li {
	list-style-type: none
}
/* Sidebar */

#sidebar {
	float: left;
	width: 218px;
	padding: 38px 0 0 20px;
}
#sidebarr {
	float: right;
	width: 218px;
	padding: 38px 0 0 20px;
}
/* Left side navigation */

.sidenav {
	font-size: 17px;
	line-height: 24px;
	border: 1px solid #d0d4da;
	border-width: 0 0 1px;
}
.sidenav li {
	border: 1px solid #d0d4da;
	border-width: 1px 0 0;
}
.sidenav .active, .sidenav .active a:hover, .sidenav .selected {
	background: #eff1f1;
	color: #000;
}
.sidenav .active li {
	background: #fff;
}
.sidenav .selected a, .sidenav .active.selected a:hover {
	background: #FFF url(../images/menuarrow.gif) top right no-repeat;
	color: #000;
}
.sidenav a {
	display: block;
	height: 1%;
	line-height: 24px;
	/*padding: 7px 35px 8px 9px; ændret 2013-06-13 kl. 10.50 Mch*/
	padding: 7px 28px 8px 9px;
	text-decoration: none;
}
.sidenav .selected a:active {
	background: #FFF url(../images/menuarrow.gif) top right no-repeat;
}
.sidenav a:active, .sidenav .active ul a:active {
	background: #000;
	color: #fff;
}
.sidenav ul {
	font-size: 16px;
}
.sidenav ul a, .sidenav ul .active.selected a:hover, .sidenav ul .active.selected a {
	/*padding: 7px 35px 8px 20px; ændret 2013-06-13 kl. 10.50 Mch*/
	padding: 7px 28px 8px 20px;
}
.sidenav li.selected ul li a, .sidenav li.active ul li {
	background-image: none;
	background: #fff !important;
}
/* Footer */

#footer {
	width: 100%;
	background: #fff url(../images/bg-footer.gif) 0 100% repeat-x;
	vertical-align: bottom;
}
.footer {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.footer .top {
	padding: 25px 0 29px;
	width: 100%;
	overflow: hidden;
}
.footer .title {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin: 0 0 6px;
}
/* Left box */

.intro {
	float: left;
	width: 460px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
}
.intro p {
	margin: 0 0 14px;
}
.footer .read-more {
	overflow: hidden;
	width: 100%;
}
.footer .read-more a {
	background: url(../images/icons.gif) 0 -358px no-repeat;
	padding: 0 0 0 26px;
	float: left;
	line-height: 19px;
}
.footer .read-more a:hover {
	background-position: 0 -378px;
	text-decoration: none;
}
/* Right box */

.group {
	float: right;
	width: 385px;
}
.group .title {
	padding: 2px 0 0 2px;
}
.group .holder {
	overflow: hidden;
	width: 100%;
}
.group ul {
	float: left;
	font-size: 14px;
	line-height: 16px;
	padding: 18px 20px 0 0;
}
.group ul li {
	/*float:left;*/
	width: 100%;
	padding: 0 0 15px;
}
.group ul a {
	padding: 0 0 0 26px;
	background: url(../images/icons.gif) 0 -418px no-repeat;
	/*float:left;*/
	display: block;
}
.group ul a:hover {
	background-position: 0 -468px;
	text-decoration: none;
}
.group ul strong {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
/* Bottom */

.bottom {
	overflow: hidden;
	width: 100%;
	color: #fff;
	/*padding:27px 0 30px;*/
	line-height: 14px;
	xxpadding-top: 27px;
	height: 71px;
}
.number {
	float: right;
	padding: 0 22px 0 0;
}
.bottom ul {
	float: left;
	margin: 0 0 0 -11px;
}
.bottom ul:first-child {
	margin-top: 3px;
}
.bottom ul li {
	float: left;
	padding: 0 10px;
	border: 1px solid #fff;
	border-width: 0 0 0 1px;
	margin-top: 7px;
}
.bottom ul a {
	color: #fff;
}
.bottom ul strong {
	font-weight: bold;
}
span.h2 {
	font-weight: 900;
}
b {
	font-weight: 900;
}
.newsListItem {
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #d0d4da;
}
.newsListItem:hover {
	background-color: #eff1f1;
	cursor: pointer;
}
#newselement {
	xxxwidth: 450px;
	width: 100%;
}
.newsimage {
	padding: 3px 3px 3px 3px;
	border: 1px solid #cccccc;
	margin: 20px 0px 20px 0px
}
.newsBackLink {
	display: block;
	height: 17px;
	width: 55px;
	padding-left: 25px;
	background: url(../images/icons.gif) #ffffff no-repeat 0px -648px
}
.newsBackLink:hover {
	background-color: #eff1f1;
	text-decoration: none;
}
ol li.required {
	clear: both;
	margin-bottom: 20px;
	line-height: 200%;
}
ol li.required label {
	color: #000000;
	display: block;
	width: 80px;
	float: left;
}
ol li.required input, ol li.required textarea {
	float: left;
	border: 1px solid #cccccc;
	padding: 2px;
	width: 300px;
}
ol li.required span {
	display: none;
}
.filterbox {
	width: 940px;
	height: 140px;
	background-color: #bcbdbd;
	margin: 0 0 20px 5px;
	padding: 0;
}
.filterbox .boxx {
	width: 235px;
	height: 78px;
	margin: 25px 20px 0 0;
	background-color: #303030;
	float: left;
	padding: 12px 25px 0 25px;
}
.filterbox .boxx h3 {
	margin-bottom: 12px;
}
.filterbox .boxx.first {
	margin-left: 20px
}
.boxx h3 {
	font: 16px / 24px calibri, sans-serif;
	color: #FFFFFF
}
.frame h1 {
	color: #000;
	margin: 0 0 10px;
	text-align: left;
	margin: 10px 0 0 0;
}
.frame h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #3b464a;
	margin: 0 0 21px;
	text-align: left;
}
/* -------- Structure: dropdown menu -> container -------- */

.dropdownmenu-container {
	float: left;
}
/* Drop down styles*/

div.selectbox-wrapper {
	position: absolute;
	width: 400px;
	background-color: white;
	border: 1px solid #ccc;
	margin: 0px;
	margin-top: -10px;
	padding: 0px;
	text-align: left;
	height: auto !important;
	overflow: auto;
	z-index: 1000;
}
/*Drop down list styles*/

div.selectbox-wrapper ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Selected item in dropdown list*/

div.selectbox-wrapper ul li.selected {
	background-color: #EAF2FB;
}
/* Hover state for dropdown list */

div.selectbox-wrapper ul li.current {
	background-color: #CDD8E4;
}
/* Drop down list items style*/

div.selectbox-wrapper ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
/* Look and feel of select box */

.selectbox {
	margin: 0px 5px 10px 0px;
	padding-left: 12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.2em; /* Resize Font*/
	font-weight: 900;
	width: 230px; /* Resize Width */
	height: 26px;
	line-height: 25px;
	display: block;
	text-align: left;
	background: url('/files/templates/designs/dsgruppen/images/dropdown_bg.png') right no-repeat;
	cursor: pointer;
	border: 0px solid #D1E4F6;
	color: #333;
}
#printProductButton {
	background-color: #eb8123;
	color: #FFF;
	text-align: center;
	margin: 0 20px 20px 0;
	padding: 15px 0 15px 0;
	font-size: 20px;
	cursor: pointer;
}
#content #relatedproducts ul {
	list-style-type: none;
}
#content #relatedproducts ul li ul {
	list-style-type: disc;
}
#content #relatedproducts ul li {
	clear: both;
}
#content #relatedproducts ul li h3 {
	line-height: 40px;
}
.relprodimg {
	float: left;
	margin: 0 20px 10px 0;
	width: 150px;
}
#productGroupSlider {
	height: inherit;
	width: 940px;
	/*    : #F1F1F1;*/
	background-color: #f1f1f1;
	margin: -16px 0px 20px -16px;
	padding: 20px 20px 20px 20px;
	float: left;
}
#productGroupSlider #pagernav li {
	height: auto !important;
}
.productGroupImage {
	float: right;
	margin: -20px -20px 0 0;
}
#slidingitems {
	width: 500px;
}
.slidingitem {
	width: 500px;
	background-color: #FF0000;
	height: 150px;
}
#slidingitems h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #3b464a;
	margin: 0px 0 0 0;
}
.laesmereknap {
	position: absolute;
	top: 120px;
	left: 0px;
}
#pagernav li {
	float: left;
	width: 120px;
	Height: 120px;
	margin: 20px 20px 0 0;
	font-size: 12px;
	line-height: 14px;
}
.pagerimg {
	margin: 0 0 5px 0;
	border: 1px solid #CCCCCC;
}
.pagerimg:hover {
	border: 1px solid #000000;
}
#content ul {
	list-style-type: disc;
	margin: 10px 0 10px 20px;
}
#content ul.links {
	margin-left: 0px;
}
.gallery .frame .productcarousel {
	position: relative;
	height: 200px;
	margin-top: 60px;
	margin-left: 0px;
}
.gallery .frame .productcarousel ul li {
	float: left;
	width: 156px;
	height: 200px;
	position: relative;
	text-align: center;
}
.gallery .frame .productcarousel ul li img {
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}
.gallery .frame .productcarousel ul li img:hover {
	border: 1px solid #000000;
}
.main div.Prev {
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 149px;
	background-image: url(../images/link-gallery.png);
}
.main div.Next {
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0;
	z-index: 5;
	position: absolute;
	left: 938px;
	top: 149px;
	background-image: url(../images/link-gallery.png);
	background-position: -44px 0;
}
.main div.Prev:hover {
	cursor: pointer;
	background-image: url(../images/link-gallery.png);
	background-position: 0 -42px;
}
.main div.Next:hover {
	cursor: pointer;
	background-image: url(../images/link-gallery.png);
	background-position: -44px -42px;
}
table.producttable {
	width: 700px;
	margin: 20px 0 0 0px;
}
table.producttable td {
	border-bottom: 0px solid #CCCCCC;
	padding: 14px 10px 10px 20px;
	background: url(../images/tablebordergradient.gif) repeat-x;
	vertical-align: middle;
}
table.producttable td.label {
	font-weight: 900;
	vertical-align: middle;
}
table.producttable td img {
	margin: 10px 10px 0px 0px;
}
hr {
	color: #CCCCCC;
	background-color: #cccccc;
	height: 8px;
	border: 0;
	margin-top: 20px;
	background: url(../images/tablebordergradient.gif) repeat-x;
}
.mapcontainer {
	width: 450px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.leveringsDistrikt {
	margin-bottom: 60px;
	margin-top: 60px;
}
.searchBox {
	height: 45px;
	padding: 20px;
	background-color: #aab4b9;
}
.searchBox input {
	height: 22px;
	float: left;
	line-height: 20px;
	border-width: 0px;
	padding-left: 5px;
}
.searchBox img {
	float: left;
	cursor: pointer;
}
.searchBox {
	text-align: left;
}
.leveringssearch {
	background-image: none;
	height: 200px;
}
.distriktInfo {
	border: #aab4b9 1px solid;
	overflow: hidden;
}
.distriktInfo strong {
	font-weight: 900;
	display: block;
}
.distriktInfo strong span {
	font-size: 12px;
}
.distriktInfo .orange {
	color: #EB8123;
}
.distriktInfo .distriktNumber {
	font-size: 65px;
	height: 65px;
	line-height: 65px;
	color: #EB8123;
}
.distriktInfo .left {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 80px;
	width: 78px;
	float: left;
	border-right: #aab4b9 1px solid;
}
.distriktInfo .right {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	height: auto; /* <= IE 7 bug */
	height: 90px;
	float: left;
}
/* Structure: Related Groups --> Produkt(DK)  [default.aspx?ID=48] 
==================================================================================> */

.prodimagecontainer {
	/*background : #f1f1f1 no-repeat top right;*/
	height: 280px;
	background-repeat: no-repeat;
	/*padding : 20px 20px 0 20px;*/
	margin: 0 0 20px 0;
	position: relative;
}
#ProduktImage, #ProduktImageBg {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}
#ProductInfo {
	position: absolute;
	top: 20px;
	left: 26px;
	z-index: 3;
	height: 249px;
	width: 690px;
}
#ProduktImageBg {
	z-index: 1;
}
#ProduktImageBg img {
	width: auto;
	height: auto;
}
.prodimagecontainer h1 {
	width: 400px;
}
.enlarge {
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0;
	z-index: 5;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-image: url(../images/enlarge.png);
}
.enlarge:hover {
	background-image: url(../images/enlarge.png);
	background-position: 0 -42px;
}
#mainContentShadowbox {
	width: 480px;
}
#employee {
	background-color: #FFF;
	height: 246px;
	width: 480px;
	padding: 30px 30px 30px 30px;
	display: table;
}
#employee img {
	margin-right: 20px;
}
.altMaster {
	min-width: 1px;
	background-image: none;
}
.altMaster {
	min-width: 1px;
	background-image: none;
	background-color: #FF0000
}
#content .contenttable {
	margin-right: 20px;
}
#content .contenttable tr td {
	vertical-align: top;
	padding: 0px 0px 30px 0px
}
#content .contenttable tr td img {
	margin-top: 30px;
}
#content .contenttable tr td h3 {
	margin: 0;
}
/* Related groups visibility logic */

#sideBoxes .RELGRP4 {
	display: none
}
/* Hide related cases in a produkt context */
ul.RELGRP3 {
	display: none
}
/* Hide alle related group headers in a product context */
.RELGRP4 h2.related-group-header {
	display: none;
}
/* Display only the related group header in the first line with products, in a product context */
li.related-container:first-child h2.related-group-header {
	display: block;
}
#main.main2 {
	background-image: url(/Files/Templates/Designs/DSgruppen/images/bg-main-c2.gif);
}
#main.main2 .holder {
	background-image: url(/Files/Templates/Designs/DSgruppen/images/bg-main-t2.gif);
}
#main.main2 .frame {
	background-image: url(/Files/Templates/Designs/DSgruppen/images/bg-main-b2.gif);
	padding: 20px 0px 18px 20px;
}
/* Structure: Related Groups --> CASES  [default.aspx?ID=44] 
==================================================================================> */

.cases.groupid-RELGRP4 {
	display: none;
}
.cases-link {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
}
.cases-link p {
	color: #000;
}
.main .cases-link:hover {
	text-decoration: none;
	background: transparent;
}
.bottom ul li.number {
	margin-left: 70px;
	border-width: 0px;
	;
}
.frame h1.hideme, .frame h2.hideme {
	text-align: center;
}
.footer .bottom.Print {
	display: none;
}
/* FAQ input felter
----------------------------------*/

td textarea {
	width: 202px !important;
	margin: 0px 7px 5px 0px;
}
td input {
	margin-bottom: 5px;
}
#ProductAdvisor {
	xxxdisplay: none;
}
#sideBoxes #ProductAdvisor {
	display: block;
	float: left;
	margin-right: 5px;
}
.ReadMore {
	text-align: right;
	color: #EB8123;
}
#NewsLeft, #NewsRight {
	float: left;
	width: 450px;
}
#NewsRight {
	/*width:231px; ændring foretaget 2012-26-09 mch*/
	width: 221px;
	margin: 0px 20px;
}
.NewsImageRight {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
/* Forsøg på fjernelse af outlines på Map
----------------------------------*/
.mapcontainer #Map, .mapcontainer #Map onClick, .mapcontainer #Map:focus, .mapcontainer #Map area:focus {
	outline: none !important;
	border: none !important;
	filter: none !important;
}
/* <-- Tilføjet 22.02.2012 -->
Structure: Leveringsdistrikter -> Billedetekst [DE] container
==================================================================================> */

.image-text.DE {
	position: absolute;
	float: left;
	width: 120px;
	bottom: 120px;
	left: 150px;
	z-index: 10000;
	font-weight: bold;
	font-size: 16px;
}
/* Tilføjelse 2012 03 13 Start
----------------------------------*/
/* Afsnit med ramme
--------------------------*/
.Paragraph.Border {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	width: auto;
}
.Paragraph.Border .Container {
	width: 410px;
}
#sideBoxes .Paragraph.Border .Container {
	width: 200px;
}
/* Tilføjelse 2012 03 13 Slut
----------------------------------*/

/* Mch tilføjelse 10/5-2012
---------------------------------------- */
.box.HideFrontend {
	display: none;
}
/* Custom table
---------------------------------------- */

/* Produktvisning med Slideshow */
#slideshow {
	position: relative;
	xxxheight: 350px;
	width: 700px;
	padding: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 2px #e8e9ea;
	display:inline-block;
}
#slideshow.static {
	xxxheight: 350px;
}
#slideshow ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#slideshow li {
	/* display:none; */
	position: absolute;
	top: 0px;
	height: auto;
}
#slideshow li.active {
	display: block;
}
#slideshow li.active li.active .colorpicker li {
	display: block;
}
#slideshow li.active .tabpicker li {
	display: block;
}
#slideshow .colorpicker {
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 15;
	width: 700px;
}
#slideshow .colorpicker li {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 2px;
}
#slideshow .link-prev, #slideshow .link-next {
	background: url(../images/link-gallery.png) no-repeat;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 261px;
	left: 20px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 99;
}
#slideshow .link-next {
	background-position: -44px 0;
	left: 63px;
}
#slideshow .link-prev:hover {
	background-position: 0 -42px;
}
#slideshow .link-next:hover {
	background-position: -44px -42px;
}
#slideshow .tabpicker {
	position: absolute;
	z-index: 14;
	top: 261px;
	left: 500px;
	width: 400px;
}
#slideshow .tabpicker li {
	float: left;
	margin-left: 2px;
	position: relative;
}
#slideshow .tabpicker li a {
	background-color: #484848;
	color: #ffffff;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 70px;
	text-align: center;
}

#slideshow .tabpicker li a:hover {
	background-color: #e17c2a;
}

#slideshow .tabpicker li.active a {
	background-color: #e17c2a;
}

#slideshow .slidePicker {
	/*position: absolute;
	z-index: 25;
	bottom: 2px; Mch 2013-03-14*/
	width:700px;
	height:36px;
	bottom:2px;
}

#slideshow .slidePicker li {
	float: left;
	position: relative;
	margin-left: 2px;
}

#slideshow .slidePicker a {
	background-color: #484848;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 173px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#slideshow .slidePicker li:first-child {
	margin: 0px;
}
#slideshow .slidePicker a:hover {
	background-color: #e17c2a;
}
#slideshow .slidePicker li.active a {
	background-color: #e17c2a;
}
.NewEcomPDetails.NewEcomPDetailsMereProduktInfo {
	display: none;
}
#content .NewEcomPDetails.NewEcomPDetailsMereProduktInfo ul {
	margin: 0px;
	xxxwidth: 457px;
}
.underConstruction {
	background-color: rgba(255,0,0,0.07);
}
.underConstruction:before {
	content: "[";
}
.underConstruction:after {
	content: "]";
}
.Col01 {
	width: 33%;
	float: left;
	margin: 0 12px 20px 5px;
	width: 226px;
}
#content .Col01 ul {
	list-style-type: none;
	margin-left: 0px;
}
.Col01 li {
	background: url("../images/NyEcom/ListElementBullet.png") 0px 8px no-repeat;
	color: #000000;
	display: block;
	height: 100%;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
}
.LinkBotton a {
	background: url(/files/Templates/Designs/DSgruppen/images/NyEcom/se_inspiration_link_pil.png) left center no-repeat;
	padding-left: 25px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.LinkBotton a:hover {
	background: url("/Files/System/Images/PrintArrow.png") no-repeat scroll left center;
	text-decoration: none;
}
#ProductRight li, td li {
	background: url("../images/Link.gif") no-repeat scroll 9px 6px transparent;
	color: #000000;
	display: block;
	height: 100%;
	padding: 6px 0 7px 20px;
	border-bottom: 1px solid #D0D4DA;
	margin-top: 0px;
}
.ProduktDataList td li {
	background: url("../images/NyEcom/ListElementBullet.png") no-repeat 5px 14px transparent;
	padding: 0 0 0 20px;
	color: #000000;
	display: block;
	height: 100%;
	padding: 6px 0 7px 20px;
	margin-top: 0px;
}
#ProductRight li a, td li a {
	background: none !important;
	padding: 0px;
}
#ProductRight li:hover {
	text-decoration: none;
	background: url(../images/LinkHover.gif) 9px 6px no-repeat #ea8023;
	color: #fff;
}
#ProductRight li:hover a, td li:hover a {
	color: #fff;
}
.ProduktDataList li td li {
	border: none;
	clear: left;
}
.NyEcomProdukt.NyEcomProduktOuterContainer {
	margin-bottom: 15px;
}
.NyEcomProdukt.NyEcomProduktOuterContainer.Loop0 {
	margin-right: 0px;
}
ol.sidenav.active.selected a.active {
	background: url("../images/icons.gif") no-repeat scroll 175px -571px #EFF1F1;
	color: #000000;
}
table.OvrigProduktDataTabel {
	margin-left: -15px;
}
table.OvrigProduktDataTabel td {
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	/*width: 50%;*/
}
table.OvrigProduktDataTabel tr td:last-child {
	border-right: 0px;
}

.hidden {
	display:none;
}

.toDisplayPermanent {
	display:block;
}

.Cart {
	float:left;
}

.ShowConsultant {
	width:218px;
}

.ShowCart {
	width:503px;
}
/*GALLERY SETUP*/
.gallerysteelbg {
	width:706px;
	height:350px;
	background:url("../images/gallerysteelbg.jpg") top left repeat;
	display:table;
	border:2px solid #FFF;
	box-shadow:0px 0px 5px 1px #c9c9c9;
	}
.gallery-largeimg {
	float:left;
	width:350px;
	display:table;
	height:350px;
	border-right:2px solid #FFF;
	}
.gallery-smallimgwrap {
	width:345px;
	float:left;
	display:table;
	padding:0;
	margin:0;
	}
.gallerylistspacer {
	display:table;
	margin:10px 0 0 5px;
	height:290px;
	}
.gallerylist {
			float:left;
			list-style-type:none;
			margin:0 5px 10px 5px ;
			padding:0;			
			}
	.gallerylist img {
			border:2px solid #FFF;
			cursor:pointer;
			}
		.gallerylist img:hover, img.galleryimgactive {
			border:2px solid #ed7709;
			}
.gallerypagewrap {
	display:table;
	float:right;
	margin:0 10px 0 0;
	}
	.gallerypagewrap ul {
		margin:0;
		padding:0;
		}
		.gallerypagewrap ul li {
			float:left;
			margin:0;
			list-style-type:none;
			}
.gallerypagebutton {
	width:23px;
	height:23px;
	margin:0 3px;
	float:left;
	text-align:center;
	display:table;
	background:url(../images/gallery-button.png) top left no-repeat;
	}
	.gallerypagebutton a {
		color:#FFF;
		display:block;
		padding:1px 0;
		font-size:12px;
		text-decoration:none;
		font-family:verdana;
		}
		.gallerypagebutton:hover, .gallerypagebutton.activeTrue {
			background:url(../images/gallery-button-active.png) top left no-repeat;
			}
			.gallerypagebutton:hover a, .gallerypagebutton.activeTrue:hover a {
				color:#FFF;
				text-decoration:none;
				}

/*KONSULENT KORT OPSÆTNING*/
.mainkonsulentkort {
	width:700px;
	display:table;
	margin:0;
	padding:0;
	}
.show-map-udsnit {
	display:none;
	}

.show-map-consulentwrapper {
	position:absolute;
	width:200px;
	margin:0 0 0 450px;
	display:table;
	}
	.show-large-map-consulentwrapper {
		position:absolute;
		width:200px;
		margin:0 0 0 460px;
		display:table;
	}
.show-map-consulent {
	display:none;
	width:280px;
	height:150px;
	}
.show-large-map-consulent {
	display:table;
	width:280px;
	}
.show-map-consulent ul, .show-large-map-consulent ul {
	background:#FFF;
	margin:10px;
	padding:0;
	}
	.show-map-consulent ul li, .show-large-map-consulent ul li {
		list-style-type:none;
		float:left;
		}
	.show-map-consulent ul li img, .show-large-map-consulent  ul li img {
		border:2px solid #FFF;
		margin:0 5px 0 0;
		}
		
		.map-consulent-map-name {
			font-size:15px;
			font-weight:bold;
			color:#000;
			display:block;
			}
		.map-consulent-map-phone {
			display:block;
			clear:both;
			}
		.map-consulent-map-fax {
			display:block;
			clear:both;
			}
.consulent-map-wrapper {
	min-height:1000px;
	display:table;
	}
.show-map-description {
	display:table;
	}

/*LIEFER GEBIETE DE MAP*/
.liefer-top-tekst, .liefer-footertext,.liefer-pagelinks {
	font-weight:normal;
	font-size:14px;
	line-height:normal;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	}
.liefer-pagelinks {
	width:155px;
	display:table;
	position:absolute;
	z-index:110;
	margin:-100px 0 0 565px;
	background:#FFF;
	}
.liefer-wrap {
	font-weight:normal;
	font-size:14px;
	line-height:normal;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	width:230px;
	display:table;
	border:4px solid #e98128;
	background:#FFF;
	padding:5px;
	}
#layerlg1,#layerlg2,#layerlg2a,#layerlg3,#layerlg4 {
	display:none;
	}
#layerlg1 {
	position:absolute;
	z-index:100;
	margin:-875px 0 0 340px;
	}
#layerlg2 {
	position:absolute;
	z-index:100;
	margin:-648px 0 0 162px;
	}
#layerlg2a {
	position:absolute;
	z-index:100;
	margin:-748px 0 0 350px;
	}

#layerlg3 {
	position:absolute;
	z-index:100;
	margin:-616px 0 0 350px;
	}
#layerlg4 {
	position:absolute;
	z-index:100;
	margin:-295px 0 0 296px;
	}
.liefer-headline {
	font-size:36px;
	font-family:Calibri,​Arial,​Helvetica,​sans-serif;
	font-weight:bold;
	color: #000;
	margin:5px 0;
	border-bottom:1px solid #B9B7B7;
	}
.liefer-frist {display:table; margin:0 0 5px 0;}
.liefer-frist2 {display:table; margin:15px 0 5px 0;}
.liefer-levering  {display:table; margin:0 0 5px 0;}
.liefer-leveringekstra {display:table; margin:0 0 5px 0; font-style:italic;}
.liefer-andeninfo  {display:table; margin:0 0 5px 0;}

/*PRODUCT COLOR SETUP*/
.showproductcolor {display:none; position:absolute; z-index:999; background:#FFF; width:835px; margin:0 0 0 -150px; padding:20px 0; border:1px solid #FFF; box-shadow:0 0 15px #000;}
.showproductcolorheadline {padding:0 0 10px 20px; font-size:22px; color:#000; float:left;}
.showproductcolorheadwrapper {display:table; width:100%;}
.showproductcolorclose {display:table; float:right; padding:0;}
.showproductcolor ul {margin:0; padding:0;}
.showproductcolor ul li {float:left; list-style-type:none; margin:0 10px 10px 10px; height:238px;}
.showproductcolor ul li div.colorcode {display:table; text-align:center; width:245px;}
.colorimage img {border:none;}

/*STEELACADEMY STYLES*/
.SteelAcademyDateTable td{padding:2px 5px;}
.steelacademy_infotable td{padding:2px 5px;}
.steelacademy_vorname {width:150px; padding:3px 5px; }
.steelacademy_name {width:150px;  padding:3px 5px; }
.steelacademy_longtext {width:345px; padding:3px 5px;}
.steelacademy_shorttext {width:150px; padding:3px 5px;}
.steelacademysubmit {padding:5px 15px; color:#000; font-size:12px;cursor:pointer;}

/*ANFRAGE STYLES*/
.anfrageformmaintable {width:100%; border:0;}
.anfrageformmaintable td {padding:0 5px 0 0; vertical-align:top;}
.anfrageformmaintable tr.anfrageborderspacer td {border-bottom:1px solid #000;}
.selecttdwidth {width:160px;}
.anfrageformmaintable textarea {width:500px !important;padding:5px; color:#000; font-size:14px;}
.anfrageformmaintable input[type="text"] {width:200px !important;padding:5px; color:#000; font-size:14px;}
.anfragesenden {font-size:16px; text-transform:uppercase; color:#FFF; border:1px solid #ed780a; background:#ed780a;padding:10px 25px;}