/* GENERAL & TOP */

*{padding: 0; margin: 0;}
body {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/bg.jpg) repeat-x #2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	scrollbar-face-color:#c40800;
   	scrollbar-arrow-color:#ffffff;
   	scrollbar-track-color:#ffffff;
   	scrollbar-shadow-color:#990000;
  	scrollbar-highlight-color:#aa0000;
   	scrollbar-3dlight-color:#cc0000;
   	scrollbar-darkshadow-Color:#330000;
}
#container {
	background-color: #fff;
	width: 944px;
	margin: 0 auto 15px auto;
	padding: 8px 8px 5px 8px;
}
#top {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/UNOX_logo.gif) no-repeat left center;
	width: 944px;
	height: 81px;
	margin: 0 0 7px 0;
}
#top h1 {
	text-indent: -9999px;
}
#top_menu {
	height: 20px;
	float: right;
	color: #a6a6a6;
	margin: 17px 0px 11px 0px;
}
#top_menu a {
	color: #a6a6a6;
	padding: 0px 3px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
#top_menu a:hover {
	color: #666;
}
#top_menu a.sitemap {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/sitemap.jpg) no-repeat right center;
	padding-right: 19px;
}
#top .frontpage {
	width: 121px;
	height: 48px;
	float: left;
	margin: 22px 0 0 0;
}
#top_search {
	width: 149px;
	height: 21px;
	float: right;
	clear: right;
}
#top_search .field {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/input_search.jpg);
	width: 112px;
	height: 18px;
	border-width: 0px;
	padding: 3px 0px 0px 0px;
	float: left;
	text-indent: 3px;
	color: #a6a6a6;
	font-size: 10px;
}
* html #top_search .field {
	margin-right: -4px;
}
#top_search .button {
	width: 37px;
	padding: 0px;
}
* html #top_search .button {
	margin: 0px 0px 0px -4px;
}
.button {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_grey.jpg);
	height: 21px;
	padding: 0px 5px;
	margin: 0px;
	border: 1px solid #8a8a8a;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}
#bottom {
	border-top: 1px solid #a1a1a1;
	width: 944px;
	clear: both;
	color: #444;
	font-size: 10px;
	padding: 4px 0px;
	margin-top: 8px;
	font-family:  Arial,Helvetica, sans-serif;
	overflow: auto;
}
#bottom a {
	color: #900;
}
a {
	color: #013571;
	text-decoration: none;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
		vertical-align: top;
}
img.right {
	margin: 0px 0px 10px 10px;
}

/* MAIN MENU */

#menu {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_yellow.jpg);
	width: 944px;
	height: 25px;
}
#menu a {
	display: block;
	width: 112px;
	text-indent: 10px;
	padding: 0px;
	height: 25px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 27px;
	border-left: 1px solid #885501;
	font-size: 12px;
	letter-spacing:1px
}
* html #menu a {
	width: 111px;
	line-height: 25px;
}
#menu a:hover, #menu a.active {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_grey.jpg);
	border-left: 1px solid #2f2f2f;
	color: #fff;
}
#menu a.uno {
	width: 117px;	
}
#menu a.erhverv {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_red.jpg);
	float: right;
	width: 147px;
	color: #fff;
}
#menu a.erhverv:hover {
	background: #900;
}


/* LEFT MENU */

ul#submenu {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	width: 224px;
	border: 1px solid #8a8a8a;
	border-width: 0px 1px 0px 1px;
}
ul#submenu a {
	width: 224px;
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_lightgrey.jpg);
	display: block;
	margin: 0px 0px 1px 0px;
	line-height: 25px;
	color: #4d4d4d;
	text-indent: 8px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
ul#submenu a:hover, ul#submenu a.active {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_grey.jpg);
	color: #fff;
}
ul#submenu ul {
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
}
ul#submenu ul a {
	background: none;
	line-height: 20px;
	margin: 0px 0px 0px 7px;
	width: 217px;
}
ul#submenu ul a:hover {
	background: none;
	color: #013571;
}
ul#submenu ul a.active {
	color: #013571;
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/link_blue.gif) no-repeat 0px 7px;
}


/* CONTENT AREA */

