@charset "utf-8";
/* CSS Document */


/*ALGEMEEN*/
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td, textarea{
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:14px;
	font-family:inherit;
	font-family: Arial,Helvetica,sans-serif;
}
:focus{outline:0}
ol, ul{
	list-style:none;
}
table{
	border-collapse:separate;
	border-spacing:0
}
caption,th,td{
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:""
}
blockquote,q{
	quotes:"" ""
}
body,div,h1,h2,h3,a,ul,li{
	margin:0px;padding:0px
}
h1,h2,h3,p,a,ul,li{
	margin-top:0px;padding-top:0px
}
html {
	height: 100%;
}
body {
 margin:0;
 padding:0;
 background-color: #ffffff;
 color:#676767;
 height:100%;
 background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.titelhomepagina {
	text-align:center;
	clear:both;
}

a{
	color:#002c5a;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#83b817;
	text-decoration:underline;
	cursor:pointer;
}

ul li{
	list-style:disc;
	list-style-position:outside;
	margin-left:15px;
	padding-left:5px;
}

ol li {
	list-style:decimal;
	list-style-position:outside;
	margin-left:20px;
}
.alinearuimteweg{
	margin-bottom:0;	
}

/*BEGIN SITE*/

#container {
	width:960px;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
}

#logo {
	float:left;
	width:601px;
	height:88px;
	border:none;
}

/*INLOGGEN*/

#inloggen {
	float:right;
	width:150px;
	height:90px;
	line-height:20px;
}

input {
	margin-bottom:5px;
	height:23px;
}

#e-mail {
	font-style:italic;
	color:#999999;
	padding-left:10px;
	width:135px;
	border-radius:10px;
	border:solid 1px #002c5a; 
	height:23px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.ie8 #e-mail {
	line-height:22px;
}

#wachtwoord {
	font-style:italic;
	width:127px;
	color:#999999;
	padding-left:10px;
	padding-right:10px;
	border-radius:10px;
	border:solid 1px #002c5a; 
	height:23px;
	padding-top:0\9;
	padding-bottom:2px\9;
	height:21px\9;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.ie8 #wachtwoord {
	line-height:20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wachtwoord {
		font-size:21px;
		letter-spacing:1px;
		line-height:27px;
		padding-bottom:0;
		padding-top:0;
	}
}

#login {
	width:150px;
	text-align:center;
	background-color:#83b817;
	border:none;
	border-radius:8px;
	color:#FFFFFF;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	padding-bottom:4px;
	cursor:pointer;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
	margin-top:10px;
}

.lidinfo{
	line-height:20px;	
	margin-bottom:10px;
	padding-left:120px;
	margin-top:10px;
}
.lidinfo a{
	display:block;
	margin-bottom:10px !important;
}
.afbeeldingrechtspos{
	position:absolute;
	right:0;
	top:0;
	z-index:5;
}
.lidinfo .label{
	width:120px;
	float:left;	
	margin-left:-120px;
	text-align: left;
	color: #676767;
	font-size: 14px;
	font-weight:400;
	padding-left: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#login {
	line-height:20px;
}
}
#login:hover {
	background-color:#002c5a;
}

/*NAVIGATIE*/

#nav {
	height:35px;
	background-color:#002c5a;
	border-radius:27px 0px 27px 0px;
	margin-top:25px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

#nav>ul {
	padding:0;
	margin:0;
	position:absolute;
	z-index:20;
	left:0;
	top:0;
}

#nav>ul>li {
	display:inline;
	float:left;
	list-style:none;
	margin-left:0;
	padding-left:0;
	position:relative;
}
#nav>ul>li>ul {
	display:none;
	padding:0;
	margin:0;
	position:absolute;
	z-index:20;
	left:0;
	top:35px;
}
#nav>ul>li:hover>ul{
	display:block;	
}
#nav>ul>li>a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:160px;
	text-align:center;
	height:35px;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	line-height:30px;
	border-radius:27px 0px 27px 0px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}
