a
	{
	color: #EE402F;
	}
	
a:hover
	{
	color: #823F36;
	}

/*#######################################################*/
/*                     tabjes header                     */
/*#######################################################*/
a#tab_zoeken,
a#tab_meer
	{
	display: block;
	position: absolute;
	bottom: 5px;
	width: 93px;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	z-index: 0;
	padding: 0 5px;
	color: #EE402F;
	z-index: 0;
	}

a#tab_zoeken
	{
	left: 0;
	text-align: left;
	}

a#tab_meer
	{
	right: 0;
	text-align: right;
	}	

a#tab_zoeken:hover,
a#tab_zoeken.actief
	{
	background: url(../beeld/tab_lb_bg.png) top left no-repeat;
	color: #823F36;
	}

a#tab_meer:hover,
a#tab_meer.actief
	{
	background: url(../beeld/tab_rb_bg.png) top right no-repeat;
	color: #823F36;
	}


/*#######################################################*/
/*                     content                           */
/*#######################################################*/		
#content_container
	{
	text-align: left;
	min-height: 400px;
	}

/*#######################################################*/
/*                     controllers                       */
/*#######################################################*/		
#controllers
	{
	position: relative;
	width: 960px;
	height: 25px;
	background: #EE402F;
	}


/*#######################################################*/
/*                     zoekformulier                     */
/*#######################################################*/
#zoekformulier
	{
	position: absolute;
	left: 5px;
	}
	
input#zoekwoord
	{
	border: 1px solid #FFF;
	background: #FFF;
	color: #EE402F;
	padding: 2px;
	outline: none;
	}
	
button#submit
	{
	border: 1px solid #EDD3C1;
	background: #EDD3C1;
	color: #EE402F;
	padding: 2px;
	}
	
button#submit:hover
	{
	border: 1px solid #EAB29F;
	background: #EAB29F;
	}

/*#######################################################*/
/*                     pulldownformulier                 */
/*#######################################################*/
#pulldownformulier
	{
	position: absolute;
	right: 145px;
	}

#pulldownformulier select
	{
	margin: 2px 5px 0 0;
	font-size: 10px;
	width: 75px;
	}

a#show_all
	{
	color: #fff;
	float: right;
	display: block;
	padding: 2px 5px;
	}

a#show_all:hover
	{	
	color: #F7B1A8;
	}

/*#######################################################*/
/*                     tooltips tabel                    */
/*#######################################################*/
th a
	{
	z-index: 100;
	}
	
th a.tooltip span
	{
	display: none;
	zoom: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 780px;
	height: 85px;
	margin: 0 0 0 80px;
	padding: 5px;
	z-index: 101;
	background: #F7B1A8;
	font-size: 11px;
	text-align: left;
	line-height: 130%;
	color: #6C5D54;
	font-weight: normal;
	overflow: hidden;
	}
	
/*#######################################################*/
/*                    tabel			                     */
/*#######################################################*/
table
	{
	margin: 15px 0 0 0;
	width: 960px;
	}

th
	{	
	padding: 3px;
	color: #EE402F;
	background: #EFEBD8;
	font-weight: bold;
	}

th a
	{
	float: left;
	color: #EE402F;
	}
	
th a:hover
	{
	color: #A82219;
	}
	
th img
	{
	margin: 0 0 0 2px;
	padding: 0;
	}
	
td a
	{
	color: #76675B;
	}	
	
tr.rij1
	{
	background: #FFF1BB;
	}
	
tr.rij1.hover
	{	
	background: #FFF4C9;
	cursor: pointer;
	}	
	
tr.rij0
	{
	background: #E2E8C3;
	}

tr.rij0.hover
	{	
	background: #E8EDCF;
	cursor: pointer;
	}
	
td
	{
	padding: 3px;
	color: #76675B;
	}
	
tr.rij1.hover td,
tr.rij0.hover td,
tr.rij1.hover td a,
tr.rij0.hover td a
	{
	color: #823F36;
	}
	
.ll
	{
	text-align: left;
	}

.rl
	{
	text-align: right;
	}	

.nr
	{
	width: 140px;
	}

.ob,
.re
	{
	width: 180px;
	}
	
.cn,
.cy
	{
	width: 100px;
	}

.ml,	
.hl,
.dm,
.ty
	{
	width: 65px;
	}


/*#######################################################*/
/*                     subselectiepijlen tabel           */
/*#######################################################*/
th a.arrow_down,
th a.arrow_up
	{
	position: static;
	float: left;
	width: 8px;
	height: 10px;
	text-indent: -9000px;
	text-decoration: none;
	}

th a.arrow_down
	{
	margin: 4px 0 0 3px;
	background: url(../beeld/arrows.gif) 0 0 no-repeat;
	}
	
th a.arrow_down:hover,
th a.arrow_down.actief
	{	
	background-position: 0 -10px;
	}
	
th a.arrow_up
	{
	margin: 4px 0 0 0;
	background: url(../beeld/arrows.gif) -8px 0 no-repeat;
	}
	
th a.arrow_up:hover,
th a.arrow_up.actief
	{	
	background-position: -8px -20px;
	}
	
	


#footer
	{
	margin: 0 auto;
	width: 960px;
	text-align: center;
	position: relative;
	}
	
/*#######################################################*/
/*                     zoekresultaten                    */
/*#######################################################*/	
ul#pagination
	{
	display: block;
	margin: 0 auto;
	padding: 3px 0 0 0;
	width: 780px;
	list-style-type: none;
	}
	
ul#pagination li
	{
	float: left;
	text-align: center;
	line-height: 22px;
	font-size: 9px;
	margin: 0 4px 0 0;
	}

ul#pagination li.aan,
ul#pagination li.uit
	{
	height: 22px;
	width: 22px;
	background: url(../beeld/bol_bg.gif) 0 -22px no-repeat;
	}
	
ul#pagination li a
	{
	height: 22px;
	width: 22px;
	display: block;
	text-decoration: none;
	color: #91867C;
	}
	
ul#pagination li.uit
	{
	
	display: block;
	background: url(../beeld/bol_bg.gif) 0 0 no-repeat;
	}
	
ul#pagination li a:hover
	{
	color: #EE402F;
	}
	
/*#######################################################*/
/*                     tabjes footer                     */
/*#######################################################*/
a#tab_terug,
a#tab_vooruit
	{
	display: block;
	position: absolute;
	top: 0;
	width: 93px;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	z-index: 0;
	padding: 0 5px;
	color: #823F36;
	z-index: 0;
	font-size: 24px;
	}

a#tab_terug
	{
	left: 0;
	text-align: left;
	}

a#tab_vooruit
	{
	right: 0;
	text-align: right;
	}	

a#tab_terug
	{
	background: url(../beeld/tab_lo_bg.png) top left no-repeat;
	}

a#tab_vooruit
	{
	background: url(../beeld/tab_ro_bg.png) top right no-repeat;
	
	}
	
a#tab_terug:hover,
a#tab_vooruit:hover
	{
	color: #EE402F;
	}
		
	


