* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	padding: 0 10px;
	background: #fff;
	color: #000;
	text-align: center;
}

a {
	text-decoration: none;
}

a:link {
	color: #c00;
}

a:visited {
/*	color: #666; */
	color: #900;
}

a:hover {
	font-weight: bold;
	color: #900;
}

a:active {
	color: #600;
}


#inet_document {
	max-width: 980px;
	min-width: 760px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#inet_document.noresize {
	width: 990px;
}





/***********************/
/**** LANGUAGE MENU ****/
#inet_language {
	margin: 18px 0 0 0;
	position: relative;
	width: 200px;
	font-size: 11px;
}

#inet_language div {
	line-height: 30px; 
	background: transparent url(/site/images/langmenu_bg.gif) left bottom no-repeat;
	font-style: normal;
}


#inet_language em {
	display: block;
	padding: 0 0 0 50px;
	font-style: normal;
	background-color: transparent;
	background-position: 9px 100%;
	background-repeat: no-repeat;
}

#inet_language em.dk {
	background-image: url(/site/images/lang_dk.gif);
}

#inet_language em.se {
	background-image: url(/site/images/lang_se.gif);
}

#inet_language em.fr {
	background-image: url(/site/images/lang_fr.gif);
}

#inet_language em.it {
	background-image: url(/site/images/lang_it.gif);
}

#inet_language em.de {
	background-image: url(/site/images/lang_de.gif);
}

#inet_language em.es {
	background-image: url(/site/images/lang_es.gif);
}

#inet_language em.en-uk {
	background-image: url(/site/images/lang_en-uk.gif);
}

#inet_language em.en-am {
	background-image: url(/site/images/lang_en-am.gif);
}




ul#inet_language_sub {
	position: absolute;
	z-index: 2;
	top: 26px;
	left: 32px;
	margin: 0;
	padding: 0;
	width: 120px;
	border: 1px solid #999;
	list-style: none;
	background: #fff;
	display: none;
}

ul#inet_language_sub li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul#inet_language_sub a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 5px 2px 25px;
	font-weight: normal;
}

ul#inet_language_sub li.dk a {
	background: transparent url(/site/images/lang_dk_s.gif) 1px 1px no-repeat;
}

ul#inet_language_sub li.se a {
	background: transparent url(/site/images/lang_se_s.gif) 1px 1px no-repeat;
}

ul#inet_language_sub li.fr a {
	background: transparent url(/site/images/lang_fr_s.gif) 1px 1px no-repeat;
}

ul#inet_language_sub li.it a {
	background: transparent url(/site/images/lang_it_s.gif) 1px 1px no-repeat;
}


ul#inet_language_sub li.de a {
	background: transparent url(/site/images/lang_de_s.gif) 1px 1px no-repeat;
}

ul#inet_language_sub li.es a {
	background: transparent url(/site/images/lang_es_s.gif) 1px 1px no-repeat;
}

ul#inet_language_sub li.en-uk a {
	background: transparent url(/site/images/lang_en-uk_s.gif) 1px 1px no-repeat;
}

ul#inet_language_sub li.en-am a {
	background: transparent url(/site/images/lang_en-am_s.gif) 1px 1px no-repeat;
}


ul#inet_language_sub a:hover {
	color: #f00;
}
/**** LANGUAGE MENU ****/
/***********************/



/***************/
/**** ICONS ****/
#inet_icons {
	margin: 0 0 0 10px;
/*	margin: 0 0 0 5px; */
/*	position: absolute; */
/*	top: 0; */
/*	left: 700px; */
/* 	right: 0;  */
/*	width: 290px; */
/*	z-index: 2; */
}

#inet_icons a {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin: 0;
	padding: 0;
}

#inet_icons a span {
	display: none;
}

#inet_icons a.home {
	background: transparent url(/site/images/ik_home.gif) 0 0 no-repeat;
}

#inet_icons a.home:hover {
	background: transparent url(/site/images/ik_home_mo.gif) 0 0 no-repeat;
}

#inet_icons a.sitemap {
	background: transparent url(/site/images/ik_sitemap.gif) 0 0 no-repeat;
}

#inet_icons a.sitemap:hover {
	background: transparent url(/site/images/ik_sitemap_mo.gif) 0 0 no-repeat;
}

