html,body
{
	margin:0;
	padding:0;
	border:none;
	
	background: url(../images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #00528E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

ul, li, ol
{
	margin-left: 15px;
}

img
{
	border: 1px solid #FFCC33;
}

font
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.container
{
	background-color: white;
	height: 100%; 
	min-height: 100%;
}

.menu_links_top
{
	background:url(../images/menu_link_top.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 47px;
}

.menu_links
{
	background:url(../images/menu_links.jpg);
	background-repeat:repeat-y;
}

p
{
	padding-bottom:10px;
}

.content
{
	background: url(../images/content_middle.jpg);
	background-repeat: repeat-y;
	width: 585px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	height: 100%;
}


.menu_rechts_top
{
	background:url(../images/menu_rechts_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 196px;
	height: 47px;
}


.menu_rechts
{
	background:url(../images/menu_rechts.jpg);
	background-repeat:repeat-y;
	width: 196px;
}

.contact_gegevens
{
	/*background:url(../images/gegevens_rechts_boven.jpg);
	background-repeat: no-repeat;*/
	text-align: right;
	padding-right: 10px;
	background-color: white;
	height: 173px;
	font-size: 11px;
}

.contact_header
{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: -10px;
}

.logo
{
	background:url(../images/logo.jpg);
	background-color: white;
	background-repeat: no-repeat;
	width: 200px;
	height: 175px;
}

/**
* HoofdMenu's
*/
td.menu
{
	text-align: right;
	padding-right: 30px;
	color: white;
	font-size: 11px;
	line-height: 23px;
}
a.menu
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

td.menu_selected
{
	text-align: right;
	padding-right: 30px;
	color: #00528E;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	background-image: url(../images/menu_selected.jpg);
	background-position: 30px;
	background-repeat: no-repeat;
}

a.menu_selected
{
	color: #00528E;
	text-decoration: none;
	font-weight: bold;
}

a
{
	color: #00528E;
}


/**
* Submenu's
*/

td.sub_menu
{
	text-align:right;
	padding-right: 30px;
	color: yellow;
	font-size: 11px;
}
a.sub_menu
{
	color: #FFCC33;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}

td.sub_menu_selected
{
	text-align: right;
	padding-right: 30px;
	color: #CCCCCC;
	font-size: 11px;
	
	background-image: url(../images/sub_menu_selected.jpg);
	background-position: 30px;
	background-repeat: no-repeat;
	
}

a.sub_menu_selected
{
	color: #00528E;
	text-decoration: none;
	line-height: 17px;
	
}

.footer
{
	color:#999999;
	font-size:10px;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 4px;
}

h1
{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.nieuws
{
	float: left;
	
	width: 154px; /*firefox*/
	_width: 164px;/*ie*/
	
	padding-left: 25px;
	text-align: left;
	font-size: 10px;
	
}

h2.nieuwsheader
{
	text-decoration: none;
	font-size: 12px;
}

.content_top
{
	
	background-image:url(../images/content_top.png);
	
	background-repeat:no-repeat;
	width: 605px;
	height: 37px;
	position:relative;
	top: 147px;
}

.middle_spacer
{
	height: 147px;
}

.content_bottom
{
	background:url(../images/content_bottom.jpg);
	background-repeat:no-repeat;
	height:16px;
}

table.rand
{ 
	background-color:#FFFFFF; 
	border: #CCCCCC; 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;      
	background-position: top;    
	width: 100%;
	font-size:12px;
}

table.rand td
{
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}

.content_text
{
	padding-top: 10px;
}


table
{
	font-size:12px;
}

.tr1
{
	background-color: white;
	border-bottom: 1px solid #FFCC33;
	border-top: 1px solid #FFCC33;
	margin-top: 2px;
}

.tr2
{
	background-color: #F1F1F1;
	border-bottom: 1px solid #FFCC33;
	border-top: 1px solid #FFCC33;
	margin-top: 2px;
}

td.lijst
{
padding-top: 2px;
		padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

img.noborder
{
	border: 0px;
}

img.maxwidth
{
	position:relative;
	width: 80px;
	height: 60px;
	overlflow:hidden;
	}
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 500px;	
	height:100px;
	background-color: white;					
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

/* single scrollable item */
div.scrollable div.items div {
	float:left;
}

/* active item */
div.scrollable div.items div.active {
	border: 5px solid #FFCC33;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:center;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/right.png);
	clear:right;	
}
