/************************************************/
/* inloggen									  */
/************************************************/

input.gebruikersnaam  { 
	color: 				#000000;
	font-size: 			13px; 
	background-color: 	#F4F4F4;
	BORDER-RIGHT: 		#000000 0px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 0px solid; 
	BORDER-LEFT: 		#000000 0px solid; 
	height:				18px;
	width:				150px;
	margin-left:		5px;
	margin-top:			1px;
}
td.gebruikersnaam {
	width: 				159px;
	height: 			23px;
	background-image: 	url(../images/inloggen_06.gif);
}
input.wachtwoord  { 
	color: 				#000000;
	font-size: 			13px; 
	background-color: 	#F4F4F4;
	BORDER-RIGHT: 		#000000 0px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 0px solid; 
	BORDER-LEFT: 		#000000 0px solid; 
	height:				18px;
	width:				150px;
	margin-left:		5px;
	margin-top:			1px;
}
input.submit  { 
	color: 				#AFB8C5;
	font-size: 			1px; 
	background-color: 	#EFB32D;
	BORDER-RIGHT: 		#000000 0px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 0px solid; 
	BORDER-LEFT: 		#000000 0px solid; 
	height:				1px;
	width:				1px;
	margin-top:			4px;
	margin-left:		4px;
}
td.wachtwoord {
	width: 				159px;
	height: 			23px;
	background-image: 	url(../images/inloggen_09.gif);
}
div.inloggen {
	position: 			fixed;
	left: 				50%;
	top: 				50%;
	margin-top: 		-180px;
	margin-left:		-377px;
	height: 			361px;
	width:				754px;
}
td.submit {
	height: 			22px;
	width:				65px;
	cursor:				pointer;
	background-image: 	url(../images/inloggen_12.gif);
}
/************************************************/
/* User ingelogd								  */
/************************************************/
td.user {
	height: 			29px;
	width:				183px;
	background-color:	#F4F4F4;
}
font.user {
	margin-top:			0px;
}
img.lager {
	margin-top:			0px;
}

/************************************************/
/* home linik								  */
/************************************************/
img.border{
	border: 			0;
}
td.home {
	cursor: 			pointer;
}

/************************************************/
/* submenu									  */
/************************************************/
td.submenu {
	height: 			22px;
	width:				768px;
	background-image: 	url(../images/index_10.gif);
}
div.submenu {
	height: 			22px;
	width:				768px;
	overflow: 			auto; 
	position: 			absolute; 
}
font.submenu {
	margin-left:		4px;
	color:				#FFFFFF
}

/************************************************/
/* begin overzicht						*/
/************************************************/
/* kopjes */
.lijntje7 {
	BORDER-RIGHT: 		#000000 1px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 2px solid; 
	BORDER-LEFT: 		#000000 0px solid; 
	padding:			2px;
}
.lijntje8 {
	BORDER-RIGHT: 		#000000 0px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 2px solid; 
	BORDER-LEFT: 		#000000 0px solid;
	padding:			2px;
}
/* middenstuk */
.lijntje1 {
	BORDER-RIGHT: 		#000000 1px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 1px solid; 
	BORDER-LEFT: 		#000000 0px solid; 
	padding:			2px;
}
.lijntje2 {
	BORDER-RIGHT: 		#000000 0px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 1px solid; 
	BORDER-LEFT: 		#000000 0px solid;
	padding:			2px;
}
.lijntje3{
	BORDER-RIGHT: 		#000000 1px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 1px solid; 
	BORDER-LEFT: 		#000000 0px solid; 
	padding:			2px;
}
/* laatste */
.lijntje4 {
	BORDER-RIGHT: 		#000000 1px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 0px solid; 
	BORDER-LEFT: 		#000000 0px solid; 
	padding:			2px;
}
.lijntje5 {
	BORDER-RIGHT: 		#000000 1px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 0px solid; 
	BORDER-LEFT: 		#000000 0px solid;
	padding:			2px;
}
.lijntje6{
	BORDER-RIGHT: 		#000000 0px solid; 
	BORDER-TOP: 		#000000 0px solid; 
	BORDER-BOTTOM: 		#000000 0px solid; 
	BORDER-LEFT: 		#000000 0px solid; 
	padding:			2px;
}