#inet_icons a.contact {
	background: transparent url(/site/images/ik_contact.gif) 0 0 no-repeat;
}

#inet_icons a.contact:hover {
	background: transparent url(/site/images/ik_contact_mo.gif) 0 0 no-repeat;
}

#inet_icons a.search {
	background: transparent url(/site/images/ik_search.gif) 0 0 no-repeat;
}

#inet_icons a.search:hover {
	background: transparent url(/site/images/ik_search_mo.gif) 0 0 no-repeat;
}
/**** ICONS ****/
/***************/


/******************/
/**** SUBMENUS ****/
#inet_submenus {
	min-height: 20px;
	margin: 0 300px 0 0;
	font-size: 11px;
	text-align: right;
}

* html #inet_submenus {
/*	height: 20px;*/
}

#inet_submenus a {
	text-decoration: none;
	font-weight: normal;
}


#inet_submenus a:link {
	color: #333;
}

#inet_submenus a:visited {
	color: #333;
}

#inet_submenus a.current:link,
#inet_submenus a.current:visited,
#inet_submenus a:hover,
#inet_submenus a:active {
	color: #c00;
}

#inet_submenus a.current {
	padding: 0 0 0 10px;
	background: transparent url(/site/images/menu_current.gif) left center no-repeat;
	color: #c00;
}

#inet_submenus .submenu {
	padding: 3px 0;
	display: none;
}

#inet_submenus .default {
	display: block;
}
/**** SUBMENUS ****/
/******************/



/*******************/
/**** MENULINKS ****/
#inet_menulinks {
	margin: 60px 5px 20px 5px;
	border-top: 1px solid #c00;
	font-size: 12px;
	font-weight: bold;
}

.i_templ_154 #inet_menulinks {
	margin: 45px 5px 20px 5px;
}

#inet_menulinks a {
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

#inet_menulinks a.current {
	color: #c00;
}

#inet_menulinks a:hover {
	color: #c00;
}

#inet_menulinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#inet_menulinks li {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #c00;
}
/**** MENULINKS ****/
/*******************/


/*****************/
/**** CONTENT ****/
#inet_content {
	background: transparent url(/site/images/content_bg.gif) 0 0 repeat-y;
}
/**** CONTENT ****/
/*****************/


/****************/
/**** FOOTER ****/
#inet_footer {
	font-size: 10px;
	border-top: 1px solid #999;
	padding: 5px 0 0 0;
	color: #666;
}

#inet_footer address {
	font-style: normal;
}

.s {
	width: 1em;
	padding: 0 5px;
}
/**** FOOTER ****/
/****************/


/*************/
/**** AUX ****/


#inet_aux h2 {
/*	background: #999;
	color: #fff; */
	margin: 0;
	padding: 0;
/*	padding: 2px 15px; */
	font-size: 12px;
	color: #666;

}

#inet_aux strong {
	color: #666;
}

#aux_void {
	border-top: 1px solid #999;
}

#aux_header {
	background: #999;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #999;
}

#aux_header .pseudo_header {
	padding: 2px 15px;
	color: #fff;
}
/**** AUX ****/
/*************/




/**************/
/**** NEWS ****/
#inet_news {
	width: 291px;
	margin: 0 5px;
}

#inet_news table.inet_news_item {
	width: 100%;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #c00;
	margin: 0 0 5px 0;
	padding: 0;
	cursor: pointer;
}

#inet_news table.inet_news_item td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#inet_news table.inet_news_item td.img {
	padding: 10px 10px 10px 0; 
}

#inet_news table.inet_news_item h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	background: transparent;
}

#inet_news table.inet_news_item a {
	color: #666;
	text-decoration: none;
}

#inet_news table.inet_news_item p {
	margin: 0;
}

#inet_news table.inet_news_item td.more {
	vertical-align: bottom;
}

#inet_news table.inet_news_item .more {
	margin: 0 0 10px 0;
}




#inet_news_previews table.inet_news_item {
	border-top: 1px solid #999;
	border-collapse: collapse;
	margin: 0 0 10px 0;
	width: 100%;
	cursor: pointer;
}