#col_left {
	float: left;
	margin: 8px 14px 0px 0px;
}
* html #col_left {
	margin-right: 13px;
}
#maincontent_2col {
	float: left;
	width: 464px;
	margin: 8px 0px 0px 0px;
}
#maincontent_3col {
	float: left;
	width: 704px;
	margin: 8px 0px 0px 0px;
}
#col_right {
	float: right;
	margin: 8px 0px 0px 14px;
}
* html #col_right {
	margin-left: 13px;
}

#maincontent_3col h3 {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/rowheader.jpg) no-repeat;
	font-size: 12px;
	color: #4d4d4d;
	height: 25px;
	line-height: 27px;
	text-transform: uppercase;
	text-indent: 8px;
	margin: 8px 0px;
}
h4 {
	text-transform: uppercase;
	font-size: 11px;
	color: #4d4d4d;
	margin: 20px 0px 0px 0px;
}
h1 {
	font-size: 14px;
	color: #4d4d4d;
	height: 16px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 8px 0px 0px 0px;
}
p {
	margin: 2px 0px 12px 0px;
	font-weight: bold;
	line-height: 160%;
}
p.small {
	font-size: 10px;
	line-height: 15px;
	padding: 0px;
}
img {
	border-width: 0px;
}
a {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/link_blue.gif) no-repeat right bottom;
	padding-right: 10px;
	text-transform: uppercase;
}
a.nostyle {
	background:none;
	padding-right: 0px;
	text-transform: none;
}
#maincontent_3col table {	
	font-weight: bold;
	margin-bottom: 8px;
}
#maincontent_3col table.wideTable {	
	width: 704px
}
#maincontent_3col table td {
	line-height: 12px;
	padding: 1px 7px 3px 7px;
	margin: 0px;
}


#maincontent_3col tr.header {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/rowheader.jpg) no-repeat;
	border: 1px solid #8a8a8a;
	font-weight: bold;
	font-size: 12px;
	height: 21px;
	color: #4d4d4d;
}

#maincontent_2col table {	
	font-weight: bold;
	margin-bottom: 8px;
}
#maincontent_2col table.wideTable {	
	width: 466px
}
#maincontent_2col table td {
	line-height: 12px;
	padding: 1px 7px 3px 7px;
	margin: 0px;
	font-weight: bold;
}

#maincontent_2col tr.header {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/rowheader.jpg) no-repeat;
	border: 1px solid #8a8a8a;
	font-weight: bold;
	font-size: 12px;
	height: 21px;
	color: #4d4d4d;
}


#maincontent_3col table.nostyling td {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	font-weight: normal;
}

#maincontent_2col table.nostyling td {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	font-weight: normal;
	line-height:14px;
	font-size: 11px;
}

table.nostyling td {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	font-weight: normal;
}

table.nostyling {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	font-weight: normal;
}

.overlibStyle {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border-spacing: 0px 0px 0px 0px;
	font-weight: normal;
	background-color:#CCCCFF;
}



input {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
input.input_txt {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/input_bg.jpg);
	padding: 3px 0px 0px 0px;
	margin: 0px;
	border: 0px solid #8a8a8a;
	border-width: 0px 1px;
	height: 18px;
	text-indent: 3px;
	color: #333;
}

input.input_search_station {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/input_bg.jpg);
	padding: 3px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-left: 4px;
	border:0px solid #8a8a8a;	
	border-width: 0px 1px;
	height: 18px;	
	color: #333;
}





select.input_select {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/input_bg.jpg);
	padding: 3px 0px 0px 0px;
	margin: 0px;
	border: 0px solid #8a8a8a;
	border-width: 0px 1px;
	
	text-indent: 3px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

textarea{
	font-size: 11px;
	font-weight: bold;
	color: #333;	
}
textarea.input_txt {
	padding: 3px 0px 0px 0px;
	margin: 0px;
	border: 0px solid #8a8a8a;
	border-width: 1px 1px;
	height: 18px;
	text-indent: 0px;
	color: #333;	
}

#maincontent_3col table p {
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #333;
}

#maincontent_3col table.line1 {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/table_bg.jpg);
}
#maincontent_3col table.line1 td {
	height: 25px;
	line-height: 25px;
	padding: 0px 7px;
	font-weight: bold;
}


#maincontent_2col table.line1 {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/table_bg.jpg);
}
#maincontent_2col table.line1 td {
	height: 25px;
	line-height: 25px;
	padding: 0px 7px;
	font-weight: bold;
}

#maincontent_3col table.line2 {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/table_bg2.jpg);
}
#maincontent_3col table.line2 td {
	height: 25px;
	line-height: 25px;
	padding: 0px 7px;
	font-weight: bold;
}

