.nietcollapser{
	display:none;
}

body {
	color:#58585a;
	line-height:18px;
	margin:0;	
}

.ce_top {
	background-color:#f3e400;
	height:50px;
	width:100%;
	}

.ce_footer_top {
	background-color:#f3e400;
	height:10px;
	width:100%;
	margin-top:20px;
	}

.ce_footer_main {
	background-color:#00aeef;
	min-height:200px;
	width:100%;	
}

.themamenu ul {
	margin: 0 0 0 10px;
	padding-top: 0px;
}
.themamenu ul li {
	margin: 12px 0 0 0;
}
.themamenu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #595959;
	line-height: 18px;
}
.themamenu ul li a:hover {
	color: rgb(0, 174, 239);

}



.breadcrumb {
padding: 8px 2px;
margin: 0 0 20px;
list-style: none;
background-color: transparent;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.ce_content {
	background:url(../art/defaultimgs/schaduw_content.png) no-repeat 0 0;
	width: 100%;
	min-height:650px;
	}
	
.span3 {
width:210px;	
}
.ce_content_main {
	width: 96%;
	margin-left: 29px;
}

.ce_bannerbalk {
	height:10px;
	background-color:#f3e400;
	width:100%;
}

.ce_tekstgedeelte {
	width:94%;
	margin:0 auto;
	margin-top:15px;
	}

.ce_cont_links {
	width: 60%;
	float: left;

}

.ce_cont_rechts {
	width: 35%;
	float: right;
	background-color: #f3e400;
	margin: -35px -23px 30px 20px;
	
}
.ce_cont_rechts_cont {
	margin: 30px 20px 20px 20px;

}

#img-themamenu {
	width:100%;
	margin-top:-10px;
}

	
.ce_blok {
	width: 100%;
	padding-left: 16px;
	background-color: #f3e400;
	padding-top: 2px;
	padding-bottom: 4px;
	}
	
.ce_socialblok {
	width: 100%;
	padding-left: 24px;
	padding-top: 5px;
	padding-bottom: 2px
	}
.ce_icon {
		height:25px;
		width:28px;
		background-image:url('../art/defaultimgs/icons.png');
		}
	.rss {background-position:0px 0px;}
	.twitter {background-position:0px 55px;}
	.linkedin {background-position:0px 26px;}
.ce_icon_facebook {
	height:28px;
	width:28px;
	background-image:url('../art/defaultimgs/icons_fb.png');
}
.ce_icon_youtube {
	height:28px;
	width:28px;
	background-image:url('../art/defaultimgs/icons_yt.png');
}
.ce_icon_twitter {
	height:28px;
	width:28px;
	background-image:url('../art/defaultimgs/icons_tw.png');
}
.ce_icon_linkedin {
	height:28px;
	width:28px;
	background-image:url('../art/defaultimgs/icons_li.png');
}
	
	.ce_margin {
		margin-top:7px;
	}
	
	.input-append input, .input-append select, .input-append .uneditable-input {
	-webkit-border-radius: 0px 0 0 0px;
	-moz-border-radius: 0px 0 0 0px;
	border-radius: 0px 0 0 0px;
		}
	
	.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
		-webkit-border-radius: 0 0px 0px 0;
		-moz-border-radius: 0 0px 0px 0;
		border-radius: 0 0px 0px 0;
	}
	.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 0px 0px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #00acec;
	background-image: -moz-linear-gradient(top,#008dc2,#00acec);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#008dc2),to(#00acec));
	background-image: -webkit-linear-gradient(top,#008dc2,#00acec);
	background-image: -o-linear-gradient(top,#008dc2,#00acec);
	background-image: linear-gradient(to bottom,#008dc2,#00acec);
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);	
	}
	
	.btn-meer {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 11.9px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 0px 0px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f3e400;
	background-image: -moz-linear-gradient(top,#f3e400,#f3e400);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3e400),to(#f3e400));
	background-image: -webkit-linear-gradient(top,#f3e400,#f3e400);
	background-image: -o-linear-gradient(top,#f3e400,#f3e400);
	background-image: linear-gradient(to bottom,#f3e400,#f3e400);
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	border-color: #f3e400 #f3e400 #f3e400;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #f3e400;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);	
	}
	
	.ce_wit {
		color:#fff;	
	}
	
	.navbar {
	margin-bottom: 5px;
	overflow: visible;
	margin-top: 11px;
}

.navbar-inner {
	min-height: 20px;
	padding-right: 20px;
	padding-left: 0px;
	background-color: transparent;
	background-image: -moz-linear-gradient(top,#f3e400,#f3e400);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3e400),to(#f3e400));
	background-image: -webkit-linear-gradient(top,#f3e400,#f3e400);
	background-image: -o-linear-gradient(top,#f3e400,#f3e4004);
	background-image: linear-gradient(to bottom,#f3e400,#f3e400);
	background-repeat: repeat-x;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
	-webkit-box-shadow: 0 0px 04px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
	box-shadow: 0 0px 0px rgba(0,0,0,0.065);
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 0px 08px rgba(0,0,0,0.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
}



.ce_nieuwsblok {
	width:98%;
	background-color:#e5f7fd;	
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	overflow: hidden;
}
.ce_nieuwsblok_links{
	width:24%;
	float:left;
	}
	
	.ce_nieuwsblok_rechts{
	width:74%;
	float:right;
	}
	

/*tabs */
.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover {
border-color: transparent transparent transparent transparent;
background-color: #00aeef;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
color: #fff;
cursor: default;
background-color: #00aeef;
border: none;
border-bottom-color: transparent;
}

.tabs-left>.nav-tabs {
float: left;
margin-right: 35px;
border-right: 1px solid #f3e400;
}
.tabs-left>.nav-tabs>li>a {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
background-color: #fdfacc;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
display: block;    
}

a.menu:after, .dropdown-toggle:after {
content: none;
}

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 200px;
padding: 8px;
margin: 0px 0 0 10px;
list-style: none;
background-color: #00aeef;
border: 0px solid #ccc;
border: 0px solid rgba(0,0,0,0.2);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
box-shadow: 0 0px 0px rgba(0,0,0,0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}

.dropdown-menu li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #fff;
white-space: nowrap;
}

.leftbar{
margin: 0px -59px 0px 40px;
}

.ce_tekstgedeelte .img_left{
float: left;
padding-right: 10px;
padding-bottom: 10px;
}

.ce_tekstgedeelte .img_right{
float: right;
padding-left: 10px;
padding-bottom: 10px;
}

.page-image{
width: 739px;
height: 234px;
overflow: hidden;
}
.page-image img{
width: 100%;
margin-top: -200px;
}

.intro, #publicatie, .ce_tekstgedeelte{
line-height: 150%;
}
#btn_print, #btn_mail{
	display:block;
	margin:4px 0 0 5px;	
}

#zoeken{
	position:absolute;
	top:10px;
	right:10px;
}

.contact, .contact a {
	color: white;
}
.paginering{
	list-style-type: none;
	margin:10px 0 10px 1px;
}
.paginering li{
	display:inline;
}

/* aanpassing voor carousel */

#wrapper{
	position: relative;
}

#mycarousel{
	position: absolute;
	top: 380px;
	left: 20px;
}
	
#mycarousel_uk{
	position: absolute;
	top: 400px;
	left: 20px;
}

/* foto bij publicatie */
.pasfoto img{
	margin-right: 5px;
	margin-bottom: 15px;
}