#inet_news_previews table.inet_news_item td {
	padding: 10px 0 0 0;
	vertical-align: top;
	text-align: left;
}

#inet_news_previews table.inet_news_item td.more {
	vertical-align: bottom;
}

#inet_news_previews table.inet_news_item .img {
	margin: 0 10px 0 15px;
}

/**** NEWS ****/
/**************/


/*********************/
/**** NEWS SELECT ****/
#inet_newsselect form {
	margin: 0;
	padding: 0;
	width: 301px;
}

#inet_newsselect .inet_news_arch {
	margin: 0 5px;
	padding: 10px;
	border-bottom: 1px solid #c00;
}

#inet_newsselect .inet_news_arch2 {
	margin: 0 5px;
	padding: 5px 10px;
	border-bottom: 1px solid #c00;
	font-weight: bold;
	color: #666;
}

#inet_newsselect label {
	cursor: pointer;
}
/**** NEWS SELECT ****/
/*********************/





#footer_spacer {
	height: 4px;
	overflow: hidden;
	background: transparent url(/site/images/footer_bg.gif) right top repeat-y;
}



/********************/
/**** PARAGRAPHS ****/
div#inet_paragraphs {
/*	padding: 0 20px 10px 0; */
	padding: 0 0 10px 0;
}

table#inet_paragraphs {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

table#inet_paragraphs td {
	text-align: left;
	vertical-align: top;
	padding: 0 5px 0 0;
}

.inet_paragraph_101 {
	width: 49%;
	float: left;
	background: #dee;
}





.pre_paragraph {
	border-bottom: 1px solid #c00;
	margin: 5px;
}

.pre_paragraph .content {
	padding: 5px 10px;
}


.pre_paragraph_main {
	width: 100%;
	margin-bottom: 10px;
}

.pre_paragraph_main .img_collapse img {
	display: none;
}

.pre_billedoversigt {
	float: left;
	width: 107px;
	margin-right: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}

.pre_billedoversigt * {
	margin: 0 !important;
}

.pre_billedoversigt img {
	border: 1px solid #666666;
}

.pre_billedoversigt .tekst {

}

.pre_paragraph p {
	margin: 0 0 10px 0;
}

.pre_paragraph a {
	color: #666;
}

.pre_paragraph a:hover {
	color: #c00;
}

#aux_paragraphs {
	width: 301px;
}

#aux_paragraphs .pre_paragraph h2, 
#aux_paragraphs .pre_paragraph h3 {
	background: transparent;
	color: #666;
	margin: 0;
	padding: 0;
}

#aux_paragraphs .pre_paragraph h1 {
	font-size: 16px;
	color: #666;
	margin: 0 0 5px 0;
}



.pre_paragraph_1003 .inet_imgs {
	width: 185px;
	float: left;
}

.pre_paragraph_1003 .inet_img_item {
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}


.pre_paragraph_1004 .inet_imgs {
	width: 185px;
	float: right;
}

.pre_paragraph_1004 .inet_img_item {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}

.pre_paragraph_1005 .inet_imgs {
	width: 242px;
	float: left;
}

.pre_paragraph_1005 .inet_img_item {
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}

.pre_paragraph_1006 .inet_imgs {
	width: 125px;
	float: left;
}

.pre_paragraph_1006 .inet_img_item {
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}




.pre_paragraph_1003 .inet_img_txt,
.pre_paragraph_1004 .inet_img_txt,
.pre_paragraph_1005 .inet_img_txt,
.pre_paragraph_1006 .inet_img_txt {
	margin: 5px 0 0 0;
}
/**** PARAGRAPHS ****/
/********************/



/**********************************/
/**** STANDARD TEXT FORMATTING ****/
#inet_main {
	border-top: 1px solid #999;
	padding: 1px 0 0 0;
}

body.i_templ_10 #inet_main {
	padding: 0;
}

#inet_main * {
	font-size: 11px;
}

#inet_main .pre_header img {
	display: none;
}

#inet_main h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #666;
}

#inet_main h2 {
	font-size: 12px;
	margin: 0 0 5px 0;
	color: #666;
}

#inet_main h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
}

#inet_main p {
	margin: 10px 0;
}

#inet_main ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#inet_main ul li {
	margin: 5px 0;
	padding: 0;
}

