/* DENVIS CSS */

/* IE 5.5+ styles voor transparante png */

img, div { behavior: url(html/iepngfix.htc) }

/* bovenstaand .htc bestand moet op de server staan */

body
	{
  heigth:100%;
  background-color:#FFFFFF;
  padding:0;
  margin:0;
}

a img { border : none; }
a { outline: none; }

hover{
cursor:pointer;
}

table
{font-size:11px; font-weight:normal; margin-left:0px;}

.date
{font-size:14px; color:#000000;}

.titel
{font-size:27px; color:#747474;}

.aanvang
{font-size:11px; color:#747474;}



/* ############ STANDAARD OPMAAK ############# */

#main
{
	position:absolute;
	width: 900px;
	z-index:1;
	left: 50%;
	margin-left: -450px;
	top: 0px;
	background-color:#FFFFFF;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#cccccc;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#cccccc;
}

#logo
{
	position:absolute;
	height: 91px;
	width: 267px;
	left:304px;
	top: 92px;
	z-index: 10;
	background-image:url(images/jpg/logo_n.jpg);
	background-repeat:no-repeat;
}

#content_main
{
	position:absolute;
	left: 304px;
	width: 267px;
	z-index:15;
	color:#000000;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	border-right-width:2px;
	border-right-style:dotted;
	border-right-color:#cccccc;
	border-left-width:2px;
	border-left-style:dotted;
	border-left-color:#cccccc;
	top: 216px;
}

#content_main a:link {text-decoration: none; color:#000000;}
#content_main a:visited {text-decoration: none; color:#000000;}
#content_main a:hover {text-decoration:none; color:#7170b3;}
#content_main a:active {text-decoration: none; outline: 0px; color:#000000;}
#content_main a:focus {outline: 0px;}

