/*@font-face {
	font-family: GillSans;
	src: url('/fonts/gillsans.ttf'),
		url('/fonts/gillsans.eot');
}*/
table {
	width: 100% !important;
}
img, fieldset {
	max-width: 100%;
	height: auto;
	
    position: relative;
}
.tableborder, .tableborder td, .tableborder th { border: 1px solid black; }
/** {
	font-family: GillSans, Calabri, Verdana, Arial;
}*/

body, html {
    font-family: 'Roboto', sans-serif !Important;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

img, fieldset {
	border: 0;
	padding: 0;
	margin: 0;
    height: auto !important;
}

h1, h2 {
	color: #8cc63f;
	font-weight: normal;
}
h1 {
	line-height: 26pt;
}

a {
	color: #F7931D;
}

a:hover {
	text-decoration: none;
}

header .wrapper {
	max-width: 960px;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}
.wrapper {
	max-width: 980px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
}

#main-menu {
	width: 100%;
	height: 106px;
	background: #ffffff;
	position: absolute;
	box-sizing: border-box;
	top: 120px;
	background: url('../img/bg-menu.png') repeat-x;
	border-top: 2px solid #00aeef;
	border-bottom: 2px solid #00aeef;
	z-index: 99;
	box-shadow: 0 0px 10px 0px #000;
	-webkit-box-shadow: 0 0px 10px 0px #000;
}

#main-menu ul {
	list-style: none;
	margin: 0 8px;
	padding: 0;
}

#main-menu li:first-child {
	border-left: 2px solid #acbf93;
}

#main-menu li {
	float: left;
	width: 231px;
	height: 102px;
	border-right: 2px solid #acbf93;
	text-align: center;
}

#main-menu li a {
	text-decoration: none;
	display: block;
	width: 231px;
	height: 87px;
	padding: 15px 0 0 0;
	color: #00aeef;
	text-align: center;
	font-size: 11pt;
	text-transform: uppercase;
}

#pull {
	border-left:0;
	text-align:right;
	text-decoration:none;
	color:#fff;
	background: url('/images/bg-menu.png') repeat-x;
	background-position: center center;
	width: 100%;
	height: 50px;
	display: none;
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 2px solid #00aeef;
	border-top: 2px solid #00aeef;
	box-sizing: border-box;
	box-shadow: 0 0px 10px 0px #000;
	-webkit-box-shadow: 0 0px 10px 0px #000;
}

#pull:before{
	content:'MENU';
	font-size: 13pt;
	padding-right: 5px;
	color: #000;
	text-transform: uppercase;
}

.bars{
	float:right;
	margin-top: 2px;
}

.icon-bar {
	background-color: #00aeef;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
	margin-top: 3px;
}

#sidebar {
	float: left;
	width: 25%;
	padding-right: 20px;
	box-sizing: border-box;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar ul li img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
#text {
	width: 75%;
	float: left;
}

#jsddm li ul {
	background: #8cc63f;
	float: left;
	padding: 0;
	border-top: 2px solid #00AEEF;
	margin-left: 0;	
	position: relative;
	z-index: 80;
    width: 231px;
}
.sub:hover , .navitem:hover  + .sub {
	background: #00aeef !important;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 6px 12px 0px #000000;
	box-shadow: 0px 6px 12px 0px #000000; 
	position: relative;
	z-index: 99 !important;
}

#jsddm li ul li {
	border: 0;
	height: auto;
	margin-bottom: 10px;
}

#jsddm li ul li:first-child {
	border: 0;
	margin-top: 10px;
}

#jsddm li ul li:last-child {
	margin-bottom: 15px;
}

#jsddm a > img {
	margin-bottom: 10px;
}

.sub-1 {
	border-radius: 0 0 0 10px;
}

.sub-2 {
	border-radius: 0 0 10px 0;
}

#jsddm li ul li a {
	color: #ffffff;
	height: auto;
	display: inline;
	text-transform: none;
	padding: 0;
	margin-top: 15px;
}

#jsddm li ul li a:hover {
	text-decoration: underline;
}

