body {
	margin: 0px;
}

p {
    font-family: 'PT Sans Caption';
    font-size: 0.9em;
    font-weight: 400;
    color: rgb(11, 11, 11);
    line-height: 150%;
}

p strong {
    font-family: 'PT Sans Caption';
    font-weight: 700;
}

ul, ol {
    font-family: 'PT Sans Caption';
    font-size: 0.9em;
    color: rgb(11, 11, 11);
    line-height: 150%;
}

h1 {
    font-family: 'PT Sans Caption';
	font-weight: 700;
	color: rgb(72, 52, 39);
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
    font-family: 'PT Sans Caption';
	font-weight: 400;
	color: rgb(72, 52, 39);
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
    font-family: 'PT Sans Caption';
	font-weight: 400;
	color: rgb(72, 52, 39);
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: rgb(72, 52, 39);
	text-decoration: none;
}
a:hover {
	color: rgb(72, 52, 39);
	text-decoration: underline;
}

.linksummary a{
	text-decoration: underline;
}

#cookies {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 3000;
	padding: 20px;
	background-color: rgb(249, 203, 210);
	border-bottom: 1px solid rgb(72, 52, 39);
}

#cookies p {
	margin-top: 0px;
}

#cookies p a {
	font-weight: 400;
	text-decoration: underline;
}

#cookies h1 {
	font-size: 1.5em;
	margin-bottom: 0px;
}

#cookies h2 {
	font-size: 1.0em;
	margin-bottom: 0px;
}

#cookies h2 a {
	margin-right: 30px;
}

#cookies a {
	font-weight: 700;
}

input[type="submit"] {
	background-color: rgb(72, 52, 39);
	border: 0px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
    font-family: 'PT Sans Caption';
	font-size: 0.9em;
	color: rgb(255, 255, 255);
}

#navigation {

}

nav {
	position: relative;
	float: left;
	width: 255px;
	min-height: 1350px;
	z-index: 1000;
	background-image: url(../img/menu_bg.png?2);
	background-repeat: no-repeat;
}

nav #toegankelijkheid {
	padding: 20px;
	padding-top: 30px;
	height: 16px;
}

nav #toegankelijkheid .item {
	float: left;
	margin-right: 17px;
}

nav #search {
	padding-left: 20px;
	padding-top: 10px;
	height: 42px;
}

nav #search .input {
	float: left;
}

nav #search .send {
	float: left;
	margin-top: 1px;
	margin-left: 5px;
}

nav #search input[type="text"] {
	padding: 5px;
	border: 1px solid rgb(202, 202, 202);
    font-family: 'PT Sans Caption';
	font-size: 1.1em;
	color: rgb(200, 200, 200);
	width: 162px;
}
nav #search input[type="image"] {
}

nav ul {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	border-top: 1px solid rgb(72, 52, 39);
	border-bottom: 1px solid rgb(72, 52, 39);
	outline: 0;
}

nav li {
	list-style: none;
    font-family: 'PT Sans Caption';
    font-size: 1.3em;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
}

nav li a {
	color: rgb(72, 52, 39);
	text-decoration: none;
}
nav li a:hover {
	text-decoration: none;
}


nav .pink:hover {
	background-color: rgb(249, 203, 210);
}
nav .orange:hover {
	background-color: rgb(249, 194, 149)
}
nav .yellow:hover {
	background-color: rgb(254, 210, 122);
}
nav .green:hover {
	background-color: rgb(201, 219, 133);
}
nav .blue:hover {
	background-color: rgb(188, 220, 245);
}
nav .turquoise:hover {
	background-color: rgb(209, 232, 223);
}

nav .active-pink {
	background-color: rgb(249, 203, 210);
}
nav .active-orange {
	background-color: rgb(249, 194, 149)
}
nav .active-yellow {
	background-color: rgb(254, 210, 122);
}
nav .active-green {
	background-color: rgb(201, 219, 133);
}
nav .active-blue {
	background-color: rgb(188, 220, 245);
}
nav .active-turquoise {
	background-color: rgb(209, 232, 223);
}

#social{
	margin-left: 20px;
    margin-right: 20px;
    padding:6px 0px;
    border-bottom: 1px solid rgb(72, 52, 39);
}
#social ul{
	list-style:none;
	padding:0px;
	margin:0px;
	border-top:none;
	border-bottom:none;
	line-height:100%;
}
#social ul li{
	width:auto;
	display:inline-block;
}
#social ul li a{
	display:block;
}
#social ul li a img{
	width:100%;
	max-width:40px;
}
nav #submenu {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgb(72, 52, 39);
}
nav #submenu .item {
    font-family: 'PT Sans Caption';
	font-size: 0.8em;
	margin-right: 4px;
	margin-left: 2px;
}
nav #submenu a {
	color: rgb(72, 52, 39);
	text-decoration: none;
}

