@charset "utf-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#fff;	
	background:#666;
	margin-top:0;
	line-height:18px;
	overflow-x:auto;
	overflow-y:scroll;
}
td {vertical-align:top;
	}
p {margin-top:0;
	}
a img {	border: none;}
img {
	max-width: 100%; height:auto;
}
.imgresponsive {
	max-width: 100%; height:auto;
}
#container {/*
	width: 1200px;*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
			}

#inhoud {
	float:left;
	background:#123456;
	width:100px;
	height:660px;
	text-align: right;
	padding:20px 0 0 0;
	line-height:22px;
	}
#inhoud a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
    }
#inhoud a:visited {
	color: #ffffff;
	text-decoration:none;
	display: block;
}
#inhoud a:hover {
	color: #ffffff;
	text-decoration:underline;
	display: block;
}
#inhoud a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.inhouditemkleur1 {
	background:#189E38;
    padding:0 5px 0 0;
  }
.inhouditemkleur2 {
	background:#123456;
    padding-right: 0 0 0 5px;
  }
#content {
	width:/* 1000px;*/100%;
	/*float: left;*/
	background-color:#666;
	padding:50px 0px 50px 0px;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}	
a:link {color:#fff;
	text-decoration:underline;
}
a:visited {color:#fff;
	text-decoration:underline;
}
a:hover {color:#fff;
	text-decoration:none;
}
a:active {color:#fff;
	text-decoration:underline;
}
img.magritte {border:20px ridge gold;
	border-radius:10px;
    max-width: 85%; height:auto;
}
.center {text-align:center;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}