/* -------------------- SITE -------------------- */

.screenDisable {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.printDisable {
}



html, body, #sidecentreringTabel {
	width: 100%;
	height: 100%;
	margin: auto;
}

#sidecentreringCelle {
	text-align: center;
	vertical-align: middle;
}

#sidecentrering {
	position: relative;
	margin: auto;
	width: 990px;
	height: 560px;
	text-align: left;
/*	border: 1px solid black;*/
}

img { border-style: none; }

body
{
/*	background-color: #4c4c4c;*/
	background-image: url("/images/bodyCarbonBG.png");
}

#custInfo {
	position: absolute;
	z-index: 100;
	top: 430px;
	left: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

#custInfo a { text-decoration: none }
#custInfo a:link {}
#custInfo a:visited {}
#custInfo a:hover { text-decoration: underline }
#custInfo a:active {}

#techCMS {
	height: 8px;
	padding-left: 2px;
	text-align: left;
	font-size: 10px;
	color: silver;
}

#techCMS a { color: silver; text-decoration: none }
#techCMS a:link {}
#techCMS a:visited {}
#techCMS a:active {}
#techCMS a:hover { text-decoration: underline }


/* -------------------- MODULE : i_printfriendly.asp -------------------- */

#printfriendly {
	position: absolute;
	z-index: 100;
	top: -65px;
	left: 955px;
	width: 17px;
	height: 16px;
}

/* -------------------- MODULE : i_contact3.asp -------------------- */

.ctf_table {}

.ctf_legendItems,
.ctf_legendShow,
.ctf_legendShow2,
.ctf_legendLine,
.ctf_legendText,
.ctf_legendMemo,
.ctf_legendMemo2,
.ctf_legendEmail,
.ctf_legendDate,
.ctf_legendTime,
.ctf_legendDateTime,
.ctf_legendCheckbox,
.ctf_legendRadio,
.ctf_legendSelect {
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

.ctf_fieldText,
.ctf_fieldMemo,
.ctf_fieldMemo2,
.ctf_fieldEmail,
.ctf_fieldDate,
.ctf_fieldTime,
.ctf_fieldDateTime,
.ctf_fieldCheckbox,
.ctf_fieldRadio,
.ctf_fieldSelect,
.ctf_fieldOption {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid silver;
}

.ctf_fieldText:hover,
.ctf_fieldMemo:hover,
.ctf_fieldMemo2:hover,
.ctf_fieldEmail:hover,
.ctf_fieldDate:hover,
.ctf_fieldTime:hover,
.ctf_fieldDateTime:hover,
.ctf_fieldCheckbox:hover,
.ctf_fieldRadio:hover,
.ctf_fieldSelect:hover,
.ctf_fieldOption:hover {
	background-color: #F8F8F8;
}

.ctf_fieldText:focus,
.ctf_fieldMemo:focus,
.ctf_fieldMemo2:focus,
.ctf_fieldEmail:focus,
.ctf_fieldDate:focus,
.ctf_fieldTime:focus,
.ctf_fieldDateTime:focus,
.ctf_fieldCheckbox:focus,
.ctf_fieldRadio:focus,
.ctf_fieldSelect:focus,
.ctf_fieldOption:focus {
	background-color: #F0F0F0;
}

.ctf_fieldText,
.ctf_fieldMemo,
.ctf_fieldMemo2,
.ctf_fieldEmail,
.ctf_fieldDate,
.ctf_fieldTime,
.ctf_fieldDateTime {
	width: 250px;
}

.ctf_fieldMemo,
.ctf_fieldMemo2 {
	height: 100px;
}

.ctf_textButton {
	width: 100%;
	border: 1px solid silver;
	background-color: #F8F8F8;
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
}

.ctf_textButton:hover {
	background-color: gray;
	color: white;
}

/* -------------------- MODULE : i_thgalleries.asp -------------------- */

/* galleries */

.dthg_galleries {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	z-index: 700;
}

.dthg_galleries td {
	padding: 10px 10px 10px 0;
	vertical-align: top;
	width: 150px;
}

.dthg_galleries .imageCell {}
.dthg_galleries .imageCell a:focus { outline: 1px dotted silver; }
.dthg_galleries .textCell {}

.dthg_galleries .title {
	display: block;
	color: white !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
}
.dthg_galleries .title:link {}
.dthg_galleries .title:visited {}
.dthg_galleries .title:hover {
	color: #D00000 !important;
	text-decoration: none !important;
}
.dthg_galleries .title:active {}
.dthg_galleries .title:focus {
	outline: none;
	color: #D00000 !important;
}

.dthg_galleries .desc {
	display: block;
	color: gray !important;
	text-decoration: none !important; 
}
.dthg_galleries .desc:link {}
.dthg_galleries .desc:visited {}
.dthg_galleries .desc:hover {
	color: #D00000 !important;
	text-decoration: none !important;
}
.dthg_galleries .desc:active {}
.dthg_galleries .desc:focus {
	outline: none;
	color: #D00000 !important;
}

.dthg_galleries .imageCount {
	padding-top: 10px;
	font-size: 10px;
	color: silver;
}

.dthg_galleries .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #F0F0F0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.dthg_galleries .navigate .prev {
	width: 16px;
	background-image: url( /images/thgalleries_prev.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
}
.dthg_galleries .navigate .prev:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
}
.dthg_galleries .navigate .prev a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}
.dthg_galleries .navigate .prev a:link {}
.dthg_galleries .navigate .prev a:visited {}
.dthg_galleries .navigate .prev a:hover { text-decoration: none !important; }
.dthg_galleries .navigate .prev a:active {}
.dthg_galleries .navigate .prev a:focus { outline: 1px dotted silver; }