nav #over {
	padding: 20px;
}
nav #over p {
	margin-top: 0px;
	color: rgb(72, 52, 39);
}

nav #banners {
	margin: 20px;
	margin-top: 0px;
}

nav #banners .item {
	border-bottom: 1px solid rgb(72, 52, 39);
}

footer {
	clear: both;
	background-color: rgb(72, 52, 39);
	padding: 20px;
	z-index: 2001;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

footer h1 {
    font-family: 'PT Sans Caption';
    font-size: 1.1em;
	font-weight: 700;
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
	margin-top: 0px;
}

footer a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
footer a:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

footer p {
    font-family: 'PT Sans Caption';
    font-size: 1.0em;
    color: rgb(255, 255, 255);
}

footer #contact {
	width: 230px;
	float: left;
    font-family: 'PT Sans Caption';
	font-size: 0.9em;
	line-height: 150%;
	color: rgb(255, 255, 255);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .themas {
	float: left;
	width: 470px;
	height: 152px;
	margin-left: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .themas .item {
	float: left;
	width: 220px;
}

footer .themas .item h2 {
	font-family: 'PT Sans Caption';
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
}

footer .social {
	float: left;
	width: 110px;
	height: 152px;
	margin-left: 30px;
    font-family: 'PT Sans Caption';
    font-size: 0.9em;
	line-height: 150%;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .rss {
	float: left;
	width: 150px;
	height: 152px;
	margin-left: 30px;
    font-family: 'PT Sans Caption';
    font-size: 0.9em;
	line-height: 150%;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .developed {
	position: absolute;
	right: 20px;
	bottom: 15px;
    font-family: 'PT Sans Caption';
    font-size: 0.8em;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.5);
}

footer .developed a {
	color: rgba(255, 255, 255, 0.5);
}

#main {
	float: left;
	width: 1000px;
	margin-left: -5px;
	min-height: 800px;
	z-index: 0;
}

#content {
	outline: 0;
}

#content p a {
	text-decoration: underline;
}

#content .column {
	float: left;
	width: 499px;
	margin-top: 25px;
}

#content .line {

}

#content .column .item {
	margin: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(249, 203, 210);
}

#content .column .item h1 {
    font-family: 'PT Sans Caption';
	font-size: 1.2em;
	font-weight: 400;
	display: inline;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#content .column .item a{
	/*text-decoration:underline;*/
}

#content .column .item .yellow {
	background-color: rgb(254, 210, 122);
}
#content .column .item .green {
	background-color: rgb(201, 219, 133);
}
#content .column .item .blue {
	background-color: rgb(188, 220, 245);
}
#content .column .item .pink {
	background-color: rgb(249, 203, 210);
}

#content .column .item .orange {
	background-color: rgb(249, 194, 149)
}

#content .column .item .row {
	padding-top: 20px;
	outline: none;
}

#content .column .item .image {
	margin-bottom: 10px;
	clear: both;
}

#content .column .item .image .holder {
	margin-left: 120px;
	height: 170px;
	overflow: hidden;
}

#content .column .item .image .holder img {
	margin-top: -15px;
}

#content .column .item .row .date {
	float: left;
	width: 120px;
	height: 30px;
    font-family: 'PT Sans Caption';
    font-size: 0.9em;
	color: rgb(72, 52, 39);
}

#content .column .item .row .title {
   	float: right;
   	width: 319px;
}

#content .column .item .row .title h2 {
    font-family: 'PT Sans Caption';
   	font-size: 0.9em;
   	font-weight: 700;
   	margin-top: 0px;
   	margin-bottom: 10px;
   	line-height: 140%;
}

#content .column .item .row .title_home {
   	float: left;
   	width: 400px;
}

#content .column .item .row .title_home h2 {
    font-family: 'PT Sans Caption';
   	font-size: 0.9em;
   	font-weight: 700;
   	margin-top: 0px;
   	margin-bottom: 10px;
   	line-height: 140%;
}


#content .column .item .row .lead {
	clear: both;
	border-bottom: 1px solid rgb(249, 203, 210);
	padding-left: 120px;
}

#content .column .item .movie {
	margin-top: 20px;
	height: 270px;
	background-color: rgb(240, 240, 240);
}

