/* Begin default CSS */

* 
{ 
	margin:0;
	padding:0;
}

html 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #555555;
}

body {
	background-color: #ffffff;
	background-image: none;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

a 
{
	color: #0053a0;
	text-decoration: underline;
}

a:hover 
{
	color: #05060a;
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

h1 
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #0f4b95;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h2 
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #0f4b95;
	padding-bottom: 10px;
}

h3 
{

}

p 
{
	padding: 0px 0px 10px 0px;
}

.clear 
{
	height: 0;
	overflow: hidden;
	clear: both;
	line-height: 0;
}

/* Einde default CSS */

/* Start template */

div#SiteContainer {
	width: 950px;
	margin: 0 auto;
}

	div#HeaderContainer {
		width: 950px;
		height: 100px;
	}
		
		div#Logo {
			width: 350px;
			float: left;
			padding: 10px 0px;
		}
		
		div#Zoeken {
			display: none;			
		}
		
	div#Menu {
		display: none;
	}
	
	div#Footer {
		clear: both;
		float: none;
		margin-top: 11px;
		padding-top: 7px;
		width: 950px;
		border-top: solid 1px #d7d7d7;
		text-align: center;
	}

/* Einde template */

/* Start opsomming */

ul 
{
	list-style-position: outside;
	padding-left: 15px;	
}

li 
{

}

/* Einde opsomming */
	
/* Start menu */

div#Menu ul.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}

	div#Menu ul.menu li {
		width: 135px;
		height: 34px /*50*/;
		float: left;
		background-image: url(../images/back_menu.gif);
		background-repeat: no-repeat;	
		background-position: left;
		padding-top: 16px;
		text-align: center;
		position: relative;
	}
	
		div#Menu ul.menu li a {
			text-decoration: none;
			color: #FFFFFF;
		}
		
			div#Menu ul.menu li a.active {
				text-decoration: underline;
			}
			
			div#Menu ul.menu li a:hover {
				text-decoration: underline;
			}

div#Menu ul.menu li ul {	
	position: absolute;
	visibility: hidden;
	top: 50px;
	left: 0px;
	font-size: 11px;
	line-height: 24px;
	background-color: #0f4b95;
	padding: 16px 0px 9px 0px;
	border-left: solid 1px #d7d7d7;	
	border-right: solid 1px #d7d7d7;	
	border-bottom: solid 1px #d7d7d7;
}

	div#Menu ul.menu li ul li {
		display: block;
		position: relative;
		width: 94px;
		height: 10px;
		line-height: 10px;
		float: none;
		padding: 0px 20px 13px 20px;
		text-align: left;
		text-decoration: none;
		color: #FFFFFF;
	}
	
		div#Menu ul.menu li ul li a {
			text-decoration: underline;
			color: #FFFFFF;
		}			
/* Einde Menu */

/* Start Home */

	div#BlockContainer {
		height: 276px /*310*/;
		background-image: url(../images/back_blockContainer.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		padding-bottom: 34px;	
	}
	
		div#Block {
			width: 230px;
			height: 276px;
			overflow: hidden;
			background-color: #d7d7d7;
			background-image: url(../images/back_block.gif);
			background-repeat: no-repeat;
			background-position: top;
			margin-right: 10px;
			float: left;
		}
		
		div#Block.last {
			margin-right: 0px;
		}
		
			div#Block h1 {
				padding: 13px 0px 13px 15px;
			}
			
			div#Block div.blockPhoto {
				padding: 0px 0px 9px 15px;
			}
			
			div#Block div.blockText {
				padding: 0px 15px 11px 15px;
			}
			
			div#more {
				width: 86px /*101*/;
				height: 22px /*25*/;
				background-image: url(../images/back_more.gif);
				background-repeat: no-repeat;
				padding: 3px 0px 0px 15px;
				color: #FFFFFF;
			}
			
				div#more a {
					color: #FFFFFF;
					text-decoration: none;
				}
				
				div#more a:hover {
					text-decoration: underline;
				}
				
	
	div#HomeContainer {

	}
				
		div#introBlock, div#newsBlock {
			width: 375px;
			height: 155px;
			margin-right: 10px;
			float: left;
			background-image: url(../images/bottom_block.gif);
			background-repeat: no-repeat;
			background-position: bottom;
		}
			
		div#newsBlock {
			margin-right: 0px;
			margin-left: 10px;
			line-height: 22px;
		}
		
			div#introBlock h2, div#newsBlock h2 {
				width: 360px /*375*/;
				height: 35px /*50*/;
				background-image: url(../images/back_h2.gif);
				background-repeat: no-repeat;
				padding: 15px 0px 0px 15px;
				line-height: 16px;
			}
			
			div#introBlock div.blockText, div#newsBlock div.blockText {
				width: 345px /*375*/;
				border-left: solid 1px #d7d7d7;
				border-right: solid 1px #d7d7d7;
				padding: 10px 14px 8px 14px;
			}
				
				div.more {
					float: right;
					line-height: 16px;
				}
				
				div.date {
					float: left;
					padding-right: 15px;
				}
		
		div#flashBlock {
			float: left;
		}


/* Einde Home */

/* Start Content */

	div#ContentContainer {
		min-height: 435px /*469*/;
		background-color: #d7d7d7;
		background-image: url(../images/back_contentContainer.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		padding-bottom: 34px;
	}
	
		div#Content {
			width: 950px;
			min-height: 435px;
			overflow: hidden;
			background-color: #d7d7d7;
			background-image: url(../images/back_content.gif);
			background-repeat: no-repeat;
			background-position: top;
			margin-right: 10px;
			float: left;
		}
		
			div#contentBlock {
				width: 445px /*475*/;
				padding: 15px 15px;
				float: left;
			}
			
			div#contentBlock.fullLength {
				width: 920px /*950*/;
				padding: 15px 15px;
				float: none;
			}
			
/* Einde Content */

/* Start Formulier */

label {
	display: block;
	float: none;
	clear: both;
}

span.title {
	float: left;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #555555;
}

input#checkbox {
	
}

input#radio {
	
}

input#textfield {
	width: 288px;
	height: 18px;
	background-color: #FFFFFF;
	border: solid 1px #555555;
	float: right;
	margin-bottom: 5px;
}

input.button {
	width: 110px;
	height: 25px;
	float: right;
	background-image: url(../images/back_button.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	background-color: transparent;
	margin-left: 10px;	
	display:none;
}

select#select {
	width: 290px;
	height: 20px;
	background-color: #FFFFFF;
	border: solid 1px #555555;
	float: right;
	margin-bottom: 5px;
}

textarea#textarea {
	width: 288px;
	height: 75px;
	background-color: #FFFFFF;
	border: solid 1px #555555;
	float: right;
	margin-bottom: 5px;
}

/* Einde Formulier */

/* Start lijst */

table.dataList {
	border-bottom: solid 1px #555555;
}

	table.dataList th, table.dataList td {
		text-align: left;
		margin: 0px;
		padding: 6px 12px 8px;
	}

	table.dataList th {
		font-weight: bold;
		border-bottom: solid 1px #555555;
	}
	
	table.dataList tr {
		background-color: #ebeaea;
	}
	
	table.dataList thead tr, table.dataList tr.alternate {
		background-color: #FFFFFF;
	}
	
		table.dataList td {
			
		}

/* Einde lijst */