﻿body 
{
	font-family: Arial;
	font-size: 10pt;
	color: White;
	background-image:url('Images/Background.jpg');
	background-repeat:repeat-x;
	background-color:#5397CD;
}
.DivContainer
{
	margin:auto;
	width:1000px;
}
.DivHeader
{
	margin-left:10px;
	width:1000px;
	height:80px;	
}
.DivMenu
{
	padding-left:10px;
	font-size:8pt;
	font-weight: bolder;
	width:990px;
	height:30px;
	border-bottom: solid 2px white;
}

.error 
{
	color: Red;
}

.DivMenuLink 
{
	float:left;
}
.DivMenuLink a
{
	font-size:9pt;
	font-weight:bold;
	color:White;
	text-decoration:none;
}
.DivMenuLink a:hover
{
	color:#76B8E1;
}
.DivMenuSub
{
	float:left;	
}


.DivMenuSubLink
{
	background-image:url('Images/TransBG.png');
	color:White;
	clear:both;
	float:left;
	padding:10px;
	padding-left:10px;
	width:163px;
}
.DivMenuSubLink a
{	
	font-size:9pt;
	font-weight:bold;
	color:White;
	text-decoration:none;	
}
.DivMenuSubLink a:hover
{
	color:#76B8E1;
}


.DivMenuSubLinkSelected
{
	background-image:url('Images/TransBG.png');
	color:White;
	clear:both;
	float:left;
	padding:10px;
	padding-left:10px;
	width:163px;
}
.DivMenuSubLinkSelected a
{	
	font-size:9pt;
	font-weight:bold;
	color:#76B8E1;
	text-decoration:none;	
}




.DivFaq
{
	padding-right:10px;
	padding-top:0px;
	float:right;
	font-size:10pt;
	font-weight:bold;
}
.DivFaq a
{
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	color:#76B8E1;
	vertical-align:top;
}
.DivFaq a:hover
{ 
	text-decoration:underline;
}

.DivContentBackground
{
	height:467px;
}
.DivContent
{	
	overflow-y:auto;
	width:465px;
	height:447px;
	margin-left:505px;
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
	background-image:url('Images/TransBG.png');
}
.DivContent a
{
	color:#76B8E1;
}
.DivFooter
{
	padding-left:10px;
	color:#113389;
	width:990px;
	padding-top:5px;
	height:30px;
	font-weight:bold;
	border-top: solid 2px white;
}
.DivFooter a
{
	text-decoration:none;
	color:#113389;
}
.DivFooter a:hover
{
	text-decoration:underline;
	color:#113389;
}

.GalleryAfbeeldingThumb
{
	width:65px;
	height:65px;
	margin-right:20px;
	margin-bottom:20px;
}

.OnzichtbareDiv
{
	width:0px;
	height:0px;
	overflow:hidden;
}
.PagingLink
{
	font-size:20pt;
	color:Red;	
	text-decoration:none;
}
.Pager
{
	text-align:center;
}

.fieldname
{
	width:150px;
    float:left;
    padding:1px;
    clear:both;
}
.fieldvalue
{
	padding:1px;
	width:700px;
}

.Button
{
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 18px;
	width: 84px;
	text-align: center;
	cursor: pointer;
	border: 1px #3366CC solid;
	background-color: #CEE7FF;
	background-image: url('Images/bg_button.jpg');
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
}


.DivBackgroundWeblog
{	
	background-image:url('Images/TransBG.png');
	height:100%;
	width:1000px;
}
.DivContentWeblog
{
	padding:10px; 
	width:980px;
	min-height:447px;
	background-image:url('Images/TransBG.png');
}
.WeblogContent
{
	margin:10px;
	margin-right:0px;
	padding-right:10px;
	float:left;
	width:760px;
	border-right: solid 1px white;
	clear:both;
}
.WeblogContent a
{
	color:white;
}

.WeblogInfo
{	
	float:right;
	width:200px;
	padding-right:10px;
	padding-top:10px;
}
.WeblogInfo a
{	
	color:White;
	text-decoration:none;
}

.DivInvis
{
	width:0px;
}
.WeblogItem
{
	width:760px;
	padding-bottom:20px;
}
.WeblogItemGrijs
{
	color:#B0B0B0;	
}
.WeblogItemTitel
{
	font-size:x-large;
	text-decoration:none;	
}