#content .column .item .map {
	margin-top: 25px;
	overflow: hidden;
}

#content #leaderbord {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(249, 203, 210);
}

#content #leaderbord h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #leaderbord h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #leaderbord p {
	width: 760px;
}


#content #page {
	margin-left: 30px;
	margin-right: 30px;
}

#content #page a{
	text-decoration:underline;
}
#content #page .intro {
	border-top: 1px solid rgb(72, 52, 39);
	padding-top: 10px;
}

#content #page .intro .email {
	margin-bottom: 10px;
}

#content #page .intro .invalid input[type="text"] {
	background-color: rgb(249, 203, 210);
}

#content #page .intro .email input[type="text"] {
	padding: 5px;
	border: 1px solid rgb(202, 202, 202);
    font-family: 'PT Sans Caption';
	font-size: 1.1em;
	color: rgb(72, 52, 39);
	width: 306px;
	margin-left: 15px;
}

#content #page .intro h1 {
	font-weight: normal;
    font-size: 1.3em;
}

#content #page .intro p {
	width: 780px;
}

#content #page .intro .small {
	width: 750px;
}

#content #page .themas {
	width: 940px;
	overflow: hidden;
}

#content #page .themas .holder {
	width: 1020px;
}

#content #page .themas .item {
	float: left;
	width: 273px;
	height: 330px;
	padding-right: 30px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 30px;
}

#content #page .themas .item h2 {
    font-family: 'PT Sans Caption';
    font-weight: 400;
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 4px;
}

#content #page .themas .item h3 {
    font-family: 'PT Sans Caption';
    font-weight: 400;
    font-size: 0.9em;
    margin-top: 3px;
    margin-bottom: 3px;
}

#content #page .themas .item .image {
	width: 273px;
	height: 150px;
	margin-bottom: 10px;
	overflow: hidden;
}

#content #page .themas .item .image img {
	margin-top: -20px;
}

#content #page .themas .goed-voorbeeld-item {
	height: 160px;
}


#content #page .newsletter .main {
	margin-top: 20px;
	border-top: 1px solid rgb(249, 203, 210);
	border-bottom: 1px solid rgb(249, 203, 210);
}

#content #page .newsletter .main .item {
	float: left;
	width: 400px;
	padding-right: 50px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 10px;
}

#content #page .newsletter .main .item h2 {
	margin-top: 0px;
	font-size: 1em;
}


#content #page .newsletter .other {
	padding-bottom: 20px;
}

#content #page .newsletter .other .item {
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#content #page .newsletter .other .item h2 {
	margin-top: 0px;
	font-size: 0.9em;
}

#content #page .goede-voorbeelden .image {
	float: left;
	width: 273px;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-right: 30px;
	height: 170px;
	overflow: hidden;
}

#content #page .goede-voorbeelden .image img {
	width: 273px;
}

#content #page .goede-voorbeelden .case {
	float: left;
	width: 500px;
	margin-bottom: 25px;
}

#content #page form {
	border-top: 1px solid rgb(254, 210, 122);
	border-bottom: 1px solid rgb(254, 210, 122);
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 30px;
}

#content #page form .input {
	margin-bottom: 10px;
}

#content #page form .input label {
    font-family: 'PT Sans Caption';
	font-size: 1em;
	margin-right: 15px;
	display: block;
}

#content #page form .options {
	margin-bottom: 15px;
}

#content #page form .options p {
	margin-bottom: 0px;
}

#content #page form .options label {
    font-family: 'PT Sans Caption';
	font-size: 1em;
	margin-left: 5px;
	margin-right: 25px;
}

#content #page form input[type="text"] {
	padding: 5px;
	border: 1px solid rgb(202, 202, 202);
	font-family: 'PT Sans Caption';
	font-size: 1em;
	color: rgb(0, 0, 0);
	width: 450px;
}

#content #page form textarea {
	padding: 5px;
	border: 1px solid rgb(202, 202, 202);
	font-family: 'PT Sans Caption';
	font-size: 1em;
	color: rgb(0, 0, 0);
	width: 420px;
}

#content .thema-column-wide {
	float: left;
	width: 550px;
	min-height: 200px;
	margin-left: 30px;
	padding-right: 30px;
}

#content .thema-column-wide .item {
	padding-bottom: 20px;
}

#content .thema-column-wide .image {
	width: 578px;
	height: 300px;
	overflow: hidden;
}

#content .thema-column-small {
	float: right;
	width: 330px;
	padding: 30px;
}

