﻿body 
{	
	margin: 0px;
}

h1
{	
	font-size: 13pt;
	display: block;
}

h2
{
	font-size: 11pt;
	color: #333333;
	display: block;
}

h3
{
	font-size: 10pt;
}

#Header 
{
	background-image: url(Images/Header.jpg);
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
	min-width: 800px;
	overflow: hidden;
}

.HeaderLeft
{
    background-image: url(Images/HeaderLeft.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 555px;
	float: left;
	text-indent: -5000px;
}

.HeaderLeftFr
{
	background-image: url(Images/HeaderLeftFr.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 555px;
	float: left;
	text-indent: -5000px;
}

#HeaderRight
{
	background-image: url(Images/HeaderRight.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 245px;
	float: right;
	overflow: hidden;
}

.MenuContainer
{
	background-image: url(Images/Menu.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
	min-width: 800px;
	
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

.Menu
{
	background-image: url(Images/Menu.jpg);
	background-repeat: repeat-x;
	height: 22px;
	
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

.MenuItem
{
	background-image: url(Images/Menu.jpg);
	background-repeat: repeat-x;
	height: 22px;
	
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	padding: 0 10px 0 10px;
	cursor: pointer;
}

#Content
{
	/*border-left: solid 1px #A1A1A1;
	border-right: solid 1px #A1A1A1;
	border-bottom: solid 1px #A1A1A1;
	background-color: #fddada;*/
	margin: 0 auto;
	width: 1000px;
	min-width: 700px;
	min-height: 450px;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#Footer
{
	margin: 0 auto;
	width: 800px;
	min-width: 700px;
	
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}

.NewsBlock
{
	margin-bottom: 10px;
	border-bottom: solid 1px #999999;
}

.NewsTitle
{
}

.NewsDateTime
{
	font-size: 7pt;
}

.NewsContent
{
}

DocumentsBlock
{
	margin-bottom: 10px;
	border-bottom: solid 1px #999999;
}

.DocumentsTitle
{
	
}

.DocumentsDateTime
{
	font-size: 7pt;
}

.DocumentsContent
{
}

.Overflower
{
    overflow: hidden;
}

.Hoofdtitel
{
	margin-top:10px;
}

.MapGrid
{
    text-align: left;
    width :800px;
}

.Subtitel
{
	margin-top: 20px;
	margin-left: 25px;
    display:block;    
    color: #333333;
}

.grid
{
    margin-left:80px;
}

.MapGrid td { border-left:1px solid #CCC; border-top: 1px solid #CCC} 

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 990px;
	text-align: left;
	border: 1px solid #CCF;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	font-size: 8pt;
	padding: 4px;
	border-right: 1px solid #CCF;
	border-bottom: 1px solid #CCF;
}
table.tablesorter thead tr .header {
	background-image: url(Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border-right: 1px solid #CCF;
	border-bottom: 1px solid #CCF;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(Images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(Images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

#gmap {
    width:700px;
    height: 500px;
    border: 1px solid gray; 
    float: left;
}

#geolegend 
{
	margin:5px;
	width: 260px;
	padding: 10px;
	float: left;
}

table.legend {
	font-family:arial;
	background-color: #FFF;
	font-size: 9pt;
	width: 200px;
	text-align: left;
	border-left: 1px solid #CCF;
	border-top: 1px solid #CCF;
	border-right: 2px solid #CCF;
	border-bottom: 2px solid #CCF;
	padding: 5px;
}

table.legend tr
{
	border-right: 1px solid #CCF;
	border-bottom: 1px solid #CCF;
}

.Footercell
{
	font-size: 10px; 
	color: #999999; 
	padding: 10px 0px 10px 0px; 
	margin: 0px; 
	height: 30px; 
	border-top: 1px solid #999999;
}

/*
table.legend thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	font-size: 8pt;
	padding: 4px;
	border-right: 1px solid #CCF;
	border-bottom: 1px solid #CCF;
}
table.legend thead tr .header {
	background-image: url(Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
}
table.legend tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border-right: 1px solid #CCF;
	border-bottom: 1px solid #CCF;
}
table.legend tbody tr.odd td {
	background-color:#F0F0F6;
}
table.legend thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.legend thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.legend thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
*/
