/**
 * Brabant 2018 Public styles
 * 
 * Standard Layout for all Brabant public templates 
 * 
 * color #000; black
 * color #fff; white
 * color #00aeef; light-blue
 * color #F54029; red
 */

/* Reset browser default styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {border:0;}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {content:'';}

abbr,acronym { border:0;}

input::-moz-focus-inner{padding:0;border:none;}

label,button,a {
	cursor:pointer;
}

object {
	display:block;
}

/* Default styles for various elements */

html,input,select,textarea {
	font-family: Verdana,sans-serif;
}

html {
	color:#000;
	background:#fff;
}


body {
	font-family: "Garamond", serif;
}

input,select,textarea {
	font-size:1em;
}

a {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #00aeef;
}
a:hover {
	text-decoration:underline;
	color: #F54029;
}

p a, .content a {
	font-family: Garamond, serif;
	font-size: 1em;
}

.read-more a {
	background: right 5px no-repeat url("../img/sprite.png");
	padding-right: 15px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}
.read-more a:hover {
	background-position: right -13px;
}

.button a {display: block;}
strong { font-weight:bold;}
em { font-style: italic;}

p img {
	margin: 1em;
}

img.left {
	float:left;
	margin:1em 20px 1em 0;
}

img.right {
	float:right;
	margin:1em 0 1em 20px;
}

p {	margin-bottom: 1.5em;}

ul, ol, dl { margin: 0 0 1.5em 0;}
.content ul, .content ol, .content dl { clear: both;}

ul { margin-left: 1em;}
ol { list-style-position: inside;}
ul li {	margin-bottom: 0.5em;list-style-type: disc;}
ol li { list-style-type: decimal;}
dt { font-weight: bold;}
dd { margin-left: 1em;}

h1, h2, h3, h4 {font-weight: bold;}
h1 {
	font-size: 2.8em;
	line-height: 1em;
}
h2 {
	font-size: 1.3em;	
	line-height: 1em;
	margin-bottom: 0.2em;
}
h3 {
	margin-bottom: 0.2em;
}
h1 img, h2 img, h3 img, h4 img {
	margin: 0 0 -3px -5px;
}

table { margin-bottom: 1.5em;}
caption { font-weight: bold;margin-bottom: 0.5em;}
thead th, thead td { background-color: #E5E5E5;}
td, th {
	padding: 5px;
	border: 1px solid #00aeef;
	text-align: left;
}
th { font-weight: bold;}

/* self clearing floats */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility: hidden;
}

* html .clearfix { /* ie6 */
	height: 1%;
}

*:first-child+html .clearfix { /* ie7 */
	min-height: 1px;
}

/* Main layout and grid components */
html{height: 100%;}
body {
	padding:0.5% 0 30px 0.5%;
}
 
.wrapper {
	width:1020px;
	padding:0;
	margin:0;
}
.grid-items {
	clear:both;
	margin:0 -10px 10px;	
}
.grid-items-full {
	clear:both;
	margin:0;
	padding: 30px 15px 0;
	clear:both;
	background-color:#FFF;
}
.breadcrumb + .grid-items-full {
	padding-top: 0px;
}
.nobg-color{
	background-color:transparent;
	margin-bottom: 30px;
}

.social-media .grid-item {
	overflow:hidden;
}

/* self clearing floats */
.grid-items-full:after,.grid-items:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility: hidden;
}

* html .grid-items-full,* html .grid-items { /* ie6 */
	height: 1%;
}

