* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
	text-align:center;
	background:#e10021;
}

ul { padding-left:30px;}

/* Layout */
div.thWrapper {
	width:962px;
	#width:950px;
	padding:6px;
	position:relative;
	margin:15px auto 0;
	text-align:left;
	background:#FFF;
}

/* Header */
div.thHeader {
	width:950px;
	height:170px;
	background:url(../pix/headerFlashBg.png) no-repeat;
}

div.thTopLink {
	width:950px;
	height:42px;
	position:relative;
}

div.thTopLink a {
	float:left;
	padding:0 10px;
	line-height:42px;
	text-decoration:none;
	color:#000000;
	font-family:Verdana,Geneva,sans-serif;
	font-size:8pt;
	font-weight:normal;
}

div.thTopLink a:hover { text-decoration:underline; }

a.thTopImageLink {
	float:right !important;
	width:175px;
	height:42px;
	background:url(../pix/syddanskeLink.png) no-repeat;
	text-decoration:none !important;
}

/* Content */
div.thContent {
	width:950px;
	position:relative;
	display:inline-block;
	min-height:800px;
	background:url(../pix/contentLogoBg.png) left top no-repeat;
}

/* Left */
div.thContentLeft {
	float:left;
	width:175px;
	min-height:1135px;
}

div.thLeftManu {
	margin-top:88px;
	border-top:solid 1px #000000;
}

div.thLeftTeaserBox {
	position:relative;
	left:0px;
	bottom:0px;
	width:175px;
}

div.thLeftTeaserTop {
	width:175px;
	overflow:hidden;
	position:relative;
	padding-bottom:15px;
}

div.thLeftTeaserBottom {
	width:175px;
	overflow:hidden;
	position:relative;
}

/* Center */
div.thContentCenter {
	float:left;
	width:400px;
	min-height:800px;
	position:relative;
	margin-left:22px;
}

div.thMapBg {
	width:400px;
	height:340px;
	background:url(../pix/map.png) no-repeat;
}

div.thMainContent {
	position:relative;
	width:400px;
}

/* Right */
div.thContentRight {
	float:right;
	width:319px;
	min-height:800px;
	position:relative;
}

/* Teaser */
div.thRightTeaserTop {
	width:319px;
	padding-top:8px;
	padding-bottom:10px;
	overflow:hidden;
}

div.thRightTeaserMiddle {
	width:319px;
	padding-bottom:10px;
	overflow:hidden;
}

div.thRightTeaserBottom {
	width:319px;
	padding-bottom:10px;
	overflow:hidden;
}

/* Banner */

div.thRightBannerTop {
	width:319px;
	height:70px;
	#width:317px;
	#height:58px;
	padding:1px 1px 11px;
	overflow:hidden;
}

div.thRightBannerMiddle {
	width:319px;
	height:210px;
	#width:317px;
	#height:192px;
	padding:4px 1px 14px;
}

div.thRightBannerBottom {
	width:319px;
	height:200px;
	#width:317px;
	#height:192px;
	padding:4px 1px;
}
.clearFloat {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
.footer {
	text-align: center;
}