img { border: 0; }

body {
  background: url(images/bg_body.jpg) top left repeat-x;
  background-color: #5c5c5c;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #5d5d5d;
  margin: 0;
  padding: 0;
}

div#maincontainer {
	position: relative;
	margin:0 auto;
	padding:0;	
	width: 980px;
	background: #fff url(images/bg_container.png) repeat-y;
	border-top:none;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
	border-left: #fff 1px solid;
}	

div#header {
	position: relative;
	height: 120px;
	width: 100%;
	background: #fff url(images/header2.png) no-repeat;
}
	
div#container {
	position: relative;
	float: left;
	width: 100%;
}	

div#main {
	margin: 0 190px 0 190px;
}

div#mainoccassions {
	margin: 0 0 0 190px;
}

div#main_route {
	margin: 0 210px 0 190px;
}

div#left_column {
	position: relative;
	float: left;
	width: 180px;
	margin-left: -980px;	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

div#left_column div {
	margin: 0;
	padding: 0;
}

div#right_column {
	position: relative;
	float: left;
	width: 180px;
	margin-left: -180px;
	overflow: hidden;
	background: #fff;
	font-size: x-small;
}

div#right_column_route {
	position: relative;
	float: left;
	width: 200px;
	margin-left: -200px;	
	overflow: hidden;
	background: #fff;
}

div#footer {
	position: relative;
	width: 100%;
	height: 20px;
	clear: both;
	color: #FFF;
	background: #000 url(images/bg_footer.png) repeat-y;
}	

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* IE6 fix */
* html #left_column {
	left: 200;
}

table.occasionstable td {
	font-size: x-small;
}


/* menu */

#menu ul {
  width: 100%;                 /* sets the size of the menu blocks */
  border-top: #c0c0c0 1px solid;
  background: #ffce1f url(images/bg_button.png);      
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}

#menu ul li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #808080;                 /* sets the default font colour to white */
  height: 1.8em;
  text-indent: 1.5em;
  vertical-align: middle;
	border-left: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}

#menu ul li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 179px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */	                                  
}

#menu ul li:hover, #menu ul li.CSStoHighlight {
  background: #fff url(images/bg_button_over.png);      /* gives the active menu items a yellow background */
  color: #ffa800;                /* makes the active menu item text black */ 
}

#menu ul ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}

#menu ul li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}

#menu ul li a { 
	color: #808080;
	display: block; 
	width: 170px; 
	padding: 4px;
	text-decoration: none; 
}

#menu ul li a:hover, ul.makeMenu li a.CSStoHighLink { 
	color: #ffa800;
}

#menu ul li:hover > a { 
	color: #ffa800;
} /* supports links in branch headings - should not be display: block; */
	 
/* end menu */

#left_column div#contact {
	width: 180px;
	height: 130px;
	background: #fff url(images/right_logo.png) no-repeat;
}

#left_column div#contact div {
	float: left;
	margin: 60px 10px 10px 10px;
	color: #000;
	font-size: 9px;
}

#left_column div#contact div a{
	color: #000;
	text-decoration: none;
}

#left_column div#contact div a:hover{
	color: #000;
	text-decoration: underline;
}

/* occasions */

table.occasionstable {	
	padding: 0px;
}

table.occasionfotos {	
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #FFF;
}

img.thumb_occasion {
	cursor: pointer;
}

a.merk {
	cursor: pointer;
}

a.merk:hover {
	text-decoration: underline;
}

td.tableHeading_r, td.textRight {
	text-align: right;
}