#menu-bg {
    float: left;
    max-width: 934px;
	width: 100%;
    margin: 0 0 0 8px;
    background: #b0d673;
	display: none;
    position: relative;
    z-index: 40;
    border-top: 2px solid #00AEEF;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 5px 10px 0px #000000;
    box-shadow: 0px 5px 10px 0px #000000;
}
.slider{
	position: relative;
}
.bxslider2 {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

#slideshow {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	/*background: url('/images/banner.jpg');*/
    border-bottom-right-radius: 50% 60px;
	background-size: cover !important;
	background-position: center center !important;
    border-bottom-left-radius: 50% 60px;
	position: relative;
	height: 340px;
}

#slideshow-2 {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	/*background: url('/images/banner.jpg');*/
    border-bottom-right-radius: 50% 60px;
	background-size: cover !important;
	background-position: center center !important;
    border-bottom-left-radius: 50% 60px;
	position: relative;
	height: 340px;
}

#slider-titel {
    font-size: 14pt;
	left: calc(50% - 455px);
	color: #fff;
	position: absolute;
	z-index: 0;
	font-weight: bold;
	font-style: italic;
    text-shadow: 0px 2px 2px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=3);
	bottom: 40px;
}

#slider-titel:before {
	content: '“';
	position: absolute;
	left: -20px;
	top: -8px;
	font-size: 18pt;
}
#slider-titel:after {
	content: '”';
	position: absolute;
	right: -20px;
	top: -8px;
	font-size: 18pt;
}

.slider-titel {
    font-size: 14pt;
	left: calc(50% - 455px);
	color: #fff;
	position: absolute;
	z-index: 0;
	font-weight: bold;
	font-style: italic;
    text-shadow: 0px 2px 2px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=3);
	bottom: 40px;
}

.slider-titel:before {
	content: '“';
	position: absolute;
	left: -20px;
	top: -8px;
	font-size: 18pt;
}
.slider-titel:after {
	content: '”';
	position: absolute;
	right: -20px;
	top: -8px;
	font-size: 18pt;
}

#header {
	height: 120px;
	max-width: 960px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
}

#logo {
	width: 126px;
	height: 117px;
	float: left;
	margin: 0 0 0 10px;
}

#login {
    /* width: 226px; */
    width: 250px;
    height: 100px;
    float: right;
    background: #8cc63f;
    margin: 10px 10px 0 0;
    padding: 7px;
	padding-top: 7px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    -webkit-box-shadow: 0px -3px 12px 2px #000000;
    box-shadow: 0px -3px 12px 2px #000000;
}

#login input[type="text"], #login input[type="password"] {
	width: 149px;
	height: 27px;
	margin-top: 10px;
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	border: 0;
	padding: 0 10px;
	font-weight: bold;
	color: #45943d;
	font-size: 11px;
	
}

#login input[type="submit"] {
	width: 74px;
	height: 27px;
	float: right;
	border: 0;
	background: #5c990b;
	color: #ffffff;
	font-weight: bold;
	margin: 10px 0 0 0;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

#login a {
	color: #ffffff;
}

#zoeken {
	background: none repeat scroll 0 0 #8CC63F;
    height: 42px;
    top: 226px;
	right: 10px;
	
    position: absolute;
    width: 260px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 5px 5px #000;
	-webkit-box-shadow: 0px 5px 5px #000;
}

#zoeken input[type="text"] {
	width: 229px;
	height: 27px;
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	border: 0;
	padding: 0 10px;
	font-weight: bold;
	color: #f78908;
	font-size: 11px;
	margin: 10px 0 0 5px;
}

#zoeken input[type="submit"] {
	float: left;
	width: 11px;
	height: 12px;
	background: url('../img/zoom_in.svg') no-repeat;
	background-size: 11px 12px;
	border: 0;
	margin-left: -20px;
	position: absolute;
	margin-top: 18px;
}

#slideshow-links {
	float: left;
	margin-top: -175px;
	position: relative;
	z-index: 5;
}

#slideshow-rechts {
	float: right;
	margin-top: -175px;
	position: relative;
	z-index: 5;
}

.banner {
	width: 100% !important;
	max-width: 956px;
}

.banner img {
	border-bottom-right-radius: 480px 82px;
	border-bottom-left-radius: 480px 82px;
	-webkit-border-bottom-right-radius: 480px 82px;
	-webkit-border-bottom-left-radius: 480px 82px;
}

.banneroverlay {
	position: relative;
	z-index: 5;
	margin: -140px 70px 0 0;
	float: right;
	font-size: 16px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0px 3px 5px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=3);
}

#overlay2 {
	position: relative;
	z-index: 5;
	margin: 120px 0 0 30px;
	float: left;
	font-size: 16px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	 text-shadow: 0px 3px 5px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=3);
}