*:first-child+html .grid-items-full ,*:first-child+html .grid-items { /* ie7 */
	min-height: 1px;
}
.span1of1,
.span1of2,
.span1of3,
.span1of4,
.span2of4,
.span3of4,
.span2of3,
.span1of5,
.span2of5,
.span3of5,
.span4of5,
.span1of6 { float:left; background-color:#FFF;}

.span1of1 { width: 100%;}
.span1of2,
.span2of4 { width:50%; }
.span1of3 { width:33.33%; }
.span2of3 { width:66.66%; }
.span1of4 { width:25%; }
.span3of4 { width:75%; }
.span1of5 { width:20%; }
.span2of5 { width:40%; }
.span3of5 { width:60%; }
.span4of5 { width:80%; }
.span1of6 { width: 16.66%;}

.grid-item { 
	position:relative;
	margin: 0px 15px;
}

.block {
	border : 1px solid #E5E5E5;
	padding: 20px;
	margin-bottom: 30px;
}

.span3of5 {
	background: top right no-repeat url("../img/vertical-divider.png");
}

/* different background-images body */

body {background:#000 url("../img/background1.png") no-repeat; }
.bg1 {background: top left repeat-x url('../img/background1.png') #000;}
.bg2 {background: top left repeat-x url("../img/background2.png") #000;}
.bg3 {background: top left repeat-x url("../img/background3.png") #FFF;}
.bg4 {background: top right  no-repeat url("../img/background4.png") #00AEEF;}
.bg5 {background: 1100px 50px no-repeat url("../img/background5.png") #FFF;}

.bg3 .nobg-color .global-nav a,
.bg5 .nobg-color .global-nav a {color: #00AEEF; border-color: #00AEEF;}

/* Page parts */

/* header */

#logo {
	float: left;
	width: 500px;
	display:block;
	margin-bottom: 20px;
}

.header .global-nav {
	float:right;
	margin: 0 -10px 19px 0;
}

.global-nav a {
	border-left: 1px solid #00aeef;
	padding: 0 10px;
	font-size: 0.75em;
}
.global-nav li {
	margin:0px;
}

.global-nav li:first-child a {
	border: none;
}

/* search box */

#search {
	float: right;
	text-align: right;
	width: 400px;
}
#search input[type=text]{
	border: 1px solid #000;
	margin-right: 5px;
	height: 18px;
	padding: 3px 5px;
	font-size: 1em;
	width: 270px;
	vertical-align: middle;
}
input[type=submit]{
	background-color: #00AEEF;
	color: #FFF;
	border: none;
	border-radius: 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
	height: 26px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #F54029;
}
input[type=button]{
	background-color: #00AEEF;
	color: #FFF;
	border: none;
	border-radius: 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
	height: 26px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=button]:hover {
	background-color: #F54029;
}

#page-content #search {
	width: 100%;
	text-align:left;
}

/* main navigation */

#main-nav {
	float:left;
	width: 100%;
	display:block;
	padding-bottom: 1px;
	margin: 0;
}

#main-nav a {
	color: #000;
	background: right 50% no-repeat url("../img/divider.png");
	padding: 0 16px 0 15px;
	font-family: Garamond, serif;
	font-weight: bold;
	font-size: 1.3em;
        display: block;
}
#main-nav li:first-child a {
	padding-left: 0px;
}

#main-nav li.last a {
	background: none;
}
#main-nav a:hover, 
#main-nav li.selected a {
	color: #00aeef;
}

#page-content {
	clear:both;
	margin:0;
	padding: 0;
}

/* footer */

#page-footer  {
	clear:both;
	overflow:hidden;
	margin-top:30px;
	padding:20px 0;
	margin:30px 0px 0 0px;
}
#page-footer h3 {
	font-size: 1.2em;
}
#page-footer ul {
	margin: 0;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;	
}
#page-footer p.read-more {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;	
	padding: 0.5em 0;	
}
#page-footer li {
	list-style-type: none;
}

/* homepage */

.home #main-nav {
	border: 0;
	padding-bottom: 0;
}
.home h1 {
	font-size: 1.7em;
	margin-bottom: 0.2em;}
.home h2 {
	font-size: 1.7em;	
	margin-bottom:0px;
}
.grid-items-full.home:first-child {
	padding-top: 10px;
}

/*carousel*/
div.campagne{ position:relative; /*min-*/height:300px; width:637px;}	