.dthg_galleries .navigate .pageInfo {
	width: auto;
	color: gray;
	text-align: center;
	height: 20px;
}

.dthg_galleries .navigate .next {
	width: 16px;
	background-image: url( /images/thgalleries_next.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
}

.dthg_galleries .navigate .next:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
}

.dthg_galleries .navigate .next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}

.dthg_galleries .navigate .next a:link {}
.dthg_galleries .navigate .next a:visited {}
.dthg_galleries .navigate .next a:hover { text-decoration: none !important; }
.dthg_galleries .navigate .next a:active {}
.dthg_galleries .navigate .next a:focus { outline: 1px dotted silver; }

/* gallery */

#gallery {
	height: 380px;
	overflow: auto;
	position: absolute;
	top: 170px;
	left: 40px;
	width: 642px;
	z-index: 500;
}

.dthg_gallery {
	position: absolute;
	top: 0px;
	left: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	z-index: 700;
}

.dthg_gallery td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
}

.dthg_gallery .title {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.dthg_gallery .desc {
	padding-top: 5px;
	color: gray;
	text-align: center;
}

.dthg_gallery .imageCount {
	padding-top: 5px;
	font-size: 10px;
	color: silver;
}

.dthg_gallery .image {}
.dthg_gallery .image:focus { outline: 1px dotted silver; }

.dthg_gallery .imageTitle {
	display: block;
	color: gray !important;
	text-decoration: none !important;
	text-align: center;
	width: 80px;
}
.dthg_gallery .imageTitle:link {}
.dthg_gallery .imageTitle:visited {}
.dthg_gallery .imageTitle:hover {
	color: #D00000 !important;
	text-decoration: none !important;
}
.dthg_gallery .imageTitle:active {}
.dthg_gallery .imageTitle:focus {
	outline: none;
	color: #D00000 !important;
}

.dthg_gallery .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #F0F0F0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.dthg_gallery .navigate .prev {
	width: 16px;
	background-image: url( /images/thgallery_prev.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
}
.dthg_gallery .navigate .prev:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
}
.dthg_gallery .navigate .prev a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}
.dthg_gallery .navigate .prev a:link {}
.dthg_gallery .navigate .prev a:visited {}
.dthg_gallery .navigate .prev a:hover { text-decoration: none !important; }
.dthg_gallery .navigate .prev a:active {}
.dthg_gallery .navigate .prev a:focus { outline: 1px dotted silver; }

.dthg_gallery .navigate .pageInfo {
	width: auto;
	color: gray;
	text-align: center;
}

.dthg_gallery .navigate .next {
	width: 16px;
	background-image: url( /images/thgallery_next.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
}
.dthg_gallery .navigate .next:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
}
.dthg_gallery .navigate .next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}
.dthg_gallery .navigate .next a:link {}
.dthg_gallery .navigate .next a:visited {}
.dthg_gallery .navigate .next a:hover { text-decoration: none !important; }
.dthg_gallery .navigate .next a:active {}
.dthg_gallery .navigate .next a:focus { outline: 1px dotted silver; }