#content .thema-column-small h1 {
	background-color: rgb(201, 219, 133);
    font-family: 'PT Sans Caption';
	font-size: 1.2em;
	font-weight: 400;
	display: inline;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#content .thema-column-small .heading {
	margin-bottom: 20px;
}

#content .thema-column-small .row .title h2 {
    font-family: 'PT Sans Caption';
   	font-size: 0.9em;
   	font-weight: 400;
   	margin-top: 0px;
   	margin-bottom: 10px;
   	line-height: 140%;
}
#content #page .article {
	border-top: 1px solid rgb(72, 52, 39);
	border-bottom: 1px solid rgb(72, 52, 39);
	padding-top: 10px;
	padding-bottom: 25px;
}

#content #page .article .date {
	float: left;
	width: 150px;
	padding-top: 8px;
}


#content #page .article .item {
	float: left;
	width: 600px;
}

#content #page .article .item .image {
	height: 300px;
	width: 600px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content #page .article .item .image img {
	margin-top: -50px;
}

#content #page .article .item .facts {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 620px;
}

#content #page .article .item .facts p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #page .article .item .facts h1 {
    font-family: 'PT Sans Caption';
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 20px;
}

#content #page .article .item .logo {
	border-top: 1px solid rgb(249, 194, 149);
	border-bottom: 1px solid rgb(249, 194, 149);
}

#content #page .article .item .address {
	border-bottom: 1px solid rgb(249, 194, 149);
}

#content #page .article .item .agenda {
	border-top: 1px solid rgb(249, 194, 149);
}

#content #page .article .item .login {
	//border-top: 1px solid rgb(249, 194, 149);
	//border-bottom: 1px solid rgb(249, 194, 149);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
}

#content #page .article .item .login .input {
	margin-bottom: 10px;
}

#content #page .article .item .login .input .label {
	float: left;
	width: 180px;
	padding-top: 7px;
}

#content #page .article .item .login .input .label label {
    font-family: 'PT Sans Caption';
	font-size: 1.2em;
	font-weight: 700;
	color: rgb(72, 52, 39);
}

#content #page .article .item .login .input .field {
	float: left;
	width: 420px;
}

#content #page .article .item .login .input input[type="text"], input[type="password"] {
	padding: 5px;
	border: 1px solid rgb(202, 202, 202);
    font-family: 'PT Sans Caption';
    font-size: 1.2em;
    width: 300px;
}

#content #page .article .item .login input[type="submit"] {
	margin-top: 20px;
}


#content #page .article .item .agenda h1 {
	font-size: 1.2em;
}

#content #page .article .item .agenda .row {
}

#content #page .article .item .agenda .date {
    font-family: 'PT Sans Caption';
    font-size: 1em;
	padding-top: 0px;
	color: rgb(72, 52, 39);
}

#content #page .article .item .agenda .description {
    font-family: 'PT Sans Caption';
}

#content #page .article .item .agenda-item {
    font-family: 'PT Sans Caption';
    font-size: 1em;
    height: 80px;
    width: 1000px;
    color: rgb(72, 52, 39);
}

#content #page .article .item .agenda-item .date {
	float: left;
	width: 200px;
	padding-top: 0px;
}

#content #page .article .item .agenda-item .event {
	float: left;
	width: 550px;
	font-weight: 700;
}

#content #page .article .item .agenda-item .organisation {
	float: left;
	width: 250px;
	clear: both;
    font-size: 0.9em;
    color: rgb(140, 140, 140);
    margin-left: 200px;
}

#content #page .article .item .agenda-item .postcode {
	float: left;
	width: 60px;
    font-size: 0.9em;
    color: rgb(140, 140, 140);
}

#content #page .article .item .agenda-item .address {
	float: left;
	width: 180px;
    font-size: 0.9em;
    color: rgb(140, 140, 140);
    border-bottom: 0px;
}

#content #page .article .item .agenda-item .place {
	float: left;
	width: 150px;
    font-size: 0.9em;
    color: rgb(140, 140, 140);
}

#content #page .no-border-top {
	border-top: 0px;
}

#content #page .no-border-bottom {
	border-bottom: 0px;
}

#content #menu {
	margin-top: 16px;
	background-color: rgb(72, 52, 39);
	overflow: hidden;
}
#content #menu.archive {
	margin-bottom: 10px;
}

#content #menu a {
	color: rgb(255, 255, 255);
}

#content #menu .holder {
	width: 1020px;
}

