@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}

body {
	background-color: #F6F6F6;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.midden {
	margin: 0 auto;
	width: 990px;
	background-color:#eeeeee;
	position:relative;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-top: 0px;
}
.header {
	float: left;
	width: 990px;
	text-align: center;
}
.footer {
	float: left;
	width: 990px;
	text-align: center;
}


/* H2 tag verkleinen + background */
h2 {
	font-size: 14px;
	color: #FFF;
	margin: 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

/* Opmaak kolom 1 */
.kolom1 {
	float: left;
	width: 170px;
	margin-left: 7px;
	margin-bottom: 5px;
}
.kolom2 {
	float: left;
	width: 620px;
	margin-left: 7px;
	margin-bottom: 5px;
}
.kolom3 {
	float: left;
	width: 170px;
	margin-bottom: 5px;
	margin-left :7px;
}

.inhoudkolom1 {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background-color: #1ca5d1;
}
.inhoudkolom2 {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background-color: #1ca5d1;
}
.inhoudkolom3 {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background-color: #1ca5d1;
}
.embedcontent
{
	float: left;
	width: 100%;
	height: 390px;
	background-color: #000000;
}

.inhoudkolom1 table,.inhoudkolom3 table {
	padding: 0px;
	margin: 0px;
}
.inhoudkolom1 td,.inhoudkolom3 td  {
	border-top: 1px solid #CCC;
	background-color: #f5f5f5;
}
.content {
	float: left;
	width: 610px;
	text-align: left;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	background-color: #fff;
}
.content .thumb {
	float: left;
	text-align: left;
	height: 100px;
	width: 140px;
}
.imgborder {
	border: 1px solid #000000;
	padding: 3px;
	background-color: #fff;
}
.imgborder:hover {
	border: 1px solid #FFF;
	background-color: #1ca5d1;
}
.content .titel {
	float: left;
	text-align: left;
	width: 420px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
}
.content .omschrijving{
	float: left;
	text-align: left;
	width: 420px;
	height: 50px;
	color: #4c5357;
}
.content .views {
	float: left;
	text-align: left;
	width: 200px;
	font-style:italic;
}
.content .bekeken {
	float: left;
	text-align: left;
	width: 200px;
}
.content .titel a{
	color: #1ca5d1;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
.content .bekeken a{
	color: #1ca5d1;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
.content .bekeken a:hover, .content .titel a:hover {
	border-bottom: 1px solid #CC0000;
}
.content .tekst {
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	width: 420px;
}
.reacties {
	float: left;
	width: 570px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #999;
	padding: 5px;
}
.reacties .omschrijving {
	float: left;
	width: 480px;
	color: #000000;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
}
.reacties .titel {
	float: left;
	width: 480px;
	margin-left: 5px;
	font-size: 8px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

/*navigatie*/
.navigatie {float: left; width: 620px; height: 20px; font-size:10px; background-color:#fff; text-align:center; padding:0px; padding-top: 5px;} 
.navigatie .page a{padding-right: 10px; padding-left: 10px; padding-top:3px; padding-bottom: 3px; background-color:#FFF; margin-right:1px; margin-bottom:1px; border:1px solid #666666; color:#000;} 
.navigatie .current {padding-right: 10px; padding-left: 10px; padding-top:3px; padding-bottom: 3px; color:#000; background-color:#CCCCCC;margin-right:1px; margin-bottom:1px; border:1px solid #000;} 
.navigatie .nav a {padding-right: 10px; padding-left: 10px; padding-top:3px; padding-bottom: 3px; background-color:#fff; padding-left:15px; padding-right:15px; margin-right:1px; border:1px solid #666666; color:#000; text-decoration:none;} 
.navigatie .page a:link,.pages .page a:active,.pages .page a:visited {text-decoration:none } 
.navigatie .page a:hover {background-color:#CCCCCC; color:#000; text-decoration:none; border:1px solid #000;}  
.navigatie .nav a:hover { background-color:#CCCCCC; color:#000; text-decoration:none; border:1px solid #000;}  



/*opmaak linkjes*/
.link,
.link a:link,
.link a:active,
.link a:visited,
.link a:hover
 {
	color: #4c5357;
	background-color:#FFF;
}

.kolom1 a:link,
.kolom1 a:active,
.kolom1 a:visited,
.kolom3 a:link,
.kolom3 a:active,
.kolom3 a:visited{
	padding: 4px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	display: block;
}
.kolom1 a:hover,
.kolom3 a:hover{
	background-color:#BCE8F5;
	text-decoration: underline;
}

/*hover plaatjes*/
.thumbnail{
	color: #4c5357;
	position: relative;
	z-index: 0;
	background-color:#FFF;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 100px; /*position where enlarged image should offset horizontally */
	width: 400px;
}
/*einde hover*/

div.ovnl-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#ovnl-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancy_shadow_n.png') repeat-x;
}

div#ovnl-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancy_shadow_ne.png') no-repeat;
}

div#ovnl-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancy_shadow_e.png') repeat-y;
}

div#ovnl-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancy_shadow_se.png') no-repeat;
}

div#ovnl-bg-s {
	bottom: -20px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancy_shadow_s.png') repeat-x;
}

div#ovnl-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancy_shadow_sw.png') no-repeat;
}

div#ovnl-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancy_shadow_w.png') repeat-y;
}

div#ovnl-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancy_shadow_nw.png') no-repeat;
}