#maincontent_3col table.line3 {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/table_bg3.jpg);
}
#maincontent_3col table.line3 td {
	height: 25px;
	line-height: 25px;
	padding: 0px 7px;
	font-weight: bold;
}


#maincontent_3col .button_black {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_grey.jpg);
	width: auto;
}
div.progress {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/rowheader.jpg) no-repeat;
	width: 704px;
	height: 25px;
	margin-top: 10px;
	overflow: hidden;
}
div.progress a {
	display: block;
	float: left;
	line-height: 25px;
	padding: 0px 12px 0px 14px;
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/progress.gif) no-repeat left center;
	margin-left: -7px;
}
div.progress a.active {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/progress_active.jpg) no-repeat;
	color: #fff;
}
div.progress a#lastProgress {
	float: right;
}



/* BOXES */

.box {
	width: 224px;
	border: 1px solid #8a8a8a;
	background:#3d3d3d;
	color: #fff;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	
}
.box p {
	margin: 6px 6px 6px 10px;
	padding: 0px;
	line-height: 14px;
}
.box p a {
	padding-right: 10px;
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/link_white.gif) no-repeat right bottom;
	color: #fff;
}
.box_left {
	float: left;
	margin: 8px 12px 8px 0px;
}
.box_right {
	float: right;
	margin: 8px 0px 8px 0px;
}
.box h3 {
	text-transform: uppercase;
	margin: 8px 0px 5px 10px;
	padding: 0px;
	line-height: 17px;
	font-size: 17px;
}
.box table td {
	padding: 3px 0px;
}
.price {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/box_price.jpg);
	height: 202px;	
}
.price .other{
	padding: 0px 0px 0px 0px;
}
.price .fyringsolie {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/fyringsolie_bg.jpg) no-repeat left center;
	color: #009;
	padding: 4px 0px 0px 4px;
}
.find_station {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/box_station.jpg) no-repeat;
	height: 202px;
}
.find_station table {
	margin: 10px 8px 0px 10px;
	width: 200px;
}
.find_station input, .tilmeld input {
	float: right;
}
.find_station input.input_txt {
	width: 132px;
}
.find_station select {
	width: 136px;
	float: right;
}
.find_station .button {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_grey.jpg);
	width: 36px;
	padding: 0px;
}



/* FIMOR */

.vis_station {
	/* background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/box_station.jpg) no-repeat; */
	height: 30x;
}
.vis_station table {
	margin: 2px 0px 0px 0px;
	width: 200px;
}
.vis_station input, .tilmeld input {
	float: right;
}
.vis_station input.input_txt {
	width: 132px;
}
.vis_station select {
	width: 136px;
	float: right;
}
.vis_station .button {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_grey.jpg);
	width: 36px;
	padding: 0px;
}

/* FIMOR */




.tilmeld {
	background: #000;	
}
.tilmeld table {
	margin: 0px 8px 0px 10px;
	width: 200px;
}
.tilmeld img {
	float: right;
}
.price table {
	font-size: 14px;
	text-transform: uppercase;
	height: 112px;
	margin: 0px 3px 7px 10px;
	width: 205px;
}
.price p {
	margin: 0px 0px 6px 10px;
	padding: 0px;
	line-height: 14px;
}


/* POPUP */
body.popup {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/popup_bg.jpg) repeat-x #d7d7d7;
	padding: 8px;
	width: 536px;
}
#popup_top {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_red.jpg);
	height: 25px;
	line-height: 25px;
}
#popup_top a {
	color: #fff;
	font-weight: bold;
}
#popup_top a img {
	margin: 5px 5px 5px 2px;
}
#popup_content {
	margin: 0px 20px 8px 20px;
}
#popup_content h4 {
	margin: 8px 0px;
	font-size: 13px;
}
#popup_chat {
	background: #fff;
	border: 1px solid #8a8a8a;
	padding: 10px;
	font-weight: bold;
	width: 480px;
	height: 250px;
	overflow-y: auto;
}
#popup_chat p {
	margin: 0px 0px 10px 0px;
	padding-left: 50px;
}
#popup_chat .red {
	color: #900;
	float: left;
	display: block;
	width: 50px;
	line-height: 18px;
}
#popup_chat .blue {
	color: #009;
	display: block;
	float: left;
	width: 50px;
	line-height: 18px;
}
#popup_chat p {
	margin: 0px 0px 10px 0px;
}
#popup_chat p.welcome {
	padding: 0px;
}
#popup_chat p.welcome:first-line {
	color: #013571;
}
#popup_send {
	margin: 8px 0px 0px 0px;
	width: 500px;
	height: 25px;
	overflow: auto;
}
#popup_send .input_txt {
	width: 425px;
}
#popup_send .button {
	width: 60px;
}