.dthg_gallery .back {
	display: block;
	color: silver !important;
	text-align: center;
	text-decoration: none !important;
}
.dthg_gallery .back:link {}
.dthg_gallery .back:visited {}
.dthg_gallery .back:hover {
	color: #D00000 !important;
	text-decoration: none !important;
}
.dthg_gallery .back:active {}
.dthg_gallery .back:focus {
	outline: none;
	color: #D00000 !important;
}

/* closeup */

.dthg_closeup {
	z-index: 900;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url( /images/thcloseup_fade.png );
}

#dthg_window {
	position: fixed;
	padding: 20px;
	background-color: black;
	visibility: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#dthg_window .title {
	font-size: 20px;
	color: white;
	text-align: center;
	padding-bottom: 20px;
}

#dthg_window .image {
	border-collapse: collapse;
	border-spacing: 0;
}

#dthg_window .image td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#dthg_window .image td:hover img {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.2 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.2 );
}

#dthg_window .image td img { visibility: hidden; }
#dthg_window .image td:hover img { visibility: visible; }
#dthg_window .image td img:hover { cursor: pointer; }
#dthg_window .image td a:focus { outline: none; }
#dthg_window .image td a:focus img { visibility: visible; }

#dthg_window .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
}

#dthg_window .navigate .prev {
	width: 16px;
	padding-left: 0;
	padding-right: 0;
	background-image: url( /images/thcloseup_prev.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
}
#dthg_window .navigate .prev:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
}
#dthg_window .navigate .prev a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#dthg_window .navigate .prev a:link {}
#dthg_window .navigate .prev a:visited {}
#dthg_window .navigate .prev a:hover { text-decoration: none !important; 
}
#dthg_window .navigate .prev a:active {}
#dthg_window .navigate .prev a:focus { outline: 1px dotted silver; }

#dthg_window .navigate .pageInfo {
	width: auto;
	color: gray;
	text-align: center;
}

#dthg_window .navigate .next {
	width: 16px;
	padding-left: 0;
	padding-right: 0;
	background-image: url( /images/thcloseup_next.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
}
#dthg_window .navigate .next:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
}
#dthg_window .navigate .next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#dthg_window .navigate .next a:link {}
#dthg_window .navigate .next a:visited {}
#dthg_window .navigate .next a:hover { text-decoration: none !important; }
#dthg_window .navigate .next a:active {}
#dthg_window .navigate .next a:focus { outline: 1px dotted silver; }

#dthg_window .back {
	display: block;
	color: gray !important;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
}
#dthg_window .back:link {}
#dthg_window .back:visited {}
#dthg_window .back:hover {
	color: #D00000 !important;
	text-decoration: none !important;
}
#dthg_window .back:active {}
#dthg_window .back:focus {
	outline: none;
	color: #D00000 !important;
}

/* -------------------- MODULE : i_newsletter2.asp -------------------- */

/* form */

#nlf_div { margin-top: 10px; }

#nlf_table {}

#nlf_header {}

.nlf_group {}
.nlf_groupItem {}

#nlf_nameLegend,
#nlf_emailLegend {
	text-align: right;
	vertical-align: middle;
/*	padding-left: 30px;*/
	padding-right: 10px;
}

#nlf_name,
#nlf_email { padding-bottom: 3px; }

#nlf_name input,
#nlf_email input {
	font-family: inherit;
	font-size: inherit;
	background-color: #303030;
	color: #e0e0e0;
	border-top: 1px solid #505050;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
	border-left: 1px solid #505050;
	width: 204px;
}

#nlf_name input:hover,
#nlf_email input:hover {
	border: 1px solid #a0a0a0;
}

#nlf_name input:focus,
#nlf_email input:focus {
	border: 1px solid #d40c0c;
}

#nlf_subscribe,
#nlf_unsubscribe {
	width: 100px;
	border: 0;
	background-position: top left;
	background-repeat: repeat-x;
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	color: black;
	padding: 5px;
	margin-bottom: 5px;
}

#nlf_subscribe { margin-right: 4px; }

#nlf_buttons {}
#nlf_subscribe:hover,
#nlf_unsubscribe:hover {
	color: #d40c0c;
}

/* show */

#nls_div {}
#nls_title {
	font-size: 22px;
	margin-bottom: 5px;
}
#nls_date { margin-bottom: 5px; }
#nls_text {}

/* -------------------- CUSTOM PANELS -------------------- */

