/* Default VNV-acvocaten style sheet. */

/**** Normal text ****/

.content
{
	font: 8pt verdana;
	margin-left: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	color: #333366;
}

.content table
{
	font:8pt verdana;
	color: #333366;
}

.content td
{
	padding: 0px 20px 0px 0px;
	height: 10px;
}

a:link
{
	text-decoration: underline;
	color: #333366;
}

div.cover
{
	width:100%;
	height:100%;
	z-index:2;
	background-image:url('/images/overlay.gif');
	background-repeat:repeat;
}

div.foto
{
	z-index:1;
	padding:0;
}

a div.foto {
	cursor:pointer;
}

/*

.menutext {
	font-family: verdana;
	font-size: 9pt;
	color: #FFFFFF;
}

a.menutext:link
{
	text-decoration: underline;
	color: #FFFFFF;
}

a.menutext:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}

a.menutext:hover
{
	font-weight: normal;
	color: #0099FF;
}*/

a:visited
{
	text-decoration: underline;
	color: #333366;
}

a:hover
{
	font-weight: normal;
	color: #0000FF;
}

.titel {
	/*font-family: verdana;
	font-size: 18pt;
	color: #333366;*/
	text-align:center;
}

.ondertitel {
	/*font-family: verdana;
	font-size: 10pt;
	color: #FFFFFF;*/
	text-align:center;
}

.heading {
	font-family: verdana;
	font-size: 12pt;
	color: #333366;
}

/** MENU FORMATTING **/
.divider, .menuitem {
	width:115px;
}

.divider {
	background-image:url('/images/menu_divider.gif');
	background-repeat:no-repeat;
	height:2px;
}

.menuitem {
	height:25px;
	background-image:url('/images/menu_bg.gif');
}

.menulink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:6px;
	padding-top:4px;
	color:#FFFFFF;
/*	height:21px;
	width:120px;*/
}

.menulink a:link, .menulink a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.menulink a:hover {
	color:#0066FF;
	text-decoration:none;
}
img {
	border:0;
	margin:0;
	padding:0;
}

.raster {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:506px;
	height:506px;
	background-color:#333366;
	padding:1px;
	/*border:1px solid #333366;*/
}

.raster .square-1 {
	display:block;
	text-align:left;
	height:502;
	width:502;
	margin:1px;
	overflow:hidden;
	background-color:#FFFFFF;
}
.raster .square-1 .text {
	margin:2px;
}

.raster .square {
	display:block;
	text-align:center;
	float:left;
	height:124px;
	width:124px;
	margin:1px;
	overflow:hidden;
}

.raster .square-4 {
	display:block;
	text-align:center;
	float:left;
	height:250px;
	width:250px;
	margin:1px;
	overflow:hidden;
	background-color:#FFFFFF;
}

.raster .square-4 p {
	position:relative;
	top:50%;
	line-height:16px;
	margin-top:-80px;
}

.raster .square-9 {
	display:block;
	text-align:center;
	float:left;
	height:166px;
	width:166px;
	margin:1px;
	overflow:hidden;
	background-color:#FFFFFF;
}

.raster .square-9 p {
	position:relative;
	top:50%;
	line-height:26px;
	margin-top:-39px;
	font-size:18px;
	font-weight:bold;
}

.raster .square-9 .2regels {
	position:relative;
	top:50%;
	line-height:26px;
	margin-top:-26px;
	font-size:18px;
	font-weight:bold;
}

.raster .square-9 a:hover {
	font-weight:bold;
}

.raster .empty {
	display:block;
	text-align:center;
	float:left;
	height:124px;
	width:124px;
	background-color:#FFFFFF;
	margin:1px;
}

.raster .hidden {
	display:none;
	line-height:124px;
	text-align:center;
	font-weight:bold;
}

.centerwrap {
	text-align:center;
}

