BODY
	{
	font-family: arial; 
	font-size: 12px;
	margin: 0px;
	overflow-y: scroll;
	}
	
TABLE
	{
	font-size: 12px;
	}
	

/* INPUTBOX TEXT */	
.textinput
	{
	font-size: 12px;
	width: 250px; 
	}	


/* LINKS */	
A
	{
	text-decoration: none;
	color: #000000;
	}	
A.orangelink
	{
	text-decoration: none;
	color: #3b4da0;
	}	
A.whitelink
	{
	text-decoration: none;
	color: #FFFFFF;
	}	
	
A.searchlink
	{
	text-decoration: underline;
	color: #3b4da0;
	}	
A.navlink
	{
	color: #ff1810;
	}	
	
A.footerlink
	{
	color: #FFFFFF;
	}	

/* SEARCHBAR */	
.searchbar
	{
	background: url("images/136/searchbar.png") no-repeat bottom left;
	}	
	
	
/* FOOTER */	
.footer
	{
	background: #3b4da0;
	padding-left: 40px;
	color: #FFFFFF;
	}	
	
.footercolor {
	color: #3b4da0;
}	
	
	
/* BUTTONS */	
.menubtn
	{
	background: #C0C0C0;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	cursor:pointer; 
	text-align: center;
	}	
.menubtn_hover
	{
	background: #3b4da0;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	cursor:pointer; 
	text-align: center;
	}	

/* TITELS */
.bluetitle
	{
	font-size: 16px;	
	font-weight: bold;
	color: #4F81BD;
	}

.redtitle
	{
	font-size: 16px;	
	font-weight: bold;
	color: #c0504d;
	}	
	
/* LINKS */	
.parttitel
	{
	font-weight: bold;
	color: white;
	padding-left: 4px;
	font-size: 13px;	
	}	
.partaction
	{
	text-transform: uppercase;	
	font-weight: bold;
	color: white;
	font-size: 11px;	
	}	
	
	
/* FORM */
.form_head
	{
	border-width: 1px 0px 1px 0px; border-style: inset inset outset inset; solid solid solid solid; border-color: #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0; font-weight: bold;	
	background: #3b4da0;
	color: #FFFFFF;
	}

	
/* INFOBOXEN */	
.info_titel
	{
	font-size: 12px;
	border-collapse: collapse;
	background: url("images/info_top.gif") no-repeat top left;
	}	
.info_middle
	{
	font-size: 12px;
	border-collapse: collapse;
	background: url("images/info_middle.gif") repeat-y top left;
	}
.info_tekst
	{
	font-size: 11,7px;
	border-collapse: collapse;
	padding-left: 8px;
	padding-right: 8px;
	}
.info_bottom
	{
	font-size: 11,7px;
	border-collapse: collapse;
	background: url("images/info_bottom.gif") no-repeat top left;
	text-align: right;
	padding-right: 8px;
	}	
.info_bottomhigh
	{
	font-size: 11,7px;
	border-collapse: collapse;
	background: url("images/info_bottomhigh.gif") no-repeat bottom left;
	text-align: right;
	padding-left: 8px;
	padding-right: 8px;
	}	
	
	
/* SORTABLE TABLE */		
table.sortable
	{
	border-collapse: collapse;
	margin: 0 auto;
	}
table.sortable th, table.sortable td
	{
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #aaa;
	font-size: 11px;
	}
table.sortable th
	{
	border-width: 0px 0px 1px 0px;
	border-color: #4f81bd;
	color: #1f497d;
	}
table.sortable th a
	{
	text-decoration: none;
	color: #1f497d;
	}
table.sortable td 
	{
	border-width: 0px;
	}
table.sortable tr.odd td
	{
	background-color: #FFFFFF;
	}
table.sortable tr.even td
	{
	background-color: #d3dfee;
	}
table.sortable tr.sortbottom td
	{
	border-width: 1px 0px 1px 0px;
	background-color: #365f91;
	font-weight: bold;
	color: #FFFFFF;
	}	
	
.visibledel {
	display: none;
}	