#content #menu .item {
	float: left;
	width: 293px;
    font-family: 'PT Sans Caption';
    font-weight: 400;
    font-size: 1.1em;
    color: rgb(255, 255, 255);
    padding: 10px;
	padding-left: 30px;
}

#content #menu .item:hover {
	color: rgb(80,  67, 57);
	cursor: pointer;
}

#content #menu .item:hover a {
	color: rgb(80,  67, 57);
	text-decoration: none;
}

#content #menu .active a {
	color: rgb(80,  67, 57);
}

#content #subnavigatie {
	//margin-top: 16px;
}

#content #subnavigatie .item {
	float: left;
	width: 204px;
    font-family: 'PT Sans Caption';
    font-weight: bold;
    font-size: 0.9em;
    color: rgb(80,  67, 57);
    padding: 10px;
	padding-left: 30px;
}
#content #subnavigatie .item.logout a {
    font-weight: 700;
    text-decoration: underline;
}

#content .more {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: -20px;
	float: left;
	width:350px;
}

#content .more h3 {
	font-size: 1.1em;
}

#content .kennisbank {
	clear: both;
	padding-top: 25px;
}

#content .kennisbank .item {
	background-color: rgb(249, 194, 149);
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#content .kennisbank .item h1 {
    font-family: 'PT Sans Caption';
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 20px;
}

#content .kennisbank .item .file {
	float: left;
	width: 470px;
}

#content .kennisbank .item .file .icon {
	float: left;
	width: 60px;
	margin-left: -10px;
	margin-bottom: 25px;
}

#content .kennisbank .item .file .info {
	float: right;
	width: 390px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 20px;
}

#content .kennisbank .item .file .info h2 {
    font-family: 'PT Sans Caption';
	font-size: 0.8em;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content .kennisbank .item .file .info h3 {
    font-family: 'PT Sans Caption';
	font-size: 0.8em;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content .kennisbank .item .file .info p {
    font-family: 'PT Sans Caption';
	font-size: 0.8em;
	margin-bottom: 0px;
	margin-top: 0px;
	color: rgb(72, 52, 39);
}



#content .downloads {
	clear: both;
	padding-top: 25px;
}

#content .downloads .item {
	background-color: rgb(249, 203, 210);
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#content .downloads .item h1 {
    font-family: 'PT Sans Caption';
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 20px;
}



#content .downloads .item .file {
	clear: both;
}

#content .downloads .item .file .icon {
	float: left;
	width: 65px;
	margin-left: -10px;
	margin-bottom: 25px;
}

#content .kennisbank .item .file .info {
	float: left;
}

#content .downloads .item .file .info h2 {
    font-family: 'PT Sans Caption';
	font-size: 0.9em;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content .downloads .item .file .info h3 {
    font-family: 'PT Sans Caption';
	font-size: 0.9em;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content .downloads .item .file .info p {
    font-family: 'PT Sans Caption';
	font-size: 0.9em;
	margin-bottom: 0px;
	margin-top: 0px;
	color: rgb(72, 52, 39);
}


#content #news-theme {
	margin-left: 30px;
	margin-top: 30px;
}

#content #news-theme h2 {
    font-family: 'PT Sans Caption';
	font-size: 1em;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 4px;
}

#content #news-theme .item {
	margin-bottom: 15px;
}

#content #news-theme .item .date {
	float: left;
	width: 130px;
	font-family: 'PT Sans Caption';
	font-size: 0.9em;
	color: rgb(72, 52, 39);
	height: 25px;
}

#content #news-theme .item .info {
	float: left;
	width: 600px;
}

#content #news-theme .item .info .image .holder img {
	width: 220px;
	height: 150px;
}


#logo {
	height: 130px;
}

#logo .logo {
	float: left;
	margin-left: 392px;
}

#logo .payoff {
	float: left;
	width: 230px;
	text-align: left;
}

#logo .payoff h1 {
    font-family: 'PT Sans Caption';
	font-size: 0.8em;
	font-weight: 700;
	margin-top: 26px;
	margin-left: 20px;
	line-height: 140%;
}

#content #articles {
	clear: both;
	height: 400px;
	overflow: hidden;
	background-color: rgb(72, 52, 39);
}

#content #articles .mood {
	position: relative;
	top: -400px;
	left: 390px;
	width: 610px;
	z-index: 199;
}

#content #articles .mood .image {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content #articles .headings {
	position: relative;
	top: 0px;
	left: 0px;
	height: 400px;
	z-index: 200;
}

#content #articles .headings .item {
	height: 133px;
	width: 390px;
	background-color: rgb(254, 210, 122);
	margin-bottom: 1px;
}