#nav>ul>li>ul>li {
	display:inline;
	float:left;
	list-style:none;
	margin-left:0;
	padding-left:0;
	position:relative;
}
#nav>ul>li>ul li:last-child a, #nav>ul>li>ul li.roundunder a{
	border-radius:0 0 27px 27px;
	behavior: url(../css/scripts/PIE.htc);
}
#nav>ul>li>ul>li>a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:160px;
	text-align:center;
	height:35px;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	line-height:30px;
	/*border-radius:27px 0px 27px 0px;*/
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
	background-color:#002c5a;
}
.ie8>#nav>ul>li>a {
	line-height:33px;
}

#nav>ul>li>ul>li>a:hover, #nav>ul>li>ul>li>a.selected {
	background-color:#83b817;
	/*border-radius:27px 0px 27px 0px;*/
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

#nav>ul>li>a:hover, #nav>ul>li>a.selected {
	background-color:#83b817;
	border-radius:27px 0px 27px 0px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}
/*CONTENT*/

#content {
	margin-top:35px;
	margin-bottom:-25px;
}

.intro_content {
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#83b817;
	width:960px;
	margin-top:20px;
	margin-bottom:30px;
}

/*SUBNAV*/

#leeg {
	width:185px;
	margin-right:35px;
	float:left;
	height:100px;
	padding:0px 20px 0px 20px;
}

#subnav {
	/* width:185px; */
	border-radius:12px;
	background-color:#002c5a;
	padding:0px 20px 0px 20px;
	margin-right:35px;
	float:left;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.ie8 #subnav {
	margin-bottom:40px;
}

#subnav ul li {
	padding-bottom:20px;
	border-top:1px solid #FFFFFF;
	padding-top:20px;
	list-style:none;
	margin-left:0;
	padding-left:0;
}

#subnav img {
	border:none;
	border-radius:0;
	box-shadow:none;
}

#subnav ul li:nth-child(1){
	border-top:none;
}

#subnav ul li a {
	text-decoration:none;
}

.subnav_titel {
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
	margin-top:-18px;
}

#subnav ul li a img {
	margin-right:15px;
}

#subnav ul li img {
	margin-right:15px;
}

.subnav_plaats_datum {
	display:block;
	color:#83b817;
	margin-left:24px;
	font-style:italic;
}

.subnav_tekst {
	clear:both;
	color:#FFFFFF;
	margin-left:24px;
	display:block;
}

input.aanmelden {
	width:125px;
	text-align:center;
	background-color:#83b817;
	border:none;
	border-radius:8px;
	color:#FFFFFF;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	padding-bottom:4px;
	height:23px;'
	behavior: url(scripts/PIE.htc);
	position:relative;
	cursor:pointer;
	line-height:21px\9;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

#aanmelden:hover, #afmelden:hover {
	color:#002C5A;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#aanmelden,afmelden {
	line-height:20px;
}
}
.btn_subnav {
	margin-top:10px;
}

/*SLIDER*/
.slider1 {
	height:360px;
	margin-bottom:30px;
	width:400px;
	float:left;
	border:1px solid #002c5a;
	border-radius:12px;
	margin-right:19px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Firefox/Mozilla */  
 	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /*Safari/Chrome */  
 	box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Opera & hoe het zou moeten */
	filter:progid:DXImageTransform.Microsoft.Shadow(OffX=0, OffY=0, Strength=5, Direction=150, Color='#999999')\9;
	overflow:hidden;
	display:block;
	background-color:#FFFFFF;
}
.slider2 {
	float:left;
	width:300px;
	height:360px;
	border:1px solid #002c5a;
	border-radius:12px;
	margin-right:19px;
	background-color:#FFFFFF;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Firefox/Mozilla */  
 	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /*Safari/Chrome */  
 	box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Opera & hoe het zou moeten */
	filter:progid:DXImageTransform.Microsoft.Shadow(OffX=0, OffY=0, Strength=5, Direction=150, Color='#999999')\9;
	overflow:hidden;
	display:block;
}
.slider3 {
	float:left;
	width:215px;
	height:360px;
	border:1px solid #002c5a;
	border-radius:12px;
	background-color:#FFFFFF;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Firefox/Mozilla */  
 	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /*Safari/Chrome */  
 	box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Opera & hoe het zou moeten */
	filter:progid:DXImageTransform.Microsoft.Shadow(OffX=0, OffY=0, Strength=5, Direction=150, Color='#999999')\9;
	overflow:hidden;
	display:block;
}

