td.labelcolumn_tilbud020810 {
  width: 250px;
}

/* ------------------------------------------------------------
**	RESET START
** ------------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, caption, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}

/* Tables still need \'cellspacing="0"\' in the markup. */
/*table { border-collapse: separate; border-spacing: 0; }*/
/*caption, th, td { text-align: left; font-weight:400; }*/
td {
	padding: 0;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

.clear:after, .container:after, .comp:after, #page_inner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ------------------------------------------------------------
**	RESET END
**  TYPOGRAPHY START
** ------------------------------------------------------------ */

body {
	font-family: Tahoma;
	font-size: 19px;
	text-align: center;
	background: url("/images/graphics/ny/bg.jpg") repeat-x center top;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 {
	font-family: Tahoma;
	font-size: 37px;
	margin-bottom: 20px;
	color: #000;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 26px;
}

h3 { font-size: 19px; }

h4 {
font-family: Tahoma;	
font-size: 27px;
	font-weight: normal;
	color: #fff;
	padding: 20px 0 0px 0;
	color: #D26D0B;
}

p {
	line-height: 18px;
	margin-bottom: 11px;
}

a.read_more {
	background: url("../img/ic_read_more.png") no-repeat bottom right;	
	padding-right: 16px;
}

a {color: #0F4128; text-decoration: underline; font-family: Tahoma; font-size: 12px;}
a:hover {text-decoration: none; font-family: Tahoma; font-size: 12px;}


a.sort { text-decoration: none; color: #ffffff; 	font-size: 11px;}
a.sort:hover { text-decoration: underline; 	font-size: 11px;}

a.frontlink {font-family: Tahoma; border-bottom:1px solid #D26D0B; color: #000000; font-size: 13px; font-weight: bold;}
a.frontlink:hover {font-family: Tahoma; border-bottom:1px solid white; color: #D26D0B; font-size: 13px; font-weight: bold;}


/*list-style-type:none;
list-style-position:inside;
padding:0 0 0 0;
margin:0 0 0 0;
list-style-image:url(/images/bullet.gif)*/

/* ------------------------------------------------------------
**	TYPOGRAPHY END
**  GRID START
** ------------------------------------------------------------ */

.container {
  width: 950px;
}

.column {
  float: left;
  margin-right: 10px;
}

.last { margin-right: 0; }

.span-1   { width: 190px; }
.span-2   { width: 210px; }
.span-3   { width: 510px; }
.span-4   { width: 710px; }
.span-5   { width: 930px; }


/* ------------------------------------------------------------
**	GRID END
**  NON-STANDARD CSS START
** ------------------------------------------------------------ */

.top {
  height: 110px;
}

.main {
        padding-top: 3px;
        width: 500px;
}

.maincontent {
        width: 460px;
	display: block;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
        padding-bottom: 30px;
}

.arrow_under {
font-weight: bold;
padding-left:10px;
padding-bottom:25px;
color: #ffffff;
	height: 200px;
	background: url("/images/graphics/ny/top_right_arrow.gif") repeat-x center top;
}

.frontbox {
font-family: Tahoma;	
font-weight: bold;
color: #ffffff;
}

.arrow_front {
	height: 255px;
	background: url("/images/graphics/ny/pil_front.gif") repeat-x center top;
	padding-top:30px;
}

.logo {
  width: 180px;
  text-align: center;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}

body #bg {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: none;
  visibility: hidden;
}

#page {
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: auto;
	background: url("../img/bg/bg.jpg") repeat center top;

}

#page_inner {
	width: 940px;
	margin: auto;
	text-align: left;
	padding-bottom: 40px;
}

#header {
	position: relative;
	height: 135px;
}

/* Navigation start */

.navigation {
	height: 55px;
	background: url("/images/graphics/ny/menu_bg.gif") repeat-x center top;
}

.navigation_front {
	height: 55px;
	background: url("/images/graphics/ny/menu_bg_for.gif") repeat-x center top;
}


a.menu_1_on
{
	height: 55px;
	width: 141px;
	background: url("/images/graphics/ny/top_menu_active.gif") no-repeat;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.menu_1_off
{
	height: 55px;
	width: 141px;
	background: url("/images/graphics/ny/top_menu_off.gif") no-repeat;
	display: block;
        color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.menu_1_off:hover
{
	height: 55px;
	width: 141px;
	background: url("/images/graphics/ny/top_menu_active.gif") no-repeat;
	display: block;
        color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.menu_2_on
{
	height: 34px;
        width: 200px;
	background: url("/images/graphics/ny/sub1_menu_active.gif") no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

a.menu_2_off
{
	height: 34px;
	width: 200px;
	background: url("/images/graphics/ny/sub1_menu_off.gif") no-repeat;
	display: block;
        color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.menu_2_off:hover
{
	height: 34px;
	width: 200px;
	background: url("/images/graphics/ny/sub1_menu_active.gif") no-repeat;
	display: block;
        color: #fff;
	font-weight: bold;
	text-decoration: none;
}



a.menu_3_on
{
	height: 34px;
        width: 200px;
	background: url("/images/graphics/ny/sub1_menu_off.gif") no-repeat;
	display: block;
	font-weight: bold;
        color: #000;
	text-decoration: none;
}

a.menu_3_on:hover
{
	height: 34px;
        width: 200px;
	background: url("/images/graphics/ny/sub1_menu_off.gif") no-repeat;
	display: block;
	font-weight: bold;
        color: #000;
	text-decoration: none;
}



a.menu_3_off
{
	height: 34px;
	width: 200px;
	background: url("/images/graphics/ny/sub1_menu_off.gif") no-repeat;
	display: block;
        color: #000;
	font-weight: normal;
	text-decoration: none;
}

a.menu_3_off:hover
{
	height: 34px;
	width: 200px;
	background: url("/images/graphics/ny/sub1_menu_off.gif") no-repeat;
	display: block;
        color: #000;
	font-weight: normal;
	text-decoration: underline;
}



a.menu_4_on
{
	height: 34px;
        width: 200px;
	background: url("/images/graphics/ny/sub1_menu_off.gif") no-repeat;
	display: block;
	font-weight: bold;
        color: #000;
	text-decoration: none;
}

a.menu_4_on:hover
{
	height: 34px;
        width: 200px;
	background: url("/images/graphics/ny/sub1_menu_off.gif") no-repeat;
	display: block;
	font-weight: bold;
        color: #000;
	text-decoration: none;
}



a.menu_4_off
{
	height: 34px;
	width: 200px;
	background: url("/images/graphics/ny/sub1_menu_off.gif") no-repeat;
	display: block;
        color: #000;
	font-weight: normal;
	text-decoration: none;
}

a.menu_4_off:hover
{
	height: 34px;
	width: 200px;
	background: url("/images/graphics/ny/sub1_menu_off.gif") no-repeat;
	display: block;
        color: #000;
	font-weight: normal;
	text-decoration: underline;
}







#navigation li {
	float: left;
}

#navigation a {
	display: block;
	width: 140px;
	height: 35px;
	background: url("../img/nav/bn_out.png") no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
	#navigation span {
		display: block;
		padding-top: 7px;
	}

#navigation a:hover, #navigation a.sel {
	background: url("../img/nav/bn_over.png") no-repeat;
}

/* Navigation end */

/* Header content start	*/

#logo {
	position: absolute;
	left: 0;
	bottom: 0px;
	top: 20px;
}

.toplinks {
	text-align: right;
	font-size: 11px;
	color: #fff;
	padding-top: 0px;
}

	.toplinks span {
		padding: 10px 10px 10px 10px;
	}

	.toplinks a {
		color: #fff;
			text-decoration: none;
	}
	
		.toplinks a:hover {
		color: #fff;
			text-decoration: underline;
	}
	
		#frontpage  {
		margin-top: 100px;
	}
	
	
/* Header content end */

/* Sub navigation start */
#sub_navigation {
		padding-top: 80px;
}

#sub_navigation li {
	float: none;
	height: 28px;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 5px;
}

	#sub_navigation li.last {
		background: none;
		margin-right: 0;
	}

