/***************************************** HTML BODY ****************************************************/
html, body {
	/*height: 100%;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	line-height: 1.6em;
	color: #000;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../gfx/background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	/*background-color: #eee;*/
}

/***************************************** STRUCTURE ****************************************************/
/*
#flash_rotation
{
	width: 550px;
	height: 130px;
	margin: 0;
}

#flash_rotation div
{
	margin: 50px 0 0 0;
	font-size: 26px;
	font-weight: bolder;
	height: 30px;
}
*/

#container {
	width: 940px;
	margin: 0px auto;
	padding: 16px 14px;
	/*background-image: url(../gfx/back.gif);
	background-position: left top;
	background-repeat: no-repeat;*/
	background-color: #fff;
	position: relative;
	min-height: 100%;
}

* html #container
{
	height: 100%;
}

#logo
{
	/*width: 295px;*/
	margin: 16px 24px 0px 0px;
	padding: 0;
	float: right;
}

#logo img
{
	border: none;
}

#head-deco
{
	margin: 16px 0px 0px 24px;
	padding: 0;
	float: left;
}
/*
#logo #statement
{
	color: #003399;
	text-align: center;
	font-size: 13px;
}
*/
#header {
	width: 940px;
	height: 112px;
	background-image: url(../gfx/header-back.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#header-top {
	width: 940px;
	height: 68px;
}

#langbox
{
	float: right;
	margin: 5px 10px 0 0;
}

#langbox img
{
	border: none;
	margin: 0 0 0 5px;
}

#mainnav {
	width: 640px;
	height: 27px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #DDDDDD; /*
	background-image: url(../gfx/topmenuback.gif);
	background-position: left top;
	background-repeat: repeat-x;*/
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#searchbox {
	float:right;
	margin: 0 0px 0 0;
	padding: 10px 0 0 0;
}

#searchbox input
{
	border: 1px solid #ddd;
}

#searchbox input.searchinput
{
	padding: 0 px;
	width: 150px;
}