#content #articles .headings .item:hover {
	background-color: rgb(255, 255, 255);
	cursor: pointer;
}

#content #articles .headings .item h1 {
	line-height: 120%;
	padding-top: 16px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1.5em;
	font-weight: 700;
	width: 340px;
}
#content #articles .headings .item a:hover {
	text-decoration: none;
}

#content #articles .headings .item h2 {
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
    font-family: 'PT Sans Caption';
    font-size: 0.9em;
    color: rgb(72, 52, 39);
}

#content #intro-less-height {
	height: 340px;
}


#content #intro {
	height: 340px;
}

#content #intro .image {
	float: left;
	width: 607px;
	height: 340px;
	overflow: hidden;
}

#content #intro .text {
	float: left;
	width: 353px;
	padding: 20px;
}

#content #intro .text h1 {
	margin-top: 0px;
	font-size: 1.5em;
}

#snelnaar {
	clear: both;
	margin: 30px;
	margin-top: 50px;
	padding-top: 10px;
}

#snelnaar h1 {
	font-size: 1.5em;
	font-weight: 700;
}

#snelnaar ul {
	padding: 0px;
}

#snelnaar li {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
    font-family: 'PT Sans Caption';
    font-size: 1.1em;
}


.meer {
	clear: both;
	margin-left: 120px;
	padding-top: 8px;
	height: 20px;
}

.base {
	margin-left: 0px;
}

.meer .label {
	float: left;
	margin-right: 5px;
}

.meer .icon {
	float: left;
	margin-top: 1px;
}

.meer a {
    font-family: 'PT Sans Caption';
	font-size: 0.9em;
	text-decoration: none;
	color: rgb(72, 52, 39);
}
.meer a:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

.navlink {
	position: absolute;
	top: -220px;
	left: 0px;
	width: 250px;
	height: 58px;
	background-color: rgb(249, 203, 210);
    font-family: 'PT Sans Caption';
	font-size: 2.2em;
	text-align: center;
	padding-top: 12px;
}
.navlink:focus {
	top: 0px;
}

.search {
	padding: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.search h2 {
	font-weight: 700;
	font-size: 1.2em;
}

#formulier {
	margin-left: 30px;
}

#formulier .column {
	width: 470px;
}

#formulier .input {
	margin-bottom: 10px;
}

#formulier .input label {
    font-family: 'PT Sans Caption';
	font-size: 1em;
	display: block;
}

#formulier .input input[type="text"] {
    font-family: 'PT Sans Caption';
    font-size: 1em;
	padding: 5px;
	width: 400px;
	color: rgb(80, 80, 80);
	outline: none;
	border: 1px solid rgb(202, 202, 202);
}

#formulier .input select {
    font-family: 'PT Sans Caption';
    font-size: 1em;
	padding: 10px;
	color: rgb(80, 80, 80);
	outline: none;
	border: 1px solid rgb(202, 202, 202);
}

#formulier .input textarea {
    font-family: 'PT Sans Caption';
    font-size: 1em;
	padding: 5px;
	width: 400px;
	height: 300px;
	color: rgb(80, 80, 80);
	outline: none;
	border: 1px solid rgb(202, 202, 202);
}

#formulier .checkbox {
	border: 1px solid rgb(202, 202, 202);
	padding: 20px;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 370px;
}

#formulier .checkbox label {
    font-family: 'PT Sans Caption';
	font-size: 0.8em;
	display: block;
}

#formulier .checkbox h2 {
    font-family: 'PT Sans Caption';
	font-size: 1em;
	font-weight: bold;
	color: rgb(0, 0, 0);
	margin-top: 20px;
	margin-bottom: 0px;
}

#map {
	width:	1000px;
	height: 500px;
}

#map_search {
	height: 42px;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 28px;
}

#map_search #status {
	display: none;
	text-align: center;
    font-family: 'PT Sans Caption';
    font-size: 1.2em;
    font-weight: 700;
   	color: rgb(72, 52, 39);
   	padding-top: 16px;
   	cursor: pointer;
   	clear: both;
}

#map_search .option {
	width: 530px;
	margin-left: 10px;
	float: left;
}

#map_search .all {
	float: left;
	margin-right: 20px;
	margin-top: -10px;
}

#map_search .all p {
    font-family: 'PT Sans Caption';
    font-size: 1.2em;
}

#map_search label {
    font-family: 'PT Sans Caption';
    font-size: 1.4em;
   	color: rgb(72, 52, 39);
   	margin-right: 20px;
}