#sub_navigation a {
	display: block;
	width: 185px;
	height: 28px;
	color: #0682b6;
	font-weight: normal;
	background: url("../img/nav/bn_sub_out.gif") no-repeat;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}

	#sub_navigation span {
		display: block;
		margin-top: 0px;
		margin-left: 25px;
		padding-top: 7px;
	}

#sub_navigation a:hover, #sub_navigation a.sel {
	background: url("../img/nav/bn_sub_over.gif") no-repeat;
		color: #000000;
}

td.searchfield {
padding-left:5px;
}

td.topbar {
	background: url("/images/graphics/ny/topbar.png") no-repeat top left;
	width:237px;
	height:41px;
	padding-top:10px;
}

a.sresult {
	font-weight: normal;
 	font-family:verdana;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
}

a.sresult:hover {
	font-weight: normal;
 	font-family:verdana;
	font-size: 11px;
	text-decoration: underline;
	color:#000000;
}

td.sresult {
	height:20px;
}

td.bookinglogin {
padding-left:30px;
}

td.bookinglogin a, td.bookinglogin a:hover {
	font-weight: bold;
 	font-family:verdana;
	font-size: 10px;
	text-decoration: none;
	color:#ffffff;
}

td.vognmand {
padding-left:20px;
}

td.vognmand a, td.vognmand a:hover {
	font-weight: bold;
 	font-family:verdana;
	font-size: 10px;
	text-decoration: none;
	color:#ffffff;
}
/* Sub navigation end */