.btnspecial{
	
  padding-top:5px;
 height:33px;
 background-color:white;
}
.btnspecial a{
 
	font-size:0.8em;
	background: right -31px no-repeat url("../img/sprite.png");
	background-color:white;
	color: #F54029;
	font-weight: bold;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	display:block;
	padding: 6px 38px 7px 5px;
	padding-left:15px;
}
div.campagne p.btnspecial{ position:absolute; right:15px; bottom:-3px;}	
/*startup*/
div.startup{position:absolute; left:0px; top:0px; margin:0; padding:0; z-index:1;}
div.startup h2{ position:absolute; left:15px; top:15px; background:#FFFFFF; padding:10px 15px; text-transform:uppercase; z-index:2;}
div.startup .statistics{position:absolute; left:15px; bottom:21px; background:#FFFFFF; padding:10px 15px;}
/* right:65px;
bottom:30px;*/
div.campagne > div.statistics{position:absolute;left:15px; bottom:21px; background:#FFFFFF; padding:10px 15px;}
div.startup div.container{position:relative; width:637px; height:299px;}
/*gallery*/
div.gallery{background:#FFF;  margin:0; padding:0;}
/*div.gallery ul{margin:0; padding:0;}*/
div.gallery ul{margin:0; padding:0;position:relative;top:15px; left:15px;width:630px;}
div.gallery ul li{list-style:none;  position:relative; overflow:hidden; float:left; width:52px; height:53px; margin:0 1px 1px 0; padding:0;}
div.gallery ul li.first{width:317px;}
div.gallery ul li div{background:#FFF;}
div.gallery ul li div.container{width:100%; height:100%;}	
div.gallery div.hover{position:absolute; top:0px; left:0px; width:52px; height:53px; }
div.gallery div.hover div.info{position:absolute; bottom:3px; left:3px; width:95%; visibility:hidden; line-height:0.65em; padding:4px 0 4px 4px;}
div.gallery div.hover div.info span{font-family:verdana; font-weight:bold; font-size:0.65em;}
div.gallery div.hover div.info span.place{color:#00AEEF; }
div.gallery div.hover div.info span.date{color:#F54029; padding-left:2px;}
div.gallery h2{ position:absolute;left:15px; top:15px;width:287px; background:#FFFFFF; padding:10px 15px; text-transform:uppercase; z-index:2;}
/*project slider*/
.projects-carousel {
	font-family: Verdana, sans-serif;
}

div.floater{
	position:absolute;
	top:-4px;
	right:240px;
	width:238px;
	height:238px;
	background:url(../img/bg_prinschrv.png) 14px 12px no-repeat #FFFFFF;
	border-left:solid 1px #6e6e6e;
	border-right:solid 1px #6e6e6e;
	z-index:99;
}

div.floater div{
	position:absolute;
	top:20px;
	left:28px;
	width:188px;
	overflow:hidden;
	color:#FFF;
}
div.floater div h3{
	font-size:1.1em;
	font-weight: normal;
	color:#000;
}

.floater div p {
	height: 7em; 
	overflow:hidden;
	margin: 0px;
}
.floater p.button {
	position:absolute;
	bottom:0px;
	right:25px;
}
.content-slider {  
  height: 16px;
  margin-top:10px;     
  background: #ed1c24;
  position: relative;
  line-height: 0px;
}


.content-scroll {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position:relative;
}

.content-holder {
  height: 230px;	
}
.content-item div p,
	div.floater div p {
	font-size: 0.75em;
}

.content-item {
	width: 185px;
	height: 230px;
	float:left;
	position:relative;
}

.content-item img{		
	position:absolute;
}
.content-item div{
	position:absolute;
	bottom:10px;
	left:10px;		
	width: 134px;
	background-color:#FFF;
	overflow:hidden;
	margin:0;
	padding:14px;		
}
.content-item h3{
	color:#00adef;
	max-height: 2.1em;
	overflow: hidden;
}
.content-item p{
	margin:0 0 6px 0; 
	max-height: 268px;
	overflow: hidden;
	}
.content-item a{
	float:left;
	color: #F54029;
	background:url(../img/sprite.png) no-repeat scroll right -13px transparent;
	font-family:Verdana,sans-serif;
	font-size:0.8em;
	padding-right:15px;
}
.content-item div a:hover {
	background-position: right -13px;
}

.scroll-bar-wrap { margin-top:20px; background:#ed1c24;}
.scroll-bar-wrap .ui-slider { border:0; height: 16px; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height:16px; margin: 0 auto; }
.ui-slider-handle {
  height: 16px;
  position: absolute;
  top: 0px;
  background:url(../img/sprite.png) left -166px no-repeat #00adef;
 }
.ui-icon{float:right; height:16px; width:50px; background:url(../img/sprite.png) right -183px no-repeat #00adef;}
/*project slider*/

.nivo-slice{
	display:block;
	position:absolute;
	z-index:90;
	height:100%;
	background:#FFFFFF;
 }

/* statistics */
.statistics {
	margin: 0;
	color: #00aeef;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-weight:bold;
}
.statistics ul {
	margin:0px;
}
.statistics li {
	list-style-type: none;
	display:inline;
}
.statistics li span,
.statistics strong {
	color: #F54029;
}

/*corporate*/

.corporate {
	background:#fff url(../img/bg_corporate.png) no-repeat;
	height:300px;
	overflow:hidden;
}
.corporate div {
	overflow: hidden; 
	margin:30px; 
	height:240px; 
}

.corporate a {
	color: #000;
}
.corporate ul {
	margin: 0;
}
.corporate li {
	background: left 5px no-repeat url("../img/red-arrow.png");
	padding: 0 0 0 15px;
	list-style-type: none;
	margin: 0px;
}

/*highlights*/
.highlights ul {
	margin: 0;
}
.highlights li{
	float:left;
	width:299px;
	margin: 0 15px 10px 0;
	border-bottom:solid 1px #e5e5e5;
	padding-bottom: 10px;
	list-style-type: none;
}
.highlights .first-item {
	width:100%;
	height: 196px;
	overflow:hidden;
}
.highlights .first-item img {
	margin-top: 3px;
}
.highlights .first-item h3,
.highlights .first-item p  {
	padding-left: 20px;
	overflow:hidden;
}
.highlights .first-item p {
	height:8em;
	overflow:hidden;
	margin-bottom:1.1em;
}
.highlights li img {
	float:left;
}
.highlights li h3 {
	font-size: 1.3em;
	line-height:1em;
}
.highlights li h3, 
.highlights li p {
	padding-left: 105px;
}	
.highlights .read-more {
	margin-bottom: 0px;
}

/* social media */

/* steden */
.social-media {
	padding: 0px;	
}
.social-media h2 {
	font-size: 1.7em;	
	margin-bottom: 0px;
}
.social-media div div {
	margin-top: 30px;
	margin-bottom: 30px;
}
.steden {
	margin-left: 30px;
}
.twitter, .blog {
	margin-left: 15px;
	margin-right: 15px;
}
.flickr, .web3punt0 {
	margin-right: 30px;
	margin-left: 0px;
}
.steden p img {
	margin: 0em;
}
p.image a {
	display:block;
	float: left;	
}
/* media */

.media ul {
	border-top:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	margin: 0;
	padding-top: 0.5em;
}

.media li {
	background: left 5px no-repeat url("../img/red-arrow.png");
	padding: 0 0 0 15px;
	list-style-type: none;	
}
.media li a {
	color:#000;
}

/* twitter */
.twitter p {
	margin-bottom: 0px;
}
.twitter ul {
	margin: 0;
}
.twitter li {
	list-style-type: none;	
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 0.5em;
}
.twitter li.last {border-bottom: 0px;}
.twitter a {
	font-weight:bold;
}
.twitter .meta {
	color: #7f7f7f;
	font-size: 0.9em;
}

/* brabant blogt */

.blog ul {
	margin: 0;
}
.blog li {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 0.5em;
	list-style-type: none;
}
.blog li.last {
	border-bottom: 0px;
}
.blog li p {
	margin: 0;
}

/*flickr*/

.flickr p,
.flickr p img {
	margin:0;
	float: left;
	display: inline;
}
.flickr .image{
	position:relative; 
	width:auto; 
	float:left;
}
.logoflickr {
	position:absolute; 
	top:0; 
	right:0;
}

/* web3punt0 */
.web3punt0 p {
	margin: 0;
}
.web3punt0 p img {
	margin: 0px;
}

/* global navigation */

.global-nav li,
#main-nav li {
	float: left;
	list-style-type: none;
	display: block;
}

/* global navigation onder footer */
.nobg-color .global-nav {
	width: auto;
	float: right;
	margin: 10px 0 0;
	font-size: 0.9em;
}

.nobg-color .global-nav a {
	color: #FFF;
	border-color: #FFF;
}

/* subnavigation in left bar */

.subnavigation h2 {
	padding: 16px 0 7px;
	background: bottom left repeat-x url("../img/blue-dot.png");
}
.subnavigation h2 a {
	color: #00aeef;	
}
.subnavigation ul {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 3px;
	margin: 0;
}
.subnavigation ul ul {
    margin-left: 15px;
    border: none;
    padding-bottom: 0;    
}

.subnavigation ul li ul {
    display:none;    
}

.subnavigation ul li.active ul {
    display:block;    
}

.subnavigation ul ul a {
    font-weight: normal;
}
.subnavigation li {
	list-style-type: none;
	margin: 0.7em 0;
}
.subnavigation a {
	color: #000;
	font-weight:bold;
}
.subnavigation a:hover,
.subnavigation li.selected a,
.subnavigation ul li a.selected,
.subnavigation ul ul a.selected{
	color: #F54029;
}

/* breadcrumbs */
.breadcrumb {
	position: relative;
	padding-bottom: 12px;
}
.breadcrumb ul {
	margin: 0;
	position: absolute;
	top: -31px;
	padding-top: 3px;
	width: 100%;
	border-top: 1px solid #E5E5E5;
}
.breadcrumb li {
	display: inline;
	padding: 0 5px 0 10px;
	background: left -61px no-repeat url("../img/sprite.png");
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}
.breadcrumb li:first-child {
	padding-left: 0px;
	background: none;
}
.breadcrumb li a {
	font-size: 1em;
}

/* specific style landing page */

.projects {
	background: top left repeat url("../img/projecten-bg.png");
	padding: 15px 15px 30px;
}
.projects .grid-item{
	background-color: #FFF;
	padding: 30px 15px;
	margin: 0px;
	box-shadow: 0 2px 3px #555555;
	-moz-box-shadow: 0 2px 3px #555555;
	-webkit-box-shadow: 0 2px 3px #555555;
}
.projects h2 {
	font-size: 1.8em;
}
.projects .clearfix {
	margin-bottom: 10px;
}
.projects .statistics {
	float: left;
}
.projects .more-tables {
	float: right;
	font-weight: bold;
}
.projects .more-tables a {
	display: block;
	padding-right: 28px;
	line-height: 19px;
	background-position: right -85px;
}
.projects p.more-tables {
	float: none;
}
.projects p.more-tables a {
	float:left;
}
.projects .filled {
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

/* overview of projects - floated list */

.projecten {
	margin: 0;
}
.projecten li {
	list-style-type: none;
	float:left;
	display:inline;
	overflow:hidden;
	padding-top: 15px;
}

/* projecten overview on landing page */
.landingpage .projecten {
	border-bottom: 1px solid #e5e5e5;
}
.landingpage .projecten li {
	width: 25%;	
	height: 19em;
	border-top: 1px solid #e5e5e5;
		}
.landingpage .projecten li:nth-child(-n+4){
	border-top: 0;
	padding-top: 0;
}
.projecten li > * {
	padding-right: 15px;
}
.landingpage .projecten li:not(:nth-child(4)),
.landingpage .projecten li:not(:nth-child(8)) {
	width: 225px;
	padding-right: 20px;
}
.landingpage .projecten li:nth-child(4),
.landingpage .projecten li:nth-child(8) {
	width: 225px;
	padding-right: 0px;
}

.projecten li img {
	margin-bottom: 10px;
}
.projecten li h3 {
	font-size: 1.25em;
	height: 2em; 
	overflow: hidden;
}
.projecten li p {
	height:3.2em;
	margin-bottom: 0.5em;
	overflow:hidden;
}

/* projecten overview on project overview page */

.overview .projecten {
	margin-bottom: 45px;
}
.overview .projecten li {
	width: 365px;
	padding: 0 0 15px 0;
	margin: 0 15px 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.overview .projecten h2 {
	margin-bottom: 0.5em;
	height: 2em;
	overflow: hidden;
}
.overview .projecten img {
	float: left;
}
.overview .projecten p {
	margin-bottom: 0.2em;
	height: 3.3em;
	overflow: hidden;
}
.overview .projecten .read-more {
	margin: 0;
	height: auto;
}
.overview .projecten li:nth-child(odd) {
	width: 373px;
	margin-right: 16px;
}
.overview .projecten li:nth-child(even) {
	width: 373px;
	margin-right: 0px;
}

/* meedoen */

.meedoen {
	border-bottom:solid 1px #e5e5e5;
	margin-bottom: 10px;	
}
.meedoen h2 {
	font-size: 1.8em;
	padding-top:14px;
}

.block.meedoen h2 {
	padding-top: 0;
	font-size: 1.4em;
}
.meedoen .read-more {
	text-align: right;
	line-height: 31px; /* height of button */
	margin-bottom: 30px;
}
.meedoen .read-more a,
.button a {
	font-size:0.8em;
	background: right -31px no-repeat url("../img/sprite.png");
	background-color:white;
	border: 1px solid #e3e3e3;
	border-radius: 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px;
	box-shadow: 0px 0px 4px #aeaeae;
	-moz-box-shadow: 0px 0px 4px #aeaeae;
	-webkit-box-shadow: 0px 0px 4px #aeaeae;		
	color: #F54029;
	font-weight: bold;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	padding: 6px 38px 7px 5px;	
}	
.home .meedoen h2 {
	font-size: 1.7em;
	padding-top:0px;
}

.meedoen dd {
	margin: 0 0 0.5em 0;
}

/* meedoen block in content bijv. op landingpage */
.meedoen.block {
	margin-bottom: 30px;
}
.meedoen.block .read-more {
	text-align: left;
	margin: 0;
}

/* overview list page */

.filters {
	padding: 10px 10px 20px;
	background: top left repeat url("../img/filters-bg.png");
	margin-bottom: 30px;
}
.filters form {
	background: #FFF;
	padding: 20px 20px 10px;
}
.filters p {
	margin-bottom: 10px;
	clear:both;
}
.filters label {
	width: 100px;
	display:block;
	float:left;
}
.filters input {
	width: 300px;
}
.filters select{
	width: 304px;
}
.filters input[type=submit]{
	width: auto;
	margin-left: 100px;
}
.filters input[type=button]{
	width: auto;
	margin-left: 100px;
}

/* paging */

.paging {
	margin-bottom: 30px;
	border-width: 1px 0;
	border-style: solid; 
	border-color: #E5E5E5;
	text-align:center;
	padding: 6px 0;
}
.paging ul {
	margin: 5px 4px;	
	display:inline;
	width: 60%;
	text-align: center;
}
.paging ul li {
	display: inline;
	padding: 8px 0;
}
.paging ul a {
	padding: 0 5px;
}
.paging .selected a{
	color: #F54029;
	font-weight: bold;
}
.paging .prev,
.paging .next {
	display:inline;	
	margin: 5px 0;
}

.paging .prev {	
}
.paging .next {	
	text-align: right;
}
.paging .prev a{
	background: right -112px no-repeat url("../img/sprite.png");
	padding-right: 15px;
}
.paging .next a{
	background: left -134px no-repeat url("../img/sprite.png");
	padding-left: 15px;
}

/* default content page */
.content {
	margin-bottom: 30px;
	overflow:hidden;
}

/* detailpage */
p.intro {
	margin-top: 1.5em;
	font-weight: bold;
}
.image-list {
	overflow: auto;
	width:100%;
}
.detailpage .image-list li {
	display: inline;
}

/* skiplinks */

.skiplink {
position:absolute;
	top:-9999px;
	left: -9999px;
}
.skiplink:focus {
	top: -25px;
	left: 0px;
}

/* sitemap */

#sitemap li {
	list-style-type: none;
	padding-left: 9px;
	background: url("../img/sprite.png") no-repeat scroll left -205px transparent;
}
#sitemap li ul {
	margin-top: 0.5em;
}

/* pers */

.pers p.date {
	font-size: 0.9em;
	color: #7F7F7F;
}
.pers p.date + p img {
	margin: 0px;
}

/* contact form */

#contactform ul {
	margin-left: 0;
}
#contactform li {
	list-style-type: none;
	clear:both;
	padding-top:10px;
	margin:0;
}
#contactform label {
	display: block;
}
#contactform input, 
#contactform textarea {
	width: 300px;
	font-size: 0.8em;
	float: left;
	margin-top:5px;
}
#contactform .submit {
	width: auto;
	float: none;
}
input.error {
	border: 2px solid #FF0000;
	margin-right: 10px;
}
label.error {
	float: left;
	color: #FF0000;
	font-weight: bold;
	padding-top: 5px;
}
#contactform p {
	font-size: 0.9em;
}



#activitysearch{
 padding-bottom:10px;
}
#activitysearch form{
float:left;
width:700px;
}
#activitysearch p{
 float:left;
 clear:none;
}

#activitysearch p label{
 margin:0px;
 padding-right:3px;
 width:auto;
 line-height:22px;
}
#activitysearch p.zoekwoord input,
#activitysearch p.gemeente select{
  width:190px;
}

#activitysearch p.zoekwoord input{
	height:22px;
}
#activitysearch p.gemeente select{
	height:26px;
}
#activitysearch p.gemeente select{
 margin-right:5px;
}
#activitysearch p.submit input{
 margin:0px;
}

div.sline{
 border-top: 1px solid #e5e5e5;
 /*margin-top:-0.5em;*/
 padding-top:1em;
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

