* { 
	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:#000;
	color:#FFF;
}

ul { padding-left:30px;}

/* Layout */
div.thWrapper {
	width:1026px;
	position:relative;
	margin:0 auto;
	display:inline-block;
	background:url(../pix/contentBg.png) repeat-y;
}

a.thLogoLink {
	width:200px;
	height:62px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

a.thLogoLink :hover {
	cursor:pointer;
	#cursor:hand;
}

div.thHeader {
	width:1026px;
	height:62px;
	border-bottom:solid 1px #b7b7b7;
	background:url(../pix/header.png);
}

div.thLanguageBar {
	width:200px;
	height:20px;
	position:absolute;
	top:20px;
	right:40px;
	text-align:right;
	color:#959595;
}

div.thLanguageBar a {
	text-decoration:none;
	color:#959595;
}

div.thContent {
	width:1026px;
	position:relative;
	display:inline-block;
}

div.thLeftCont {
	width:196px;
	padding:35px 0 160px 0;
	display:inline-block;
	position:relative;
	float:left;
	background:url(../pix/leftCont.png) no-repeat top;
	text-align:left;
}

div.thLeftBanner {
	width:196px;
	height:130px;
	background:url(../pix/banner.png) bottom no-repeat;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:99;
}

div.thRightCont {
	width:829px;
	min-height:100%;
	display:inline-block;
	position:relative;
	float:right;
	padding-bottom:52px;
}

div.thFlashSlide {
	width:829px;
	height:339px;
	position:relative;
	background:url(../pix/flashBg.png);
}

div.thCatalog {
	width:829px;
	height:287px;
	background:url(../pix/catalogBg3.png);
	position:relative;
	color:#58707d;
	text-align:center;
}

div.thCatalogText1 {
	position:absolute;
	top:240px;
	left:18px;
	width:249px;
}

a.thCatalogText1 {
	position:absolute;
	top:240px;
	left:18px;
	width:249px;
	color:#58707D;
}

div.thCatalogText2 {
	position:absolute;
	top:240px;
	left:289px;
	width:249px;
}

a.thCatalogText2 {
	position:absolute;
	top:240px;
	left:289px;
	width:249px;
	color:#58707D;
}

div.thCatalogText3 {
	position:absolute;
	top:240px;
	left:560px;
	width:249px;
}

a.thCatalogText3 {
	position:absolute;
	top:240px;
	left:560px;
	width:249px;
	color:#58707D;
}

div.thMainCont {
	padding:10px 10px 0 10px;
	text-align:left;
}

div.thMainCont table { table-layout:fixed; }

div.thAddress {
	width:829px;
	height:52px;
	#height:12px;
	position:absolute;
	bottom:0px;
	right:0px;
	color:#FFF;
	padding:10px 0 30px 0;
	text-align:center;
	z-index:99;
}


/* Forside Image Link */

a.thCatalogImageKink1,
a.thCatalogImageKink2,
a.thCatalogImageKink3 {
	position:absolute;
	top:25px;
	width:249px;
	height:185px;
	display:block;
}

a.thCatalogImageKink1 { left:18px; }
a.thCatalogImageKink2 { left:289px;}
a.thCatalogImageKink3 { left:560px;}

input.thSearchInput { float:left; margin-left:20px; width:110px; height:18px; #height:16px; }
input.thSearchButton { float:left; margin-left:10px; #height:18px; }