div, form
{
  padding: 0px;
  margin: 0px;
}

/* body, overall */
body
{
	background-image: url('http://lmt20be.emesa-static.com/img/bg.jpg');
	background-color: #FAB418;
	background-attachment: fixed;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}

/* remove border for onclick */
a:focus
{
  outline: none;
}

/* links */
a, a:active, a:visited
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}

/* mouse over on links */
a:hover
{
  color: #333333;
  /*text-decoration: underline;*/
}

td
{
  font-size: 11px;
}

/* make h1 paragraphes */
h1
{
  color: #000000;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  display:inline;
}

/* make h2 paragraphes orange */
h2
{
  color: #FF6400;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  display:inline;
}

/* make h3 */
h3
{
  color: #000000;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  display:inline;
}

/* make h4 */
h4
{
  font-weight:normal;
  color: #333333;
  font-size: 11px;
  margin: 0px 0px 00px 0px;
  display:inline;
}

/* give input fields a new look */
input
{
	border: #333333 1px solid;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.noborder
{
  border: 0px;
  background-color: transparent ;
}

/* give buttons an color */
.button
{
	background-color: #CCCCCC;
}

/* make text orange */
.orange
{
  color: #FF6400;
}

/* top link used with showcat */
.toplink, .toplink:visited
{
  text-decoration: none;
  font-weight: bold;
  color: #FF6400;
  font-size: 12px;
}

/* this div contains the whole site */
#container
{
  height: 100%;
	width: 770px; /* changes made here, must also be made for pages without menu */
}

/* this div contains the header (top) */
#header
{
	height: 80px;
	border-bottom: 2px solid #FF6400;
}

/* this div contains the logo inside the header */
#header #logo
{
	background-image: url('http://lmt20be.emesa-static.com/img/logo.gif');
	height: 75px;
	width: 319px;
	margin: 4px 0px 0px 4px;
	float: left; cursor: pointer;
}

#header #newsletterform
{
  background-image: url('http://ipeww.emesa-static.com/postit.gif');
  float: right;
}

#header #newsletterform .transItems
{
background:transparent;
font-family:courier;
font-color:#666666
}

/* this div contains the searchbox and position inside the header */
#header #search
{
  padding: 3px;
  text-align: left;
  width: 120px;
  background-color: #FED89A;
  border: #333333 1px solid;
}
#header #search_position
{
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}


/* this div contains the body of the site */
#body
{
  height: 100%;
	/*border-top: 2px solid #000000;*/
	background-color: #FED89A;
}

/* this div contains the left side of the body */
#body #leftbar
{
	background-color: #FF6400;
	float: left;
  height: 100%;
	width: 150px;
}

#body #leftbar #spacer
{
  clear: both;
  line-height: 2px;
}

#body #leftbar #search
{
  padding: 3px;
  text-align: left;
  width: 120px;
  background-color: #FED89A;
  border: #333333 1px solid;
}

#body #leftbar #poll
{
  padding: 3px;
  text-align: left;
  width: 120px;
  background-color: #FED89A;
  border: #333333 1px solid;
}

#body #leftbar #newsletterform
{
  padding: 3px;
  text-align: left;
  width: 120px;
  background-color: #FED89A;
  border: #333333 1px solid;
}

/* this div contains the real menu */
#vertnav
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#vertnav ul
{
  background-color: #FF6400;
  overflow: visible;
  width: 150px; /* changes made here, must also be made in functions.inc.php, rule 129 */
  z-index: 99;
  padding: 0px;
  margin: 0px;
	position:absolute;

	font-family: Arial, Helvetica, sans-serif;
  list-style: none;
}
#vertnav li
{
  background-color:#FF6400;
	border-bottom: 1px solid #FED89A;
  display:block;
	list-style-type: none;
  position: relative;
  width: 150px;
  margin:0px;
  padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}
#vertnav ul li
{
  background-color:#FF6400;
}
#vertnav li
{
	margin: 0px;
	padding: 0px;
  width: 150px;
}
#vertnav ul li:first-child
{
  border-top: 1px solid #CECECE;
	width: 150px;
}
#vertnav a
{
  background-color: #FF6400;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  text-decoration: none;

  /* margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
  width:150px; /*helps IE with hover */
  height:18px;
  line-height: 18px;
  vertical-align: middle;
}
#vertnav li:hover, #vertnav a:hover
{
  background-color: #FED89A; /* rollover effect */
  color: #FF6400; /* color: #FFFFFF; */
}
#vertnav ul, #vertnav ul ul, #vertnav ul ul ul
{
  display: none;
  position: absolute;
  top: 0px;
  left: 150px;
}
#vertnav li:hover ul ul, #vertnav li:hover ul ul ul
{
  display: none;
}
#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul
{
  display: block;
}
#vertnav .active
{
	color: #FF6400;
  background-color: #FED89A; /* active class */
}
#vertnav .break
{
	cursor: auto;
	background-color: #FF6400;
}
#vertnav .break:hover
{
	cursor: auto;
	background-color: #FF6400;
}
li>ul
{
	top: auto;
	left: auto;
}
html #vertnav li
{
  float:left; /* holly hack IE Only*/
}


/* this div contains the 120x90 banner */
#body #leftbar #banner
{
  text-align: center;
  margin-top: 10px;
}

/* this div contains the newsletter form */
#body #leftbar #nbform
{
  margin-top: 10px;
}

/* this div contains the lastminute top */
#body #leftbar #lastminute
{
  margin-top: 10px;
}

/* this div contains the google ads */
#body #leftbar #googleads
{
  margin-top: 10px;
}
 /* this div contains the main content */
#body #main
{
	background-color: #FED89A;
	float: right;
	padding: 3px 0px 5px 5px;
  height: 100%;
	width: 615px;
}

/* this div contains the content blocks */
div.block
{
	background-color: #FFFFFF;
  float: left;
  margin: 3px;
}

div.block div.top
{
  background: url("http://lmt20be.emesa-static.com/img/border_left_top.gif") no-repeat left top;
  height: 9px;
  font-size: 1px;
}

div.block div.top div
{
  background: url("http://lmt20be.emesa-static.com/img/border_right_top.gif") no-repeat right top;
  height: 9px;
}

div.block div.content
{
  border-left: 2px solid #FF6400;
  border-right: 2px solid #FF6400;
  padding: 0px 5px 0px 5px;
  margin: 0px;
  font-size: 11px;
}

div.block div.content b
{
  font-size: 11px;
}

div.block div.bottom
{
  background: url("http://lmt20be.emesa-static.com/img/border_left_bottom.gif") no-repeat left bottom;
  height: 9px;
  font-size: 1px;
}

div.block div.bottom div
{
  background: url("http://lmt20be.emesa-static.com/img/border_right_bottom.gif") no-repeat right bottom;
  height: 9px;
}

/* this div contains the content blocks */
span.block
{
	background-color: #FFFFFF;
  margin: 3px;
}

span.block span.top
{
  background: url("http://www.inpakkenenwegwezen.nl/img/border_left_top.gif") no-repeat left top;
  height: 9px;
  font-size: 1px;
}

span.block span.top div
{
  background: url("http://www.inpakkenenwegwezen.nl/img/border_right_top.gif") no-repeat right top;
  height: 9px;
}

span.block span.content
{
  border-left: 2px solid #FF6400;
  border-right: 2px solid #FF6400;
  padding: 0px 5px 0px 5px;
  margin: 0px;
  font-size: 11px;
}

span.block span.content b
{
  font-size: 11px;
}

span.block span.bottom
{
  background: url("http://www.inpakkenenwegwezen.nl/img/border_left_bottom.gif") no-repeat left bottom;
  height: 9px;
  font-size: 1px;
}

span.block span.bottom span
{
  background: url("http://www.inpakkenenwegwezen.nl/img/border_right_bottom.gif") no-repeat right bottom;
  height: 9px;
}

.list_koptekst
{
  padding-left: 5px;
  font-weight: bold;
  font-size: 12px;
  color: white;
  background-color: #FF6400;
  height: 20px;
}

/* horizontal specials */
#special
{

}
#special h1
{
  font-size: 16px;
  margin: 0px;
  line-height: 25px;
}
#special h2
{
  color: #333;
  font-size: 11px;
  font-weight: normal;
  margin: 0px;
}
#special h3
{
  font-size: 25px;
}
#special_bedrag
{
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
}
#aanbieder
{
  border: 1px solid black;
}

/* content blocks */
#defaultblock
{

}
#defaultblock_header
{
  font-weight: bold;
  font-size: 12px;
  color: white;
}
#defaultblock #link
{
  font-weight: normal;
  color: #333333;
  text-decoration: none
}
#defaultblock #priceinfo
{
  text-align: center; float:
  right; padding-top: 5px;
}
#defaultblock #priceinfo #price
{
  font-weight: bold;
  font-size: 20px;
  color: #ff0000;
  text-decoration: none
}

#tipblock
{
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
}
#tipblock #header
{
  font-size: 12px;
  color: #cc0000;
  border: 0px;
}
#tipblock #link
{
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
}
#tipblock #tip
{
  font-weight: normal;
}

/* these styles contain the specials */
div.kop
{
	color: #FF6400;
	font-weight: bold;
	font-size: 12px;
	height: 40px;
	text-align: center;
}
.afbeelding
{
  margin-left: 12px;
	height: 100px;
	width: 150px;
}
div.tekst
{
	height: 100px;
	padding: 5px 3px 0px 5px;
	font-size: 11px;
	overflow: hidden;
}
.contentlist
{
  margin: 5px;
  padding: 5px;
}
div.bedrag_logo
{
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
.bedrag
{
	font-weight: bold;
	font-size: 20px;
}
.aanb_logo
{
	border: 1px solid #000000;
	height: 32px;
	width: 40px;
}
div.meer
{
	border-top: 2px solid #FF6400;
	clear: both;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
div.meer a
{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
div.meer a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #FF6400;
}

/* this div contains the footer */
#footer
{
  font-size: 9px;
	color: #333333;
	clear: both;
	text-align: center;
}
#footer hr
{
  width: 450px; border: 1px solid #ff6600;
}
#footer a
{
  font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}


/* Bookingsactions calendar statusses */
.bookingsactions_ended { background-color:purple; color:white; }
.bookingsactions_live { background-color:green; color:white; }
.bookingsactions_full { background-color:red; color:white; }