/************************************************/
/* inhoud									  */
/************************************************/
div.inhoud {
	overflow: 			auto; 
	position: 			absolute; 
	width:				768;
	height: 			425;
	margin-top:			9px;
}
td.inhoud {
	width:				768px;
	height: 			425px;
}

/************************************************/
/* algemeen									  */
/************************************************/
img.pointer {
	cursor:				pointer;
}
.text_kop {
	font-weight: 		bold;
	font-size:			16px;
}
body {
	background-color: 	#F4F4F4;
	font-family:		Arial, Helvetica, sans-serif, Tahoma;
	font-size: 			12px;
}
font.foutmelding	 {
	color:				#FF0000;
	font-weight: 		bold;
}
font.opmerking	 {
	color:				#000000;
	font-weight: 		bold;
}
img.klikbaar {
	border:				0;
	cursor:				pointer;
	margin-top:			3px;
}

/************************************************/
/*reserveren								  */
/************************************************/
.tussenkop {
	font-weight: 		bold;
	font-size:			14px;
}
.super_kop { 
	font-weight: 		bold;
	font-size:			18px;
}
div.reserveren {
	margin-top:			3px;
	font-weight: 		normal;
}
div.dubbelepunt {
	margin-top:			3px;
}

/************************************************/
/* tabel kopjes								  */
/************************************************/
.tabel_kopje	 {
	color:				#000000;
	font-weight: 		bold;
}
.tabel_kopje_order	 {
	color:				#000000;
	font-weight: 		bold;
	text-decoration:	underline;
	cursor:				pointer;
}

/************************************************/
/* pagina script								  */
/************************************************/
a.pagina_script {
	color:				#000000;
	text-decoration:	none;
	font-weight: 		bold;
	font-size:			12px;
}
font.pagina_script_aanwezig {
	color:				#E6B42B;
	font-weight: 		bold;
	text-decoration:	none;
	font-size:			14px;
}

/************************************************/
/* header									  */
/************************************************/
td.header {
 	width: 				230px;
	height: 			115px;
	background-image: 	url(../images/index_04.gif);
	cursor:				pointer;
}

/************************************************/
/* overzicht pagina							  */
/************************************************/
a.details_blank {
 	color:				#000000;
	/*color:				#E6B42B;*/
}
a.details_over {
 	color:				#000000;
}
font.details_naam {
	color:				#E6B42B;
}
img.border_1{
	/*border: 			1px solid;*/
}

/************************************************/
/* on_mouse_over bij tabellen						  */
/************************************************/
.on_mouse_over {
	background: #E6B42B;
	cursor:		pointer;
}
h2 {
	margin: 4px 0 3px 0;
	font: normal 18px Tahoma;
	color: #e6b329;
	letter-spacing: 0pt;
}

/***********************************************/
/* nieuwstabel                                 */
/***********************************************/

#tablesorter th { 
    cursor: pointer; 
    font-weight: bold; 
    text-align: left;
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-right: 20px; 
    border-right: 1px solid #000000; 
    border-bottom: 1px solid #000000; 
    margin-left: -1px; 
} 

#tablesorter .laatst {
	border-right: 0px;	
}

#tablesorter {
	margin-top: 4px;
}

#tablesorter td { 
    text-align: left;
    border-right: 1px solid #000000; 
	padding: 2px;
	border-top: 1px solid #000000;
}

#tablesorter .header {
	background-image: url('table/themes/blue/bg.gif');  
	background-repeat: no-repeat; 
    background-position: right; 
}

#tablesorter .headerSortDESC {
	background-image: url('table/themes/blue/desc.gif');  
}

#tablesorter .headerSortASC {
	background-image: url('table/themes/blue/asc.gif');  
}

#tablesorter .zoeken {
	border: 0px;
	padding-top: 5px;
}