/*TEKST*/
#text-center {
	text-align:center;
	clear:both;
}

#text {
	float:left;
}

p {
	margin-bottom:15px;
}

h1 {
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	font-size:30px;
	color:#002c5a;
	margin-top:-6px;
}

h2 {
	font-size:18px;
	color:#83b817;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
}

h3 {
	font-size:15px;
	color:#FFFFFF;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	margin-bottom:5px;
}

.introhomepagina {
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-size:normal;
	font-size:18px;
	color:#83b817;
	width:690px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:15px;
	text-align:center;
	clear:both;
}

.intro {
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-size:normal;
	font-size:18px;
	color:#83b817;
	margin-top:20px;
	margin-bottom:30px;
}

/*AGENDA*/

#agenda {
	float:left;
	padding:0;
	width:920px;
	margin-bottom:10px;
}

#agenda h1 {
	padding-bottom:10px;
}

.ie8 #agenda {
	margin-bottom:40px;
	padding:0;
}

.agenda_item {
	border-top:1px solid #83b817;
    height: auto;
    display: block;
	margin-top:10px;
	padding-top:20px;
}

.agenda_item img {
	width:160px;
	height:160px;
	background-color:#FFFFFF;
	border-radius:12px;
	border:1px solid #002c5a;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Firefox/Mozilla */  
 	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /*Safari/Chrome */  
 	box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Opera & hoe het zou moeten */
	filter:progid:DXImageTransform.Microsoft.Shadow(OffX=0, OffY=0, Strength=5, Direction=150, Color='#999999')\9;
	margin-right:30px;
	position:relative;
	overflow:hidden;
	behavior: url(../css/scripts/PIE.htc);
	/*z-index:2;*/
	float:left;

}

.info {
	color:#002c5a;
	font-size:18px;	
}

.locatie {
	color:#002c5a;
	font-size:18px;
	margin-left:15px;
}

/*.ie8 #agenda_img img {
	position:relative;
}*/


.agenda_tekst {
	padding-top:0px;
}
.agenda_tekst h2 a{
	text-decoration:none;	
}
.agenda_titel {
	font-size:18px;
	color:#83b817;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

a:hover .agenda_titel {
	color:#002c5a;
}

.plaats_datum {
	color:#002c5a;
	font-style:italic;
}

.lees_meer {
	font-weight:bold;
	color:#83b817;
	text-decoration:none;
	margin-top:-13px;
	display:block;
}

.lees_meer:hover {
	color:#002c5a;
}

.ellipsis_text {
	height:50px;
	overflow:hidden;
}

/*EVENEMENT*/
#evenement {
	width:700px;
	float:left;
	position:relative;
}

.ttl_plaats_datum {
	color:#002c5a;
	font-style:italic;
	font-size:18px;
	margin-left:15px;
}

.terug {
	display:block;
}

.terug a {
	color:#83b817;
	text-decoration:none;
	border-bottom:1px solid #83b817;
	display:block;
	height:18px;
	width:60px;
}

.ie8 .terug a {
	width:63px;
	margin-bottom:30px;
}

.ruimtelinks {
	margin-left: 260px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.terug a {
	width:63px;
}
}

