/* body { behavior:url("css/csshover.htc"); } */
body,td,th {
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image:url(../img/body-bg.gif);
	background-repeat:repeat-x;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

h1,h2,h3,h5,h6,p {
	margin:0;
	padding:0 0 1em 0;
}
h1{ font-size:18px; font-family: Arial, Helvetica, sans-serif; }
h2{ font-size:14px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
h3{ font-size:13px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

img {
	border:none;
	vertical-align:top;
}

.left{ float:left; }
.right{ float:right; }
.hidden{ display:none; }

img.left{ margin:5px 10px 10px 0px; }
img.right{ margin:5px 0px 10px 10px; }
img.block{ display:block; margin:10px 0; }

form{
	margin:0px;
	padding:0px;
}

.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}


.clear{ clear:both; }

.clearfix:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

*{ outline:none; }


/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#sitewrapper{
	width:987px;
	margin:0px auto;
}

#header{
	height:122px;
}	
#nav{
	height:41px;
}
#main{
	width:987px;
	height:328px;
	padding:13px 0px;
	margin-bottom:13px;
}

#fotobuttons{
	height:176px;
	background:url(../img/fotobuttons/fotobuttons.jpg) no-repeat 0 0;
}


#fotoblok{
	float:left;
	width:490px;
	height:325px;
}
#content{
	width:463px;
	height:325px;
	padding:0px 17px;
	overflow:hidden;
}

/*--------------------- */
/* HEADER				*/
/*--------------------- */



/*--------------------- */
/* MAIN					*/
/*--------------------- */

#content img{
	border:1px solid #FFFFFF;
}

#content .scroll{
	width:463px;
	height:325px;
}


/* nieuws items */
ul.items{
	list-style:none;
	margin:0;
	padding:0;
}
ul.items li{
	clear:both;
	margin:0;
	padding:10px 0 0 0;
}
ul.items h2{
	border-bottom:1px solid #FFFFFF;
	margin:0 0 8px 0;
	padding:0 0 3px 0;
}
ul.items a{
	text-decoration:none;
}

ul.items div.readmore{
	text-align:right;
}
ul.items div.readmore a{
	color:#e5ab0f;
}



/* gallery */

ul.gallery{
	list-style:none;
	margin:0;
	padding:0;
}
ul.gallery li{
	display:inline;
	margin:0;
	padding:0;
}
ul.gallery img{
	margin:0 8px 8px 0;
}

/*--------------------- */
/* NAV					*/
/*--------------------- */

#nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#nav li{
	padding:0;
	margin:0;
}


/*--------------------- */
/* fotobuttons			*/
/*--------------------- */

ul.navigatie{
	list-style:none;
	margin:0;
	padding:0;
	height:176px;
}

ul.navigatie li{
	float:left;
	margin:0;
	padding:0 10px 0 0;
	height:176px;
}
ul.navigatie li.woordenboek{ padding:0 11px 0 0; }
ul.navigatie li.glamour{ padding:0 11px 0 0;  }
ul.navigatie li.vrienden{ padding:0; }



ul.navigatie a{
	float:left;
	width:237px;
	height:176px;
	text-align:right;
	text-transform:uppercase;
	text-decoration:none;
	color:#003399;
	font-size:16px;
}

ul.navigatie span{
	display:block;
	padding:8px 12px 0 0;
}









/* ------------------------- */
/* PRINT  					 */
/* ------------------------- */


@media print {
	body,td,th, h1, h2, h3, h4, p, a{
		color: #000000 !important;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: #000000 !important;
	}
	
	#header, #nav, #footer{
		display:none !important;
	}
	
	#wrapper, #main, #content{
		float:none !important;
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	
}