/*
#inet_main a:link {
	color: #c00;
}

#inet_main a:visited {
	color: #666;
}

#inet_main a:hover {
	color: #000;
}
*/

#inet_txt {
	margin: 0 5px 0 0;
}



body.i_templ_5 #inet_txt,
body.i_templ_8 #inet_txt,
body.i_templ_154 #inet_txt {
	margin: 0 130px 0 0;
}

body.i_templ_150 #inet_txt {
	margin: 0 0 0 230px;
}

body.i_templ_5 #inet_imgs,
body.i_templ_8 #inet_imgs,
body.i_templ_154 #inet_imgs {
	width: 130px;
	float: right;
}

body.i_templ_150 #inet_imgs {
	width: 230px;
	float: left;
}

body.i_templ_5 #inet_imgs .inet_img_item,
body.i_templ_8 #inet_imgs .inet_img_item,
body.i_templ_154 #inet_imgs .inet_img_item {
	margin: 0 15px 0 10px;
}

#pre_contact_imgs {}

#pre_contact_imgs .inet_img_item {
	width: 120px;
	margin: 0 0 10px 0;
	float: left;
}

#pre_contact_imgs img {
	border: 1px solid #666;
}


/*********************/


/********************************/
/**** FRONT PAGE FLASH ITEMS ****/
#flash_front {
	position: relative;
	height: 354px;
}

#flash_front #display {
	position: absolute;
	top: 2px;
	left: 250px;
}

#flash_front #temperatur {
	position: absolute;
	top: 134px;
	left: 260px;
}

#flash_front #isolation {
	position: absolute;
	top: 195px;
	left: 0;
}

#flash_front #ex_barriere {
	position: absolute;
	top: 195px;
	left: 130px;
}
/**** FRONT PAGE FLASH ITEMS ****/
/********************************/


/**************/
/**** FORM ****/

input.frm {
	width: 160px;
	border: 1px solid #666;
}

textarea.frm {
	width: 160px;
	height: 100px;
	border: 1px solid #666;
}

input.frmbut {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #666666;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #666666;
	background-color: #cccccc;
	text-align: center;
	cursor: pointer;
}

/**** FORM ****/
/**************/




#inet_txt hr, hr.default {
	background: #999;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	margin: 10px 0;
	border: none;
}


div.hr {
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	background: #999;
	margin: 10px 0;
}

.spacer {
	height: 4px;
	margin: 0 1px;/* 0 0;*/
	padding: 0;
	overflow: hidden;
	background: #fff;
}

a img {
	border: none;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE/Mac: */
.clearfix { display: inline-table; }

/* IE/Win and others: \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*---*/


.reset {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}




table#header_container {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

table#header_container td {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

table#header_container td#logo {
	text-align: right;
}


table#menu_container {
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

table#menu_container td#menu {
	background: #999;
}

table#menu_container td#menu,
table#menu_container td#icons {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

table#menu_container td#submenu {
/*	border-top: 1px solid #999; */
}



table#menu_container td {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

table#menu_container td#icons {
	background: #f1f1f1;
}

table#submenu_container {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	height: 20px;
}

table#submenu_container td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table#content {
	margin: 0;
	padding: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #999;
	border-collapse: collapse;
}

table#content td {
	text-align: left;
	vertical-align: top;
	font-size: 12px;	
}

table#content td#inet_aux {
	border-top: 1px solid #999;
	background: transparent url(/site/images/content_bg.gif) right top repeat-y;
	width: 301px;
}

/****************/
/**** SEARCH ****/
#inet_search {
	margin: 0 5px;
}

#inet_search form {
	margin: 0;
	padding: 0;
}

#inet_search table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#inet_search td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

#inet_search .inet_search_form {
	padding: 10px;
}

#inet_search .inet_search_form label {
	display: block;
	padding: 0 0 8px 0;
}


#inet_search select.inet_search_select {
	display: block;
	width: 135px;
	font-size: 11px;
	padding: 0;
}

#inet_search select.full {
	width: 270px;
}

.pseudo_header {
	font-weight: bold;
	color: #666;
}



#produkt_pager .pre_produkt_header {
	background-color: #ccc;
	border-right: 1px solid #fff;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