.terug a:hover { 
	color:#002c5a;
	border-bottom:1px solid #002c5a;
}

/*CONTENT*/
.afbeeldingrechts {
	border-radius:12px;
	background-color:#FFFFFF;
	float:right;
	position:relative;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Firefox/Mozilla */  
 	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /*Safari/Chrome */  
 	box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Opera & hoe het zou moeten */
	filter:progid:DXImageTransform.Microsoft.Shadow(OffX=0, OffY=0, Strength=5, Direction=150, Color='#999999')\9;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid #002c5a;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.afbeeldinglinks {
	border-radius:12px;
	background-color:#FFFFFF;
	float:left;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Firefox/Mozilla */  
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /*Safari/Chrome */  
 	box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Opera & hoe het zou moeten */
	filter:progid:DXImageTransform.Microsoft.Shadow(OffX=0, OffY=0, Strength=5, Direction=150, Color='#999999')\9;
	margin-right:17px;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid #002c5a;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

/*LEDEN*/
#zoektekst {
	border-radius:10px;
	border:1px solid #83b817;
	font-style:italic;
	color:#999999;
	padding-left:10px;
	width:140px;
	width:185px;
	height:23px;
	padding-right:32px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}
.forminputtekst {
	border-radius:10px;
	border:1px solid #83b817;
	font-style:italic;
	color:#999999;
	padding-left:10px;
Q	width:140px;
	height:23px;
	padding-right:32px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}


/* LEDENWIJZIG */
#ledenwijzigFormulier input#formulier_image {
	border: 0;
    padding-left: 0;
}
#ledenwijzigFormulier input{
    border: 1px solid #002C5A;
    border-radius: 10px 10px 10px 10px;
	behavior: url(../css/scripts/PIE.htc);
    color: #676767;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 350px;
}
#ledenwijzigFormulier textarea {
	border: 1px solid #002C5A;
	border-radius: 10px 10px 0 10px;
	color: #676767;
	padding: 10px;
	width: 350px;
}
#ledenwijzigFormulier td{
	line-height: 25px;
	padding-right:15px;
	white-space:nowrap;
}
#ledenwijzigFormulier input[type="reset"], #ledenwijzigFormulier input[type="button"], #ledenwijzigFormulier input[type="submit"] {
	background-color: #83B817;
	border: medium none;
	border-radius: 8px 8px 8px 8px;
	behavior: url(../css/scripts/PIE.htc);
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'diavlo_boldregular';
	font-style: normal;
	font-weight: normal;
	margin-right: 30px;
	padding-bottom: 4px;
	position: relative;
	text-align: center;
	width: 150px;
}
#ledenwijzigFormulier input[type="reset"]:hover, #ledenwijzigFormulier input[type="button"]:hover, #ledenwijzigFormulier input[type="submit"]:hover {
	background-color:#002c5a;
}
.ie8 #zoektekst {
	line-height:22px;
}

#zoek, .formknop {
	width:85px;
	text-align:center;
	background-color:#83b817;
	border:none;
	border-radius:8px;
	color:#FFFFFF;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	padding-bottom:4px;
	height:23px;'
	behavior: url(scripts/PIE.htc);
	position:relative;
	cursor:pointer;
	margin-top:15px\9;
	line-height:22px\9;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

#wissen {
	width:85px;
	text-align:center;
	background-color:#83b817;
	border:none;
	border-radius:8px;
	color:#FFFFFF;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	padding-bottom:4px;
	height:23px;'
	behavior: url(scripts/PIE.htc);
	position:relative;
	cursor:pointer;
	margin-left:13px;
	margin-top:15px\9;
	line-height:22px\9;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

#zoek:hover, #wissen:hover {
	color:#002C5A;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#zoek, #wissen {
	margin-top:15px;
	line-height:20px;
}
}

.leden_zoeken {
	color:#FFFFFF;
	font-size:22px;
	margin-bottom:10px;
}