#searchbox input.searchsubmit
{
	font-weight: bolder;
	cursor: hand;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #ddd;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#top-page-button-bar img
{
	padding: 0;
	margin: 0;
}
#top-page-button-bar a
{
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#news-col
{
	/*float: left;*/
	/*height: 100%;*/
	margin: 0;
	/*min-height: 350px;*/
	width: 200px;
	position: absolute;
}

#newsbox
{
	margin: 25px 0pt 0 10px;
	width: 190px;
}

.case-item,
.machine-item,
.news-item
{
	border: 1px solid #fff;
	margin: 10px 0 0 0;
	padding: 3px;
}

.front-news-pic
{
	width: 206px;
	height: 100px;
	overflow: hidden;	
}
.front-news-pic img
{
	width: 206px;
}

.case-item,
.news-item
{
	width: 206px;
	text-align: left;
}
.fullpage
{
	width: 100%;
}
.case-item h3,
.machine-item h3,
.news-item h3
{
	font-size: 18px;
	margin: 5px 0;
	padding: 0;
	width: 206px;
	height: 38px;
	overflow: hidden;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table .case-item h3,
table .machine-item h3,
table .news-item h3
{
	font-weight: normal;
}

.case-item h3 img,
.machine-item h3 img,
.news-item h3 img
{
	vertical-align: middle;
	margin: 0;
}

.case-item p,
.machine-item p,
.news-item p
{
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	line-height: 12px;
	display: block;
	width: 206px;
	height: 60px;
	overflow: hidden;
}

.machine-item p
{
	display: inline;
}

.machine-item img
{
	margin: 10px 0;
}

.case-item a,
.machine-item a,
.news-item-link a,
.listbox a
{
	background-image: url(../gfx/arrow-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 16px 0 0;
	color: #d30a10 !important;
	text-decoration: none;
}

#login-form,
#sendtofriend-form
{
	margin: 5px;
	padding: 0;
	width: 230px;
}
#login-form
{
	width: 370px;
}

#login-form #submit,
#sendtofriend-form #submit,
#generated-form #submit
{
	background-color: #fff;
	background-image:url(/gfx/arrows.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border: 1px solid #fff;
	font-weight: bolder;
	float: right;
	height: 27px;
	margin: 5px 0;
	padding: 0 52px 0 0;
	cursor: hand;
	cursor: pointer;
}

#login-form legend,
#sendtofriend-form legend
{
	color: #000;
	font-weight: bolder;
}

#login-form fieldset,
#sendtofriend-form fieldset
{
	border: 1px solid #ebebeb;
	padding: 1px 0 3px 5px;	
}

#login-form fieldset label,
#sendtofriend-form fieldset label
{
	display: block;
	float: left;
	width: 50px;	
}
#login-form fieldset label
{
	width: 100px;
	color: #000;	
}

#login-form fieldset input,
#sendtofriend-form fieldset input,
#generated-form input
{
	width: 160px;
	border: 1px solid #ebebeb;
	background-color: #F7F7F7;
	padding: 1px;	
}
#generated-form textarea
{
	width: 160px;
	border: 1px solid #ebebeb;
	background-color: #F7F7F7;
	padding: 1px;	
}
#login-form fieldset input
{
	width: 250px;
}

#sendtofriend-form fieldset textarea
{
	width: 210px;
	border: 1px solid #ebebeb;
	background-color: #F7F7F7;
	padding: 1px;	
}
.searchresult
{
	margin: 10px 0 0 200px;
}
#content {
	/*min-height: 360px;*/
	padding: 10px 0px 0px 0px;
	clear: left;
}

#footer
{
	color: #777;
	/*font-size: 90%;*/
	/*margin: -25px auto 0 auto;*/
	padding: 0;
	width: 740px;
	text-align: left;
	background-image: url(../gfx/bottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 41px;
	float: right;
}

#footer a
{
	color: #777;
	text-decoration: none;
}

#footer #footer-img
{
	padding: 19px 0 0 10px;
	float: left;
}

#footer #footer-text
{
	margin: 19px 10px 0 0;
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/***************************************** TOPMENU ************************************************/
#secnav
{
	float: right;
	margin: 12px 25px 0 0;
}
#secnav ul,
#secnav li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#secnav li
{
	float: left;
	margin: 0 0 0 15px;
}
#secnav li a
{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	/*font-weight: bolder;*/
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#secnav li a.activeSec
{
	font-weight: bolder;
}

#secnav li a:hover
{
	color: #E0E0E0;
}

/***************************************** PAGEMENU ************************************************/
#snav
{
	margin: 0 0 0 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#snav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#snav li
{
	background-image: url(../gfx/snavback.png);
	background-position: left top;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0 0 0 0;
	display: block;
	width: 152px;
	/*height: 21px;*/
	padding: 3px 0 0 30px;
}

#snav li ul
{
	padding-left: -20px;
	margin-left: -20px;
	width: 142px;
}

#snav li ul li
{
	width: 142px;
}

#snav li.first
{
	background-position: left -2px;
	padding-top: 1px;
}

#snav li.active
{
	background-position: -182px top;
}

#snav li.active.first
{
	background-position: -182px -2px;
	padding-top: 1px;
}

#snav a
{
	text-decoration: none;
	display: block;
	width: 152px;
	height: 24px;
	padding: 0 0 0 0;
}

#snav li li a
{
	width: 142px;
}

#snav li.active a
{
	font-weight: bolder;
	background-position: -140px top;
}

#snav li.active li a
{
	font-weight: normal;
	background-position: left top;
}

#snav li li.active a
{
	font-weight: bolder;
	background-position: -140px top;
}

/***************************************** TEXT ****************************************************/

h1 {
	color: #000;
	/*color: #534526;*/
	font-size: 16px;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: #4B4B4B;
	font-size: 14px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h3 {
	color: #4B4B4B;
	font-size: 12px;
	padding: 0px 0px 5px 33px;
	margin: 0px;
}
.heading-underline
{
	border-bottom: 1px solid #ededed;
	width: 630px;
	margin: 8px 0 0 0;
}

p {
	padding: 5px 0px 5px 0px;
	font-size: 11px;
}

a {
	color: #555;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************************** TABLES ****************************************************/

table {
	/*margin: 0 0 30px 0;*/
}

td {
	/*padding: 0 0 15px 0;*/
}

/***************************************** OTHERS ****************************************************/
#contacts
{
/*	border-left: 1px solid #ECECEC;
	margin: 0pt 0pt 0pt 280px;
	padding: 0 0 30px 15px;
	min-height: 350px;
	_height: 350px;*/
	width: 740px;
	background-image: url(../gfx/eurocard.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.contactgroup
{
	min-height: 150px;
	width: 740px;
}

.contactgroup h2
{
	background-image: url(../gfx/arrow-right.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding: 0 0 10px 16px;
	margin: 10px 0 0 0;
}

.contact
{
	float: left;
	width: 230px;
	height: 120px;
	margin: 0 10px 10px 0;
	position: relative;
}

.contact-img
{
	height: 112px;
	width: 80px;
	margin: 7px 0 0 0;
	padding: 0;
}
.contact-data
{
	bottom: 0;
	height: auto;
	left: 90px;
	position: absolute;
	width: 140px;
}

.contact-lineend
{
	margin-right: 0;
}

.contentimg {
	float: right;
	margin: 0 0 15px 15px;
	clear: right;
}

.box {
	width: 250px;
	height: 100px;
	margin: 0 0 20px 0;
	float: left;
	padding: 0 0 20px 0;
	_margin-bottom: 0px;
	_padding-bottom: 0px;
	display: block;
}

.box h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
	/*width: 250px;*/
}

.box p {
	padding: 0;
}

#thebody
{
	/*border-left: 1px solid #ECECEC;*/
	margin: 0pt 0pt 0pt 200px;
	padding: 0;
	/*min-height: 350px;*/
}

.bodytxt,
.bodytxtfull
{
	margin: 0 0 15px 0;
	color: #333333;
}

.bodytxt a,
.bodytxtfull a
{
	color: #333333;
}

.bodytxt img,
.bodytxtfull img
{
	border: 0;
	margin: 0pt 0pt 15px 15px;
}

.bodytxt p,
.bodytxtfull p
{
	margin: 0 0 0 0;
}

.bodytxt ul,
.bodytxtfull ul
{
	margin: 0 10px;
	padding: 0 10px;
	list-style-position: outside;
}

#items
{
	float: right;
	list-style: none;
}
#items img
{
	margin: 0;
	vertical-align: middle;
}

.filelist
{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.filelist img
{
	margin: 0;
	vertical-align: middle;
}

#box-datasheet-link
{
	float: right;
	margin: 15px 0 0 0;
	clear: right;
	width: 300px;
}

#box-datasheet-link img
{
	margin: 0;
	vertical-align: middle;
}


#box-cases-link
{
	clear: right;
}

#box-machines-link,
#box-workmodes-link,
#box-cases-link
{
	margin: 0 0 15px 0;
}

#box-machines-link h2,
#box-workmodes-link h2,
#box-cases-link h2,
#box-datasheet-link h2,
.movies-block h1
{
	color: #927847;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}

#box-machines-link ul,
#box-workmodes-link ul,
#box-cases-link ul,
#box-datasheet-link ul,
.movies-block ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#box-machines-link a,
#box-workmodes-link a,
#box-cases-link a,
#box-datasheet-link a,
.movies-block a
{
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#box-workmodes-link li,
#box-machines-link li
{
	background-image: url(../gfx/arrow-right.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
}

#box-workmodes-link a,
#box-machines-link a
{
	font-weight: bolder;	
}

#box-cases-link a
{
	color: #d30a10;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#box-cases-link ul
{
	background-image: url(../gfx/cases_line.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#box-cases-link li
{
	background-image: url(../gfx/cases_line.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#distributor-list
{
	
}

#distributor-list h2
{
	margin: 0 0 5px 0;
}

#distributor-list table
{
	border-left: 3px solid #ebebeb;
	padding-left: 5px;
	height: 90px; 
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

#distributor-list td
{
	vertical-align: top;
}

#distributor-list a
{
	text-decoration: none;
	color: #d30a10;
}

#distributor-list a:hover
{
	text-decoration: underline;
}

#back-link a
{
	text-decoration: none;
	color: #927847;
}
#back-link img
{
	vertical-align: middle;
	border: none;
	margin: 0;
}

#totop-link a
{
	text-decoration: none;
	color: #927847;
}
#totop-link img
{
	vertical-align: middle;
	border: none;
}

#submap,
#submap ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#submap li
{
	display: block;
}

#submap li li.listbox
{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	min-height: 100px;
}

#submap li li.listbox .listbox-image
{
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
#submap li li.listbox .listbox-text
{
	height: 82px;
	overflow: hidden;
}

#submap h2
{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
}

#submap h3
{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}

#submap h4
{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#submap p
{
	margin: 0;
	padding: 0;
}

#submap img
{
	width: 100;
	margin: 0;
	padding: 0;
}

#submap h2 a
{
	text-decoration: none;
}

.icon
{
	margin: 0 !important;
	padding: 0 !important;
	color: #D30910;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}

.noshow {
	display: none;
}

/***************************************** Lynx//Vermø Logo link ****************************************************/
#lynxvermoe-link
{
	/*float: right;*/
	margin: -10px 0px 0px 470px;
	position: absolute;
	left: 50%;
}
#lynxvermoe-link a
{
	text-decoration: none;
}
#lynxvermoe-link img
{
	border: none;
}

pre
{
	font-size: 10px;
}

#print-header
{
	display: none;
}

#print-footer
{
	display: none;
}

#debug
{
	background-color:#FFFFDF;
	border:1px dotted #FF0000;
	bottom:0;
	height:120px;
	left:50%;
	margin:0 0 0 -400px;
	overflow:auto;
	padding:5px;
	position:fixed;
	width:790px;
}

.lang-flags
{
}