
html {
	/*overflow: auto;*/
}

body {
	background-color: #0099CC;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

div#bodydiv {
	background-image: url(images/bodydiv_BG.jpg);
	background-repat: no-repeat;
	background-color:	#000000;
	position: relative;
	left: 50%;
	margin-left: -500px;
	margin-right: auto;
	width: 1000px;
	top: 0px;
	height: 600px;
	display: block;
}

div#mainContent {
	position:	relative;
	left: 0px;
	width:	100%;
	top: 0px;
	color:	#000000;
	z-index:	1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:	left;
	border: 0px solid Blue;
	overflow: hidden;
	min-height: 350px;
   //height: auto !important;
   _height: 350px; // voor IE, kent geen min-height
}

/**************/
/*  de slider */
/**************/

div.scrollholder {
    position: relative;
    left: 200px;
    top: 220px;
    width: 586px;
    height: 375px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 100;
    border: 0px solid Red;
}

div.scroll {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 95%;
    z-index: 100;
    padding: 0px 20px 0px 0px;
    #padding: 14px 20px 0px 0px;
    line-height:	1.5em;
	border:	0px solid Red;
}

/* <Scroll> */
div.track {
    position: relative;
    float:right;
    top: 0;
    width: 15px;
    height: 100%;
    font-size: 0;
    z-index: 300;

	background-image: url(images/scrollerline.jpg);
	background-position: 5px 0px;
	background-repeat: repeat-y;
}

div.drag_bar {
    position: absolute;
    width: 11px;
    height: 14px;
    cursor: pointer;
    z-index: 400;
    background-color: #0099CC;
    margin-left: 0px;
    border:	0px solid Red;
}

/***************************************/
/************   topextramenu  **********/
/***************************************/

div#navTopExtra {
	position:	absolute;
	top: 10px;
	left: 10px;
	border: 0px solid red;
	width: 100%;
	z-index: 10;
	white-space: nowrap;
}

div#talenwissel {
	white-space: nowrap;
	padding-left: 30px;
}

td.topextramenu {
	padding: 0px 10px 0px 10px;
	background-image: url("images/divider.jpg");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	cursor: pointer;
	color: #000000;
	font-weight: bold;
}

td.topextramenufirst {
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	color: #000000;
	font-weight: bold;
}

td.topextramenu a, td.topextramenu a:hover, td.topextramenu a:link,td.topextramenu a:visited {
	color: #000000;
	text-decoration: none;
}

td.topextramenufirst a, td.topextramenufirst a:hover, td.topextramenufirst a:link,td.topextramenufirst a:visited {
	color: #000000;
	text-decoration: none;
}

/***************************************/
/************   topmenu		  **********/
/***************************************/

div#navTop {
	position:	absolute;
	white-space: nowrap;
	top: 190px;
	left: 0px;
	border: 0px solid red;
	width: 990px;
	z-index: 10;
}

table.topmenu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border: 0px solid red;
}

td.topmenu {
	background-image: url("images/divider2.jpg");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	text-align: center;
	white-space: nowrap;
	//padding: 0px 10px 0px 10px;
}

td.topmenufirst {
	white-space: nowrap;
	text-align: center;
	//padding: 0px 10px 0px 10px;
}

div.topmenuitem {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	width: 100%;
}

div.topmenuitemover {
	font-size: 10pt;
	font-weight: bold;
	color: #2399a9;
	cursor: pointer;
	width: 100%;
	background-color: #ffffff;
}

div.topmenuitem a, div.topmenuitem a:hover, div.topmenuitem a:link, div.topmenuitem a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.topmenuitemover a, div.topmenuitemover a:hover, div.topmenuitemover a:link, div.topmenuitemover a:visited {
	color: #2399a9;
	text-decoration: none;
}


/***************************************/
/************   leftmenu			**********/
/***************************************/

div#navLeft {
	position: absolute;
	left: 10px;
	top: 220px;
	width: 180px;
	border: 0px solid red;
	z-index: 200;
	height: 335px;

}

div#navLeft table {
	width: 100%;
	position: relative;
	top: 14px;
}

div#navLeft table td {
	text-align: left;
}

div.leftmenuitem {
	font-size: 11pt;
	font-weight: normal;
	color: #2399a9;
	cursor: pointer;
	height: 28px;
}

div.leftmenuitemover {
	font-size: 11pt;
	font-weight: normal;
	color: #ff0000;
	cursor: pointer;
	height: 28px;
}

div.leftmenuitem a, div.leftmenuitem a:hover, div.leftmenuitem a:link, div.leftmenuitem a:visited {
	color: #2399a9;
	text-decoration: none;
}

div.leftmenuitemover a, div.leftmenuitemover a:hover, div.leftmenuitemover a:link, div.leftmenuitemover a:visited {
	color: #ff0000;
	text-decoration: none;
}

/***************************************/
a:link.newsitems, a:hover.newsitems, a:visited.newsitems {
	font-style: italic;
	color: #ff0000;
}

span.newsitems_header {
	color: #ff0000;
	font-weight: bold;
}

div#newsitems {
	position:	absolute;
	top: 238px;
	left:792px;
	border: 0px solid Purple;
	width: 192px;
	height: 357px;
}

div.randoms {
	position:	absolute;
	top: 49px;
	left:17px;
	border: 0px solid Purple;
	width: 312px;
	height: 116px;
}

td.random1 {
	vertical-align: top;
	text-align: left;
	width: 141px;
	height: 92px;
}

td.random2 {
	vertical-align: top;
	text-align: left;
	width: 141px;
	height: 92px;
	padding: 22px 0px 0px 27px;
}

.headline {
	color: #0099CC;
	font-size: 11pt;
	font-weight: bold;
}

div#bottomtext {
	position:	absolute;
	width:	153px;
	left:	10px;
	top: 563px;
	border: 0px solid Purple;
	color: #000000;
	text-align:	center;
	font-weight:	normal;
	font-size:	12px;
	white-space: nowrap;
}

.searchbutton {
	float:right;
	_margin-right:15px;
}

div.searchwidget {
	width: 140px;
	z-index:	12;
}
input#term {
	width: 140px;
}

div#gallery {
	position: relative;
	left: 0px;
	width: 100%;
}

div#gallery table {
	width: 670px;
}

a, a:visited, a:link, a:hover, a.gallery, a.gallery:hover, a.gallery:link, a.gallery:visited {
	color: #887e6f;;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

input.aan_afmelden {
	color: #887e6f;;
	font-family: Verdana, Helvetica, sans-serif;
	width: 160px;
}

td.vsizer {
	vertical-align: top;
	height: 100%;
}

fieldset {
	-moz-border-radius: 8px;

}

fieldset table td {
	vertical-align: top;
	white-space: nowrap;
}

legend {
	color: #dd030b;
}

fieldset label {
	position: relative;
	right: 10px;
	width: 					15%;
	white-space:				nowrap;
}

form#reserveringsform table td {
	vertical-align: top;
}