#zoektekst1 {
	border-radius:10px;
	border:1px solid #83b817;
	font-style:italic;
	color:#999999;
	padding-left:10px;
	width:140px;
	width:185px;
	height:23px;
	padding-right:32px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.ie8 #zoektekst1 {
	line-height:22px;
}

.aangemeld {
	margin-top:15px;
}

.subnav_zoek_tekst {
	color:#FFFFFF;
	display:block;
	/*margin-left:24px;*/
	margin-top:0px;
}

.subnav_zoek_tekst li {
	padding-top:10px!important;
	padding-bottom:0px!important;
	border-top:none!important;
}

.subnav_zoek_tekst a {
	display:block;
	background-image:url('../images/btn_subnav.png');
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:24px;
	color:#FFFFFF;
	font-weight:normal;
}

.subnav_zoek_tekst a:hover {
	color:#83b817;
}

.ie8 #subnav ul li:first-child {
	border-top:none;
}

#leden_abc {
	margin-top:30px;
}

#leden_abc ul li {
	list-style:none;
	display:inline;
	margin-left:0;
	font-size:14px;
	float:left;
	width:12px;
	margin-right:1px;
	text-align:center;
	padding:0;
}

#leden_abc ul li a {
	display:block;
	text-decoration:none;
	border-bottom:1px solid #002C5A;
	float:left;
	width:12px;
	font-size:14px;
	text-align:center;
	height:15px;
	margin-left:0;
}

#leden_abc ul li a:hover {
	border-bottom:1px solid #83b817;
}
#leden_abc ul li a.selected {
	color:#83b817;
	border-bottom:1px solid #83b817;
}

.ledenlijst {
	margin-top:30px;
}
.ledenlijst td {
	width:225px;
	padding-bottom:15px;
}
.ledenlijst td a {
	text-decoration:none;
	color:#83b817;
}
.ledenlijst td a:hover {
	color:#002C5A;
}

#aan_afmelden {
	border-bottom:1px solid #FFFFFF;
	padding-bottom:15px
}

img.leden {
    border-radius: 12px;
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7);
    box-shadow: 2px 2px 5px rgba(0,0,0, 0.7);
    filter: progid:DXImageTransform.Microsoft.Shadow(OffX=0, OffY=0, Strength=5, Direction=150, Color='#999999')\9;
    border: 1px solid #002c5a;
    margin-bottom: 20px;
    margin-right: 120px;
}

#content img.foto_l {
    margin: 10px 0px 0px 0px;
}

/*LID WORDEN*/

table {
	padding-top:10px;
	padding-bottom:0;
	margin-bottom:0;
}

.tekst_veld input {
	width:350px;
	border-radius:10px;
	border:1px solid #002c5a;
	padding-left:10px;
	padding-right:10px;
	color:#676767;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.cell2 input {
	width:160px;
	border-radius:10px;
	border:1px solid #002c5a;
	padding-left:10px;
	padding-right:10px;
	color:#676767;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.tekst_veld textarea {
	width:350px;
	border-radius:10px;
	border:1px solid #002c5a;
	padding:10px;
	color:#676767;
	border-top-right-radius:0\9;
	border-bottom-right-radius:0;
}