#produkt_pager .pre_produkt_tabel {
	padding-top: 3px;
}


#produkt_pager .pre_produkt_td {
	border-bottom: 1px solid #c00;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: center;
}

#produkt_pager .pre_produkt_td1 {
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: center;
}

#produkt_pager .desc {
	text-align: left;
	white-space: nowrap;
}

table#pre_prod_table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

table#pre_prod_table td {
	padding: 0;
	text-align: center;
	vertical-align: top;
}

table#pre_prod_table td.void {
	border-top: 1px solid #eee;
}

table#pre_prod_table td.pre_produkt_header {
	background-color: #ccc;
	padding: 2px;
	border-right: 1px solid #fff;
	font-weight: bold;
}

table#pre_prod_table td.prodskematxt {
	border-top: 1px solid #f99;
	border-bottom: 1px solid #f99;
	vertical-align: middle;
	padding: 4px 2px;
}

table#pre_prod_table td.desc {
	text-align: left;
	vertical-align: top;
}

table#pre_prod_table td.ser {
	background-color: #eee;
	border-right: 0px;
	border-bottom: 1px solid #fff;
}

table#pre_prod_table td.ser a {
	font-size: 12px;
}

table#pre_prod_table td.current {
	border-bottom: 0px;
}
/**** SEARCH ****/
/****************/


/************************/
/**** SEARCH RESULTS ****/

td.InetTxt a {
	font-weight: bold;
}


/**** SEARCH RESULTS ****/
/************************/




.prodfeaturesleft,
.prodfeaturespdfleft {
	font-size: 11px !important;
	vertical-align: middle !important;
}  

.prodfeatures, 
.prodfeaturespdf {
	text-align: center !important;
	vertical-align: middle !important;
}

.prodskemarubrik { 
	line-height: 24px;
	vertical-align: middle !important;
	font-size: 10px !important; 
}

.prodskemarubrikcenter {
	text-align: center !important;
	vertical-align: middle !important;
	padding: 0 !important;	
	width: auto !important;
}

/*
.install {
	padding: 20px 0 0 0;
	font-weight: bold !important;
}

.install * {
	text-decoration: none !important;
}
*/

/**************/
/**** MENU ****/
#inet_menu {
	font-size: 12px;
}

#inet_menu .content {
	position: relative;
	background: transparent url(/site/images/menu_bg.gif) right top repeat-y;
}

#inet_menu table {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

#inet_menu td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 11px;
	border-right: 1px solid #fff;
	white-space: nowrap;
}

#inet_menu td.last {
	border: none;
}

#inet_menu td a {
	display: block;
	background: #999;
	padding: 7px 5px 6px 5px;
	color: #fff;
	text-decoration: none;
}

#inet_menu td.current a {
	background: #666;
}

#inet_menu td a:hover {
	background: #666;
	font-weight: normal;
}
/**** MENU ****/
/**************/



/*****************/
/**** SITEMAP ****/

#inet_sitemap table {
	width: 100%;
}

#inet_sitemap a {
	color: #000;
}

#inet_sitemap a.sitelevel1 {
	color: #000; 
	font-weight: bold;
	text-decoration: none;
}

#inet_sitemap a.sitelevel1:hover {
	color: #cc0000; 
}

#inet_sitemap a.sitelevel2 {
	font-size: 11px;
	color: #000; 
	font-weight: normal;
	text-decoration: none;
}

#inet_sitemap a.sitelevel2:hover {
	color: #cc0000; 
}

#inet_sitemap a.sitelevel3 {
	font-size: 11px;
	color: #666; 
	font-weight: normal;
	text-decoration: none;
}

#inet_sitemap a.sitelevel3:hover {
	color: #cc0000; 
}
/**** SITEMAP ****/
/*****************/




#debug {
	position: absolute;
	top: 5px;
	left: 200px;
	width: 200px;
	height: 40px;
	background: #f00;
	color: #fff;
	z-index: 3;
}


#inet_generator {
	display: none;
	visibility: hidden;
}

#inet_category {
	margin: 0 5px;
}

#category_containter {
	
}

#category_containter .category_prod {
	margin: 0;
	padding: 10px;
	/*border-bottom: 1px solid #c00;*/
}