#text1 {
/*
	position: absolute;
	top: 30px;
	left: 350px;*/
	float: left;
	width: 315px;
	margin: 0 0 0 15px;
	height: 190px;
	padding: 5px; 
	z-index: 100;
	overflow-x: auto;
	overflow-y: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-arrow-color: #080E1A;
	scrollbar-track-color: #F8F8F8;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #080E1A;
	scrollbar-darkshadow-Color: #080E1A;
}

#contact_form
{
/*
	position: absolute;
	top: 30px;
	left: 350px;*/
	float: left;
	width: 330px;
	height: 200px;
	padding: 5px 0;
	z-index: 100;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-arrow-color: #080E1A;
	scrollbar-track-color: #F8F8F8;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #080E1A;
	scrollbar-darkshadow-Color: #080E1A;
}


#partners {
/*
	position: absolute;
	top: 30px;
	left: 350px;*/
	float: left;
	width: 615px;
	margin: 0 0 0 15px;
	height: 335px;
	padding: 5px; 
	z-index: 100;
	overflow: auto;
}

.sponsor_item a
{
	font-size: 12px;
}

html, body, table, thead, tbody, tfoot, tr, td, div, p {
	font-family: Verdana, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: white;
	padding: 0;
	margin: 0;
}

p { padding: 0px 0px 15px 0px; }

h1, h2, h3 { padding: 0px 0px 15px 0px; margin: 0; color: white; }
h1 { font-size: 16px; color:white; }
h2 { font-size: 14px; color:white; }
h3 { font-size: 12px; color:white; }

a { color: white; text-decoration: underline; }
a:link {}
a:visited {}
a:active {}
a:hover {}

#text1 a { color: white; text-decoration: underline }
#text1 a:link {}
#text1 a:visited {}
#text1 a:active {}
#text1 a:hover { text-decoration: underline }



#text1 #nll_div
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 305px;
}

#text1 #nll_div a
{
}

#text1 #nll_div .nll_date
{
}



/* images */
#image1 {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 870px; 
	width: 100px;
	height: 100px;
}

#image_big
{
	float: left;
	background-repeat: no-repeat;
	width: 300px;
	height: 200px;
}

.image_small_left, .image_small_middle, .image_small_right
{
	width: 150px;
	height: 100px;
}
/* all */
#all
{
	width: 984px;
	height: 554px;
	border: solid 3px #123ca2;
}

/* top part */
#top
{
	background-image: url("/images/top.jpg");
/*	background-image: url("/images/bodyCarbonBG.png");*/
	width: 984px;
	height: 110px;
}

#logo
{
/*	background-image: url("/images/logo.png"); */
	background-image: url("/images/mikkel-logo2.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 52px;
	width: 285px;
	height: 74px;
}

#ad
{
	z-index: 82;
	position: absolute;
	top: 25px;
	left: 470px;
}

/* menu */
#menu
{
	width: 984px;
	height: 35px;
	background-color: #123ca2;
}

#menu a
{
	color: #f00;
	font-size: 12px;
	font-weight: bold;
}

/* content */
#content
{
	background-image: url("/images/content.jpg"); 
/*	background-image: url("/images/bodyCarbonBG.png");*/
	position: absolute;
	top: 148px;
	left: 3px;
	width: 984px;
	height: 409px;
}

#info
{
	margin: 35px 0 0 40px;
	width: 640px;
	min-height: 300px;
	border-right: 2px solid #123ca2;
}

#small_pics
{
	margin: 10px 0 0 0;
	width: 600px;
	float: left;
}

#small_pics .image_small_left, #small_pics .image_small_middle, #small_pics .image_small_right
{
	margin-top: 15px;
	margin-right: 30px;
	float: left;
}

/* news */

#news
{
	width: 200px;
	height: 130px;
	position: absolute;
	top: 35px;
	left: 740px;
}

#news #text2
{
	margin-top: 20px;
	width: 200px;
}

#image_news
{
	width: 200px;
	height: 130px;
	background-repeat: no-repeat;
}

#image_calender
{
	width: 200px;
	height: 130px;
	background-repeat: no-repeat;
}

#nll_div
{
	margin-top: 20px;
	width: 200px;
}

.nll_item
{
	margin-bottom: 15px;
}

#nll_div .nll_date
{
}

#sponsorContent
{
	margin-top: 15px;
}

#partners #nll_div
{
	width: 600px;
}

.nll_date
{
	font-family: Verdana, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: white;
	padding: 0;
	margin: 0;
}

h1 span
{
	font-size: 16px;
}

#nls_text table tbody tr td span ,#nls_text table tbody tr td p span 
{
	color: white;
}