/* Prisliste */




.green {
background-image:url(http://www.minitrans.dk/images/graphics/green.jpg);
background-repeat:repeat-x;
height:15px;
color:#ffffff;
line-height:15px;
	width:155px;
	padding:0px 10px 0px 10px;
font-size:11px;	
text-align:left;
}

tr.frame td {
border-top:1px dotted #f3c089;
border-bottom:1px dotted #f3c089;
border-right:1px dotted #f3c089;
background-color:#f3f3f3;
text-align:center;
font-size:10px;
}



table.prisliste {
margin-top:2px;	
}

div.takstsektion {
font-weight:bold;
font-size:16px;
margin-left:138px;
margin-top:8px;
}

td.start {
	border-left:1px dotted #f3c089;
font-size:11px;
background-color:#ffffff;	
}

td.column {
font-size:11px;
background-color:#ffffff;
}

.orange {
background-image:url(http://www.minitrans.dk/images/graphics/orangebg.jpg);
background-repeat:repeat-x;
height:15px;
color:#ffffff;
line-height:15px;
width:100px;
padding:0px 10px 0px 10px;
font-size:11px;	
text-align:left;
margin:right:10px;
background-color:#ffffff;
}


td.imagetd {
border-left:1px dotted #f3c089;
border-top:1px dotted #f3c089;
border-bottom:1px dotted #f3c089;
border-right:1px dotted #f3c089;
text-align:center;
	
}

td.desc {
border-left:1px dotted #f3c089;
text-align:left;
font-size:11px;
border-top:1px dotted #f3c089;
border-bottom:1px dotted #f3c089;
border-right:1px dotted #f3c089;
padding:3px;
background-color:#f3f3f3;
}

td.pricedata {
font-size:11px;	
border-top:1px dotted #f3c089;
border-bottom:1px dotted #f3c089;
border-right:1px dotted #f3c089;
padding:3px;
background-color:#f3f3f3;
width:55px;
text-align:center;
}

td.pricedata div {
font-size:11px;	
font-family:tahoma;
}

td.pricedatalabel {
font-size:11px;	
border-top:1px dotted #f3c089;
border-right:1px dotted #f3c089;
padding:3px;
background-color:#f3f3f3;
width:55px;
text-align:center;
}

td.pricespacer {
background-color:#ffffff;
border:0px;	
width:2px;
}


