/* Page code */

*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

}

body 
{
	text-align:center;
	font: normal 11px arial;
	color:  #333333;
	height: 100%;
	/*
	background-color:#c4d6ff;
	*/
	background-color:#0881cd;
	overflow-x:auto;
	overflow-y:auto;
	background-image:url(../images/logo_background.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

a
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

ul
{
	padding: 5px;
	padding-left:10px;
	list-style-type:disc;
	list-style-position:inside;
}

ol
{
	padding: 5px;
	padding-left:10px;
	list-style-type:decimal;
	list-style-position:inside;
}

.bal
{
	position:absolute;
	margin:0px auto;
	margin-left:735px;
	margin-top:504px;
	/*
	margin-left:690px; kerst sneeuw
	margin-top:474px;	
	*/
}
.titel
{
	color:#0881cf;
	font-weight:bold;
}
.blok
{
	width:830px;
	height:670px;
	/*background-color:#FFFFFF;*/
	margin:0px auto;
}
.header
{
	width:100%;
	height:207px;
	background-image:url(../images/header.png)
}
.schaduw_onder
{
	width:830px;
	height:15px;
	margin:0px auto;	
}
.schaduw_onder_links
{
	height:15px;
	width:50px;
	background-image:url(../images/schaduw_midden_links.png);
	float:left;
}
.schaduw_onder_midden
{
	height:15px;
	width:730px;
	background-image:url(../images/schaduw_midden.png);
	background-position:bottom;
	background-repeat:repeat-x;
	float:left;
}
.schaduw_onder_rechts
{
	height:15px;
	width:50px;
	background-image:url(../images/schaduw_midden_rechts.png);
	float:left;
}
.schaduw_links
{
	float:left;
	width:15px;
	height:464px;
	background-image:url(../images/schaduw_links.png);
	background-position:bottom;
	background-repeat:repeat-y;
}
.schaduw_rechts
{
	float:left;
	width:15px;
	height:464px;
	background-image:url(../images/schaduw_rechts.png);
	background-repeat:repeat-y;
	background-position:bottom;
}
.content
{
	float:left;
	width:800px;
	height:464px;
	background-color:#FFF;
}
.menu
{
	width:770px;
	height:19px;
	margin-left:15px;
	margin-right:15px;
	padding-top:4px;
	border-bottom:1px solid #c0c0c0;
	color:#8b8b8b;
}
.menu a
{
	color:#8b8b8b;
}
.tussenblok
{
	height:240px;
	width:770px;
	margin-left:15px;
	margin-right:15px;
	border-bottom:1px solid #c0c0c0;
	padding-top:15px;
}
.tussenblok_large
{
	height:370px;
	width:770px;
	margin-left:15px;
	margin-right:15px;
	border-bottom:1px solid #c0c0c0;
	padding-top:15px;
	overflow:auto;
	text-align:left;
}
.tussenblok_links
{
	height:225px;
	width:245px;
	float:left;
	color:#333333;
	text-align:left;
	overflow:auto;
	padding-right:10px;
}
.tussenblok_links a
{
	color:#333333;
}
.tussenblok_links a:hover
{
	color:#333333;
}

.tussenblok_links_large
{
	height:355px;
	width:502px;
	float:left;
	color:#333333;
	text-align:left;
	overflow:auto;
	border-right:1px solid #c0c0c0;
	padding-right:10px;
}
.tussenblok_midden
{
	height:225px;
	width:226px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	color:#333333;
	text-align:left;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	overflow:auto;

}
.tussenblok_rechts
{
	height:225px;
	width:230px;
	float:left;
	color:#333333;
	text-align:left;
	padding-left:15px;
	overflow:auto;
	padding-right:10px;
}
.tussenblok_rechts_large
{
	height:355px;
	width:240px;
	float:left;
	color:#333333;
	text-align:left;
	padding-left:15px;
	overflow:auto;
}
.tussenruimte_large
{
	height:10px;
	margin-left:15px;
	margin-right:15px;
	border-bottom:1px solid #c0c0c0;
}
.fotooverzichtblok
{
	height:130px;
	margin-left:15px;
	margin-right:15px;
	border-bottom:1px solid #c0c0c0;
}
.fotoblok
{
	margin:14px;
	float:left;
	height:100px;
	width:100px;
	background-color:#CCCCCC;
	overflow:hidden;
	display: block;
}
.teamblok
{	
	padding-top:10px;
	color:#8b8b8b;
	line-height:16px;
}
.teamblok a
{
	color:#8b8b8b;
}