#map_search input {
    font-family: 'PT Sans Caption';
    font-size: 1.4em;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
   	color: rgb(72, 52, 39);
	outline: none;
	width: 390px;
}

#map_details {
	margin-top: 30px;
}

#map_details h2 {
    font-family: 'PT Sans Caption';
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

#map_details h3 {
    font-family: 'PT Sans Caption';
    font-size: 1.0em;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

#map_details p {
	margin-top: 0px;
	margin-bottom: 35px;
}

#map_details p a {
	text-decoration: none;
}

#map_details p a:hover {
	text-decoration: underline;
}


#content .pink {
	background-color: rgb(249, 203, 210);
}
#content .orange {
	background-color: rgb(249, 194, 149)
}
#content .yellow {
	background-color: rgb(254, 210, 122);
}
#content .green {
	background-color: rgb(201, 219, 133);
}
#content .blue {
	background-color: rgb(188, 220, 245);
}
#content .brown {
	background-color: rgb(72, 52, 39);
}

#content .hover-pink:hover {
	background-color: rgb(249, 203, 210);
}
#content .hover-orange:hover {
	background-color: rgb(249, 194, 149)
}
#content .hover-yellow:hover {
	background-color: rgb(254, 210, 122);
}
#content .hover-green:hover {
	background-color: rgb(201, 219, 133);
}
#content .hover-blue:hover {
	background-color: rgb(188, 220, 245);
}
#content .hover-brown:hover {
	background-color: rgb(72, 52, 39);
}


#content #menu .active-pink {
	background-color: rgb(249, 203, 210);
}
#content #menu .active-pink a {
	color: rgb(72, 52, 39);
}
#content #menu .active-orange {
	background-color: rgb(249, 194, 149)
}
#content #menu .active-orange a {
	color: rgb(72, 52, 39);
}
#content #menu .active-yellow {
	background-color: rgb(254, 210, 122);
}
#content #menu .active-yellow a {
	color: rgb(72, 52, 39);
}
#content #menu .active-green {
	background-color: rgb(201, 219, 133);
}
#content #menu .active-green a {
	color: rgb(72, 52, 39);
}
#content #menu .active-blue {
	background-color: rgb(188, 220, 245);
}
#content #menu .active-blue a {
	color: rgb(72, 52, 39);
}
#content #menu .active-brown {
	background-color: rgb(72, 52, 39);
}

.border-bottom-pink {
	border-bottom: 1px solid rgb(249, 203, 210);
}
.border-bottom-orange {
	border-bottom: 1px solid rgb(249, 194, 149)
}
.border-bottom-yellow {
	border-bottom: 1px solid rgb(254, 210, 122);
}
.border-bottom-green {
	border-bottom: 1px solid rgb(201, 219, 133);
}
.border-bottom-blue {
	border-bottom: 1px solid rgb(188, 220, 245);
}
.border-bottom-brown {
	border-bottom: 1px solid rgb(72, 52, 39);
}

.border-right-pink {
	border-right: 1px solid rgb(249, 203, 210);
}
.border-right-orange {
	border-right: 1px solid rgb(249, 194, 149)
}
.border-right-yellow {
	border-right: 1px solid rgb(254, 210, 122);
}
.border-right-green {
	border-right: 1px solid rgb(201, 219, 133);
}
.border-right-blue {
	border-right: 1px solid rgb(188, 220, 245);
}
.border-right-brown {
	border-right: 1px solid rgb(72, 52, 39);
}

img {
	border: 0px;
}

video {
	width: 1000px;
}

.videoplayer {
	height: 560px;
}



.listitems {
	margin: 0 30px;
}
.editdel {
    font-family: 'PT Sans Caption';
    font-size: 1em;
    color: rgb(72, 52, 39);
    overflow: auto;
    margin-top: 1em;
}
.editdel .date {
	float: left;
	width: 20%;
}
.editdel .info {
	float: left;
	width: 65%;
}
.editdel .functions {
	float: right;
	width: 10%;
}
.editdel .description {
	font-weight: 700;
}
.editdel .url {
    font-size: 0.8em;
    color: rgb(140, 140, 140);
}
.editdel hr {
	border: none;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	color: rgb(72, 52, 39);
	background-color: rgb(72, 52, 39);
	margin-top: 15px;
}
.editdel .functions a {
	display: block;
	padding: 0.25em 0.15em;
	text-align: center;
	font-size: 0.9em;
}
.editdel .functions a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(72, 52, 39) !important;
}