/* OVERLAY */

body.overlay {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/overlay_bg.jpg) repeat-x #e4e4e4;
}
.overlay .left {
	width: 345px;
	padding: 10px 8px;
	border-right: 1px solid #8a8a8a;
}
.overlay .right {
	width: 174px;
	padding: 10px 0px 10px 0px;
}


/* THICKBOX OVERLAY */

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#fff;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/overlay_bg.jpg) repeat-x #e4e4e4;
	position: fixed;
	z-index: 102;
	display:none;
	border: 1px solid #8a8a8a;
	top:50%;
	left:50%;
	padding: 8px;
	width: 556px;
	height: 600px;
}
#TB_window a {
	color: #009;
}
#TB_window .left {
	width: 345px;
	margin: 10px 8px;
	border-right: 1px solid #8a8a8a;
}
#TB_window .topleft {
	float: left;
}
#TB_window .topright {
	float: right;
}
#TB_window .topright a {
	color: #fff;
	vertical-align: middle;
}
.topright img {
	margin: 0px 5px 5px 2px;
	vertical-align: middle;
}
#TB_window .right {
	width: 184px;
	margin: 10px 0px 10px 0px;
	float: right;
}
#TB_window h4 {
	margin: 0px;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_window #popup_top {
	background: url(/web/yx.nsf/images/FMON-7PTJPY/$FILE/menu_red.jpg) repeat-x;
	height: 25px;
	line-height: 25px;
	width: 556px;
	margin: 0px 0px 8px 0px;
}
#TB_ajaxContent{
	clear:both;
	overflow:auto;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/* CUSTOM SELECTBOX */

div.selectbox-wrapper {
	z-index:999;
  position:absolute;
  width:150px;
  background-color: #fff;
  border:1px solid #8a8a8a;
  margin: 20px 0px 0px 13px;
  padding: 1px;
  font-size: 11px;
  color: #333;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #ccc;
  color: #111;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px;
  cursor:pointer;
}
.selectbox {
  padding: 3px 0px 4px 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-left: 10px;
  line-height: 14px;
  display : block;
  text-align:left; 
  background: url('/web/yx.nsf/images/FMON-7PTJPY/$FILE/bg_select.png') right;
  cursor: pointer;
  border:1px solid #8a8a8a;
  color:#333;
  width: 130px;
  float: right;
}


div.selectbox-wrapper-left {
	z-index:999;
  position:absolute;
  width:150px;
  background-color: #fff;
  border:1px solid #8a8a8a;
  margin: 20px 0px 0px 4px;
  padding: 1px;
  font-size: 11px;
  color: #333;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper-left ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper-left ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper-left ul li.current { 
  background-color: #ccc;
  color: #111;
}
div.selectbox-wrapper-left ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px;
  cursor:pointer;
}
.selectboxLeft {
  padding: 3px 0px 4px 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-left: 4px;
  line-height: 14px;
  display : block;
  text-align:left; 
  background: url('/web/yx.nsf/images/FMON-7PTJPY/$FILE/bg_select.png') right;
  cursor: pointer;
  border:1px solid #8a8a8a;
  color:#333;
  width: 130px;
  float: right;
}

.selectboxLeftWide {
  padding: 3px 0px 4px 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-left: 4px;
  line-height: 14px;
  display : block;
  text-align:left; 
  background: url('/web/yx.nsf/images/FMON-7PTJPY/$FILE/bg_select.png') right;
  cursor: pointer;
  border:1px solid #8a8a8a;
  color:#333;
  width: 190px;
  float: right;
}

.selectboxWide {
  padding: 3px 0px 4px 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-left: 2px;
  line-height: 14px;
  display : block;
  text-align:left; 
  background: url('/web/yx.nsf/images/FMON-7PTJPY/$FILE/bg_select.png') right;
  cursor: pointer;
  border:1px solid #8a8a8a;
  color:#333;
  width: 310px;
  float: right;
}