.bannertexttext {
	width: 255px;
}

#slideshow-rechts img {
	position: relative;
	right: 0;
}
.home-titel {
    line-height: 26pt;
    font-size: 2em;
	margin-top: 15px;
    color: #00aeef;
	margin-bottom: 15px;
}
.homeitems {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
    color: #565655;
    line-height: 1.7em;
    font-size: 11pt;
}
.homeitems li {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}
.homeitems li .text{
	text-decoration: none;
	color: #222;
}
.homeitems li img {
	max-width: 120px;
	height: auto;
	width: 100%;
	float: left;
}
.homeitems li .text {
	width: calc(100% - 120px);
	padding-left: 40px;
	box-sizing: border-box;
	float: left;
}
.homeitems li .text .datum {
	float: right;
	color: #00aeef;
	font-style: italic;
}
.homeitems li h3{
	margin-top: 0;
	color: #8cc63f;
	margin-bottom: 2px;
	float: left;
	font-weight: normal;
    font-size: 1.5em;
}
.homeitems li .home-lees {
    color: #f78908;
	text-decoration: underline;
	margin-top: 0px;
	float: left;
	width: 100%;
}
.homeitems li .home-lees img {
	margin-top: 4px;
    margin-left: -4px;
	width: 16px;
	height: 16px;
}
.load-more-container {
	width: 100%;
	float: left;
	text-align: center;
}
.load-more {
	margin: auto;
	background-color: #f78908;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 15px;
    font-size: 11pt;
	color: #fff;
    display: inline-block;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.load-more .link {
}
.load-more img {
	margin-left: 20px;
	width: 32px;
	margin-top: 0px;
	vertical-align: middle;
	height: 32px;
}
.clear {
	clear: both;
}
#scrollToTop {
	position: absolute;
	right: 60px;
	top: -120px;
	cursor: pointer;
	z-index: 899;
}
#scrollToTop img {
	width: 65px;
	cursor: pointer;
}
#slider {
	width: 100%;
	float: left;
	background-color: #8cc63f;
	color: #fff;
}
.eerderehomeitems {
	margin-top: 20px;
}
#slider .wrapper h2 {
	color: #fff;
}
.content-slider li, .content-slider2 li{
	text-align: center;
}
.content-slider h3, .content-slider2 h3 {
	margin: 0;
	padding: 70px 0;
}
/*
#home-items {
	max-width: 960px;
	width: 100%;
	float: left;
	padding: 50px 0 40px 0;

}

.home-item {
	width: 23%;
	float: left;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin-right: 2.6%;
}
.home-item:last-child {
	padding: 0px;
	margin-right: 0;
}

.home-item-top {
	width: 100%;
	float: left;
	border: 2px solid #ffffff;
	border-bottom-right-radius: 131px 62px;
    border-bottom-left-radius:  85px 57px; 
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000; 
}

.home-item-top .home-item-image {
	height: auto;
	width: 100%;
}

.home-item-titel {
	width: 100%;
	height: 56px;
	box-sizing: border-box;
	float: left;
	margin-top: -5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 4px 0 40px;
	border-bottom-right-radius: 131px 62px;
    border-bottom-left-radius: 85px 57px; 
}
*/
.blauw {
	background: url('/images/druppel-bg.png') no-repeat #00adef;
	background-size: 100%;
}

.groen {
	background: url('/images/druppel-bg.png') no-repeat #8dc640;
	background-size: 100%;
}

.home-druppel {
	position: absolute;
	bottom: 40px;
	left: 10px;
}

/*
.home-tekst {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 10pt;
	color: #565655;
	margin-top: 15px;
	line-height: 1.7em;
}

.home-tekst a {
	text-decoration: none;
	color: #565655;
	font-size: 10pt;
	line-height: 1.7em;
}
.home-lees {
	width: 100%;
	text-align: right;
	float: left;
	font-size: 14px;
	color: #f7931d;
	margin-top: 5px;
	padding-bottom: 10px;
}*/