@media all and (max-width: 1250px) and (min-width: 200px) {

	#map {
		width:	750px;
	}

	#main {
		width: 750px;
	}

	#logo .logo {
		margin-left: 267px;
	}

	#content .column .item .row .title {
		float: left;
	}

	#content .column .item .row .title_home {
	   	float: left;
	   	width: 300px;
	}

	#content .column {
		width: 374px;
	}

	#content #articles .headings .item {
		width: 374px;
	}


	#content #articles .mood {
		left: 374px;
	}

	#content #articles .mood .image img {
		margin-left: -100px;
	}

	#content #page .intro p {
		width: 680px;
	}

	#content #page .themas {
		width: 690px;
	}

	#content #page .themas .holder {
		width: 850px;
	}

	#content #page .themas .item {
		width: 190px;
		height: 380px;
	}

	#content #page .themas .item .image {
		width: 190px;
	}

	#content #page .themas .item .image img {
		margin-left: -60px;
	}

	#content #page .themas .goed-voorbeeld-item {
		height: 210px;
	}

	#content #page .newsletter .main .item {
		width: 280px;
	}

	#content #page .goede-voorbeelden .image {
		width: 190px;
	}

	#content #page .goede-voorbeelden .image img {
		margin-left: -40px;
	}

	#content #page .goede-voorbeelden .case {
		width: 400px;
	}

	#content .column .item .row .lead {
		padding-left: 0px;
	}

	#content .column .item .image .holder {
		margin-left: 0px;
	}

	#content .thema-column-wide {
		width: 300px;
	}

	#content .thema-column-wide .image {
		height: 200px;
	}

	#content .thema-column-wide .image img {
		width: 310px;
	}

	#content #leaderbord p {
		width: 660px;
	}

	#content #menu .holder {
		width: 800px;
	}

	#content #menu .item {
		width: 335px;
	}

	#content #intro-less-height {
		overflow: hidden;
	}

	#content #intro-less-height img {
		margin-left: -100px;
	}

	#content #intro .image {
		width: 374px;
	}

	#content #intro .image img {
		margin-left: -110px;
	}

	#content #intro .text {
		width: 323px;
	}

	#content #page .article .date {
		margin-bottom: -15px;
	}

	.meer {
		margin-left: 0px;
	}

	#content #filmpje .movie {
		height: 190px;
	}

	#content #filmpje .movie img {
		width: 315px;
	}

	footer .themas {
		width: 420px;
	}

	footer .themas .item {
		width: 200px;
	}

	footer .social {
		width: 90px;
	}

	video {
		width: 750px;
	}

	.videoplayer {
		height: 415px;
	}


}

@media all and (max-width: 1024px) {
	body {
		width: 1024px;
	}
}


@media all and (min-width: 1400px) {

	#main {
		position: relative;
		float: left;
		left: 50%;
		margin-left: -650px;
	}

}

/* newsBlocks */
.newsBlocksItem {
	font-family: 'PT Sans Caption';
	padding:18px 0;
	border-bottom: 1px solid rgb(72, 52, 39);
	width:600px;
}
.newsBlocksItem:last-child{
	border-bottom: 1px solid transparent;
}
.newsBlocksItem .newsBlocksImage {
	float:left;
	width:160px;
}
.newsBlocksItem .newsBlocksText {
	float:left;
	padding:0 20px;
	width:400px;
}
.newsBlocksItem .newsBlocksText h3 {
	font-family: 'PT Sans Caption';
	font-size: 28px;
	font-weight: 900;
	color: #000;
	margin: 0 0 5px;
	line-height: 23px;
}
.newsBlocksItem .newsBlocksText h4 {
	font-family: 'PT Sans Caption';
	font-weight:900;
	font-size:17px;
	color: #000;
	margin:0;
}

.newsBlocksItem .newsBlocksText p {
	color: #000;
	margin:0 0 20px 0;
	padding-right:50px;
}

.newsBlocksItem a.newsBlocksLink {
	font-family: 'PT Sans Caption';
	color: #000;
	padding-right:50px;
	text-decoration: none !important;
	font-size: 0.9em;
	font-weight: 400;
}

.newsBlocksItem a.newsBlocksLink:hover {
	text-decoration: underline  !important;
}

.newsBlocksItem a.newsBlocksLink:after {
	content: ' ';
	display:inline-block;
	width:15px;
	height:15px;
	background-image: url('../img/pijltje_nb.png');
	background-color: transparent;
	background-repeat: no-repeat;
	margin-left:10px;
	margin-bottom: -2px;
}

.clearfix:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
 }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
