@charset "utf-8";
/* CSS Document */
a:link, a:visited{
color: #000;
text-decoration: none;
}
img{ border:none;}
form{ margin:0px; padding:0px;}
input.btn { 
	  color:#27537a; 
	  font: bold 100% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#fed; 
	  border:1px solid; 
	  border-color: #27537a #27537a #27537a #27537a; 
} 


a:hover, a:active{
color: #000;
text-decoration: underline;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px; padding:0px;
	height:100%;
	width:100%;
}
#container
{
	margin:15px;
}

#image_head
{
	float:left;
}
#info_head
{
	float:right;
	color:#000;
	text-align:right;
}
#balk_boven
{
	background-color:#DF0005;
	color:#FFF;
	padding:3px;
}
#breadcrumb
{
	margin-top:5px;
	float:left;
}
#klas_selectie
{
	float:right;
}
#main_menu
{
	width:250px;
	padding:10px;
	background-color:#FFF;
	border:1px solid #c1c4c7;
}
#content
{
	margin-top:15px;
	
}
.main_content
{
	margin:0 auto;
	min-height:400px;
	width:800px;
	background-color:#FFF;
	border:1px solid #c1c4c7;
}
.print
	{
		background-color:#000000;
		width:140px;
		margin-left:10px;
		padding:4px;
	}
	
.main_score
{
	margin:0 auto;
	min-width:800px;
	width:800px;
	padding:5px;
	margin-top:10px;
	background-color:#FFF;
	border:1px solid #c1c4c7;
}
.main_tabs
{
	margin-right:auto;margin-left:auto;
	width:800px;
	min-height:400px;
	padding:5px;
}

#clear
{
	clear:both;
}

td.menu_item_n
{
		border-bottom:1px solid #c1c4c7;
}
.menu_item_n
{
	
	height:23px;
	padding-left:5px;
	color:#000;
}

a.menu_item_n:link,a.menu_item_n:visited,a.menu_item_n:active {text-decoration: none; font:bold;cursor: hand; color:#000;}
a.menu_item_n:hover {text-decoration: underline;cursor: hand;color:#000; }
.menu_item_s
{
	background-color:#333;
	height:23px;
	padding-left:5px;
	color:#FFF;
}
td.menu_item_s
{
	border-top:1px solid white;
	border-bottom:1px solid white;
}
a.menu_item_s:link,a.menu_item_s:visited,a.menu_item_s:active {text-decoration: none; font:bold;cursor: hand; color:#FFF;}
a.menu_item_s:hover {text-decoration: underline;cursor: hand; color:#FFF}

table.standard thead tr{ 
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	height:25px;
}
table.standard {

	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
}
table.standard tbody tr.odd td {
	background-color:#F0F0F6;
}
table.standard tbody td {
	color: #3D3D3D;
	padding: 3px;
	background-color: #FFF;
	vertical-align: middle;
}

table.standard tbody tr:hover td {
	background-color:#06F;
	color:#FFF;
	cursor:pointer;
}
tr.meerkeuze:hover td{
	background-color:#06F;
	color:#FFF;
	cursor:pointer;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 15px;
	opacity: 0.85;
	width:300px;
	
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px;}