.ie8 .tekst_veld textarea {
	border-radius:10px 0 0 10px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

textarea {
	max-width:740px;
}

.tekst_code input {
	width:160px;
	border-radius:10px;
	border:1px solid #002c5a;
	padding-left:10px;
	padding-right:10px;
	color:#676767;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.tekst_veld_aangepast input {
	width:60px;
	border-radius:10px;
	border:1px solid #002c5a;
	padding-left:10px;
	padding-right:10px;
	color:#676767;
	margin-right:0;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.tekst_float {
	font-style:italic;
	display:block;
	margin-left:-595px;
	float:left\9;
	font-size:13px;
	width:185px;
	margin-top:-3px;
}

.tekst_veld_aangepast_float input {
	width:260px;
	float:left;
	border-radius:10px;
	border:1px solid #002c5a;
	padding-left:10px;
	padding-right:10px;
	color:#676767;
	margin-left:-700px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.tekst_veld_omlaag input {
	width:350px;
	border-radius:10px;
	border:1px solid #002c5a;
	padding-left:10px;
	padding-right:10px;
	color:#676767;
	margin-top:25px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.vaste_tekst {
	line-height:25px;
	width:170px;
}

.cell1 {
	line-height:25px;
	width:170px;
}

td {
	padding-bottom:10px;
}

.radio {
	width:20px;
	float:left;
	margin-left:10px;
	vertical-align:top;
	margin-right:2px;
	margin-right:1px\9;
}

.radio input {
	height:13px\9;
	margin-top:2px;
}

.float_left {
	float:left;
	width:35px;
	line-height:28px;
	line-height:24px\9;
}

.smal {
	width:400px;
	float:left;
	position:absolute;
	margin-left:180px;
	margin-top:-10px;
}

.omlaag {
	line-height:25px;
	width:150px;
	padding-top:25px;
}

#table_button {
	width:150px;
	text-align:center;
	background-color:#83b817;
	border:none;
	border-radius:8px;
	color:#FFFFFF;
	font-family:'diavlo_boldregular';
	font-weight:normal;
	font-style:normal;
	padding-bottom:4px;	
	cursor:pointer;
	margin-left:222px;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

#table_button:hover {
	background-color:#002c5a;
}

/*FOOTER*/

#footer {
	height:35px;
	background-color:#83b817;
	border-radius:27px 0 27px 0;
	margin-top:35px;
	margin-bottom:0;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.ie8 #footer {
	clear:both;
	position:relative;
}

.copyright {
	float:left;
	color:#FFFFFF;
	font-size:12px;
	line-height:34px;
	padding-left:25px;
}

.design {
	float:right;
	color:#FFFFFF;
	font-size:12px;
	line-height:34px;
	padding-right:25px;
}

.design-link {
	color:#FFFFFF;
	font-size:12px;
	line-height:34px;
	font-weight:bold;
	text-decoration:underline;
}

.design-link:hover {
	color:#002c5a;
}

.afbeeldinghomepagina {
	float:left;
	border-radius:12px;
	background-color:#FFFFFF;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Firefox/Mozilla */  
 	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /*Safari/Chrome */  
 	box-shadow: 2px 2px 5px rgba(0,0,0, 0.7); /* Opera & hoe het zou moeten */
	filter:progid:DXImageTransform.Microsoft.Shadow(OffX=0, OffY=0, Strength=5, Direction=150, Color='#999999')\9;
	margin-right:19px;
	margin-bottom:30px;
	border:1px solid #002c5a;
	behavior: url(../css/scripts/PIE.htc);
	position:relative;
}

.afbeeldinghomepagina:nth-child(3) {
	margin-right:0;
}

.ie8 .afbeeldinghomepagina {
	margin-right:13px;
}

input[type=checkbox].hidden-toggle { display: none;}

@media screen and (max-width: 480px) {
	body { background-color: lightgreen;}
	#container { width:100%; padding:35px 10px 15px; box-sizing:border-box;}
	#header { width:100%; padding:10px; box-sizing:border-box;}
	#footer { width:100%;}
	#content { width:100%; box-sizing:border-box;}
	#inloggen { width:100%;}
	#inloggen input {  float:left; width:49%; height:30px; box-sizing:border-box;}
	#e-mail { margin-right:2%;}
	#inloggen input#login { float:right; margin-top:0px;}
	#logo, #logo img, .introhomepagina { width:100%;}
	.h1-center, .h1-center img { width:100%; height:auto;} 
	.ruimtelinks {	margin-left: 0px; }	
}