.tekst-kort {
	color: #00AEEF;
	font-weight: bold;
	font-style: italic;
}
.nieuwsfoto  {
	position: relative;
	float: right;
	width: 361px;
	height: 589px;
	background-size: cover;
	background-position: center center;
	background-image:url('/images/druppel-bg.jpg');
}
.nieuwsfoto .overlay {
	background-image:url('../img/druppel-shape.png');
	background-color: rgba(247,137,8,0.7);
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.nieuwsfoto img {
	width: 100%;
	height: 100%;
}
.nieuws-content {
	width: calc(100% - 50% + 475px);
	float: right;
}
.nieuws-text {
	max-width: 940px;
	width: calc(100% - 400px);
	float: left;
}

.nieuwsfoto-left  {
	position: relative;
	float: left;
	width: 361px;
	height: 589px;
	margin-top: 40px;
	background-size: cover;
	background-position: center center;
	background-image:url('/images/druppel-bg.jpg');
}
.nieuwsfoto-left .overlay-left {
	background-image:url('../img/druppel-shape-left.png');
	background-color: rgba(0,174,239,0.7);
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.nieuwsfoto-left img {
	width: 100%;
	height: 100%;
}
.nieuws-content-left {
	width: calc(100% - 50% + 475px);
	float: left;
    font-family: 'Roboto', sans-serif !Important;
    line-height: 1.7em;
    color: #565655;
	padding-bottom: 10px;
    font-size: 11pt;
}
.contentfoto {
	margin-top: 20px;
}
.nieuws-text-left {
	max-width: 950px;
	width: calc(100% - 400px);
	float: right;
	padding-top: 20px;
}
.content-text-left {
	max-width: 950px;
	width: calc(100% - 0px);
	float: right;
	padding-top: 20px;
}

#pre-bread {
	float: left;
	font-size: 10pt;
	padding-right: 5px !important;
}

#breadcrumbs-div {
	width: 100%;
	float: left;
	
}
.home-item-titel {
    padding-top: 5px;
}

.breadcrumbs {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 10pt;
	float: left;
	box-sizing: border-box;
}

.breadcrumbs li {
	float: left;
	margin-right: 5px;
}

.breadcrumbs li a {
	color: #565655 !important;
	text-decoration: none;
}

.breadcrumbs li a:hover {
	text-decoration: underline !important;
}

#content {
	min-height: 250px;
	float: left;
	margin: 20px 0 20px;
	color: #565655;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.7em;
	font-size: 11pt;
	padding-left: 0px;
	padding-right: 0px;
}

.nieuws-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#intro {
	color: #00aeef;
	margin-bottom:10px;
	font-style: italic;
}

#content a {
	color: #F7931D;
}

#content a:hover {
	text-decoration: none;
}

#image-pagebg {
	opacity: 0.8;
	float: right;
	width: 20%;
}

table {

	border-collapse: collapse;
	box-sizing: border-box;
}
table td, table th {
	padding: 5px;
	box-sizing: border-box;
}

.contentitem, .contentcontainer {
	margin-top: 40px;
	float: left;
	width: 80%;
}

.contentitem h1, .contentitem h2, .contentitem h3, .contentitem h4, .contentitem h5, .contentitem h6 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

.push, #footer {
	clear: both;
	height: 405px;
}

#footer {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 40px;
}

#footer-titel {
	text-align: center;
	text-transform: uppercase;
	color: #838383;
	font-size: 11pt;
    letter-spacing: 1px;
	clear: both;
	width: 100%;
	float: left;
	height: 25px;
}

#footer-1, #footer-2, #footer-3 {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

#footer-1 {
	min-height: 130px;
	background: #29bbf2;
	text-align: center;
	position: relative;
	z-index: 10;
	padding-top: 10px;
	-webkit-box-shadow: 0px 0px 5px 0 #000000;
	box-shadow: 0px 0px 5px 0 #000000; 
}

.partners img {
	width: 13%;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0.5;
    filter: alpha(opacity=40);
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.3s ease 0s;
}

.partners img:hover {
	opacity: 1;
    filter: alpha(opacity=100);
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.partners a:last-child {
	margin: 0;
}

#footer-2 {
	padding-bottom: 10px;
	float: left;
	background: #8cc63f;
	position: relative;
	z-index: 5;	
	-webkit-box-shadow: 0px 0px 5px 0 #000000;
	box-shadow: 0px 0px 5px 0 #000000; 
}

#footer-2 ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#footer-2 li {
	float: left;
	width: 20%;
}

#footer-2 li:last-child {
	margin-right: 0;
}

#footer-2 li a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer-2 li ul li a:hover {
	text-decoration: underline;
}
#footer-2 li ul {
	margin-top: 15px;
}

#footer-2 li ul li {
	clear: both;
	margin: 0;
	width: auto !important;
}

#footer-2 li ul li:last-child {
	margin-bottom: 10px;
}
#footer-2 li ul li a {
	text-transform: none;
	color: #332800;
	font-size: 10pt;
	font-weight: normal;
}

#footer-3 {
	height: 45px;
	float: left;
	background: #ffffff;
	position: relative;
	z-index: 4;
}

#disclaimer {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 18px;
}

#disclaimer li {
	float: left;
	border-right: 1px solid #646464;
	padding: 0 5px;
	height: 8px;
}

#disclaimer li:first-child {
	padding-left: 0;
}

#disclaimer li:last-child {
	border: 0;
	padding-right: 0;
}

#disclaimer a {
	text-decoration: none;
	color: #646464;
	font-size: 9pt;
	margin-top: -3px;
	float: left;
}

#copyright {
	font-size: 9pt;
	color: #646464;
	float: right;
	margin-top: 18px;
}

#copyright a {
	text-decoration: none;
	color: #646464;
	cursor: text;
}
.wrapper-footer {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.form {
	float: left;
	width: 100%;
	max-width: 600px;
}

.form input, .form textarea {
	border-radius: 5px;
	width: 100% !important;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #00ADEF; 
}

.form input:hover, .form textarea:hover {
	border: 1px solid #8CC63F;
}

.form input[type="submit"] {
    background: none repeat scroll 0 0 #8CC63F;
    border: 0 none;
    color: #FFFFFF;
	cursor: pointer;
    font-size: 20px;
    padding: 5px;
    width: 200px;
}

#intro a {
	color: #00AEEF;
}

.contentitem ul {
	margin-top: 0;
}





#filetree {

}



.filesharing {
	clear:both;
}

.filesharing .progressWrapper {
	width: 357px;
	overflow: hidden;
}

.filesharing .progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.filesharing .message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.filesharing .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.filesharing .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.filesharing .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.filesharing .progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.filesharing .progressBarInProgress,
.filesharing .progressBarComplete,
.filesharing .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.filesharing .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.filesharing .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.filesharing .progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

.filesharing a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(/lib/SWFUpload/demos/images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

.filesharing a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.filesharing .swfupload {
	vertical-align: top;
}

.filesharing form {
	margin: 0;
	padding: 0;
}

.filesharing div.fieldset {
	border:  1px solid #000;
	margin: 10px 0;
	padding: 20px 10px;
}

.filesharing div.fieldset span.legend {
	position: relative;
	padding: 3px;
	top: -30px;
	font: 700 10pt Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #F1E4D7;

}

.filesharing div.flash {
	width: 375px;
	margin: 20px 0px;
	border-color: #666;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.filesharing button,
.filesharing input,
.filesharing select,
.filesharing textarea {
	border-width: 1px;
	margin-bottom: 10px;
	padding: 2px 3px;
}



.filesharing input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


.filesharing label {
	width: 150px;
	text-align: right;
	display:block;
	margin-right: 5px;
}

#nieuws-archief {
	max-width: 960px;
	width: 100%;
	float: left;
}

.archief-item {
	width: 100%;
	float: left;
	margin: 20px 0;
}

.archief-image {
	width: 18%;
	height: auto;
	float: left;
}

.archief-rechts {
	width: 80%;
	float: right;
}

.archief-titel {
	font-size: 15px;
	color: #00AEEF;
}

.archief-tekst-kort {
	color: #565655;
    font-size: 10pt;
    line-height: 1.7em;
	white-space: inherit;
}

.yoxview {
	float: left;
}

#vergeten-link {
	font-size: 9pt;
	text-align: center;
	width: 70px;
	float: right;
	margin-top: -66px;
	position: relative;
}

#loginform_i fieldset {
	width: 100%;
}

#vraag1, #vraag2, #vraag3, #vraag4, #vraag5, #vraag6, #vraag7, #vraag8, #vraag10, #vraag11, #vraag12, #vraag13, #vraag14, #vraag15, #vraag16, #vraag17, #vraag18, #vraag19, #vraag20, #vraag21, #vraag23, #vraag24, #vraag25, #vraag26 {
	color: #8cc63f !important;
	text-decoration: none;
	cursor: text;
}

.relevant-slider {
	float: left;
	width: 100%;
}