body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	outline: none;
}

h2,
h3
{
	margin-left: 10px;
}

table.grijs
{
	background-color: #EEE;
	border: none;
	border-collapse: collapse;
	margin-left: 10px;
	margin-right: 10px;
}

table.grijs a:link,
table.grijs a:visited
{
	color: #000;
}

table.grijs td
{
	padding: 0 10px 3px 10px;
}

table.grijs tr.topmenu td
{
	padding-bottom: 3px;
	padding-top: 3px;
}

table.aformulier td
{
	padding: 0 5px 5px 5px;
}

a.menu:link,
a.menu:visited
{
	color: #000000;
	text-decoration: underline;
}

a.menutop:link,
a.menutop:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

ul#tenue
{
	width: 400px;
}

ul#tenue > li
{
	font-weight: bold;
	font-size: 16px;
	list-style: none;
	margin-bottom: 12px;
}

ul#tenue li ul
{
	margin-top: 6px;
}

ul#tenue li ul li
{
	font-weight: normal;
	line-height: 20px;
	font-size: 14px;
	list-style: none;
	width: 360px;
}

ul#tenue li ul li a
{
	color: #000;
	width: 100%;
	transition: ease-in all 0.3s;
	-o-transition: ease-in all 0.3s;
	-webkit-transition: ease-in all 0.3s;
	-moz-transition: ease-in all 0.3s;
	-ms-transition: ease-in all 0.3s;
	display: inline-block;
	border-radius: 10px;
	padding-left: 10px;
}

ul#tenue li ul li a:hover
{
	background-color: rgba(51,51,102,1);
	color: #FFF;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

h1
{
	color : black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
}

h2
{
	color : black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin-top: 3px;
	padding-top: 0px;
}

select
{
	font-size: small;
}

div.login
{
	position: absolute;
	visibility: visible;
	left: 35%;
	top: 30%;
	right: auto;
	bottom: auto;
	height: auto;
	background-color: #EEE;
	border-radius: 10px 10px 0 0;
}

div.login div
{
	padding: 10px;
}

div.login div label
{
	text-align: right;
	font-size: 1.2em;
	display: inline-block;
	width: 150px;
	font-weight: bold;
}

div.login div input[type="text"],
div.login div input[type="password"]
{
	border-radius: 10px;
	padding: 3px 5px;
	font-size: 1.3em;
	outline: none;
	background-color: #FFF;
}
 div.login div input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}

div.login div input[type="submit"]
{
	background: #354BC8;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px;
	width: 150px;
	display: block;
	outline: none;
	transition: background-color 0.35s ease-out;
	-moz-transition: background-color 0.35s ease-out;
	-ms-transition: background-color 0.35s ease-out;
	-o-transition: background-color 0.35s ease-out;
	-webkit-transition: background-color 0.35s ease-out;
	font-size: 1.4em;
	cursor: pointer;
	margin-left: 150px;
	border: none;
}

div.login div input[type="submit"]:hover
{
	background-color: #18235C;
}

div.login div:first-child
{
	background: #283a97;
	background: -moz-linear-gradient(top, #283a97 0%, #354BC8 100%);
	background: -webkit-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -o-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -ms-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: linear-gradient(to bottom, #283a97 0%, #354BC8 100%);
	border-radius: 10px 10px 0 0;
	padding: 5px 5px 5px 15px;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
}

div.login div:last-child
{
	background: #283a97;
	background: -moz-linear-gradient(top, #354BC8 0%, #283a97 100%);
	background: -webkit-linear-gradient(270deg, #354BC8 0%, #283a97 100%);
	background: -o-linear-gradient(270deg, #354BC8 0%, #283a97 100%);
	background: -ms-linear-gradient(270deg, #354BC8 0%, #283a97 100%);
	background: linear-gradient(to bottom, #354BC8 0%, #283a97 100%);
	text-align: right;
	padding: 5px 15px 5px 5px;
	font-size: 1.3em;
	font-weight: bold;
}

table.login
{
	border-collapse: collapse;
	color: #000000;
	top: 30%;
}

div.titel
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	bottom: auto;
	color: #FFF;
	background: #283a97;
	background: -moz-linear-gradient(top, #283a97 0%, #354BC8 100%);
	background: -webkit-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -o-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -ms-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: linear-gradient(to bottom, #283a97 0%, #354BC8 100%);
	padding-top: 7px;
	height: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

div.hoofd
{
	width: 100%;
	left: 0px;
	top: 50px;
	z-index: -1;
	padding-left: 3px;
	padding-right: 3px;
}

a.site
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	font-style: normal;
	position: absolute;
	right: auto;
	bottom: 50px;
	left: auto;
	top: auto;
	width: 147px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	background-color: #EEE;
}

div#titel
{
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100px;
}

a.site:hover
{
	color: #000000;
}

select.onderd
{
	font-size: x-small;
}

/* For fixed positioning savvy browsers */


.fixed
{
	position: fixed;
}

/* For IE for Windows */


* html
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

* html .fixed
{
	position: absolute;
}

.fc_main
{
	background: #DDDDDD;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
}

.fc_date
{
	border: 1px solid #D9D9D9;
	cursor: pointer;
	font-size: 10px;
	text-align: center;
}

.fc_dateHover,
TD.fc_date:hover
{
	cursor: pointer;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #E7E7E7;
	font-size: 10px;
	text-align: center;
}

.fc_wk
{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

.fc_wknd
{
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

.fc_head
{
	background: #000066;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}

.wedstr
{
	font-size: small;
}

table.menu
{
	font-size: x-small;
	text-align: left;
	vertical-align: top;
	width: 70%;
	border-collapse: collapse;
	color: #000000;
	margin-bottom: 20px;
}

td.menu
{
	color: #000000;
	background-color: #EEE;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

tr.menu
{
	color: #000000;
	background-color: #EEE;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

table.menu tr:last-child td.menu,
table.menu tr:nth-child(2) td.menu
{
	line-height: 5px;
}

table.menu tr:last-child td.menu
{
	border-radius: 0 0 10px 10px;
	padding-bottom: 5px;
}

tr.menu-rood
{
	color: #000000;
	background-color: #FF7777;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

tr.menu-groen
{
	color: #000000;
	background-color: #82FF82;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

tr.rij
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	vertical-align: top;
}

td.menutop
{
	text-align: center;
	background: #283a97;
	background: -moz-linear-gradient(top, #283a97 0%, #354BC8 100%);
	background: -webkit-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -o-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -ms-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: linear-gradient(to bottom, #283a97 0%, #354BC8 100%);
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin: 0;
	border-bottom: 3px solid #EEE;
	border-radius: 10px 10px 0 0;
}

.namen
{
	width: 200px;
}

tr.top
{
	text-align: left;
	background: #283a97;
	background: -moz-linear-gradient(top, #283a97 0%, #354BC8 100%);
	background: -webkit-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -o-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -ms-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: linear-gradient(to bottom, #283a97 0%, #354BC8 100%);
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	line-height: 2em;
}

tr.top td
{
	border-bottom: 5px solid #EEE;
}

tr.topmenu
{
	text-align: left;
	background-color: #CCC;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
}

td.lijsttitel
{
	text-align: right;
	font-weight: bold;
}

.dpDiv
{
}

/* the table (within the div) that holds the date picker calendar */


.dpTable
{
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #FFFF99;
}

/* a table row that holds date numbers (either blank or 1-31) */


.dpTR
{
}

/* the top table row that holds the month, year, and forward/backward buttons */


.dpTitleTR
{
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */


.dpDayTR
{
}

/* the bottom table row, that has the "This Month" and "Close" buttons */


.dpTodayButtonTR
{
}

/* a table cell that holds a date number (either blank or 1-31) */


.dpTD
{
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */


.dpDayHighlightTD
{
	background-color: #999999;
	color: #FFFFFF
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */


.dpTDHover
{
	background-color: #FFFF99;
	cursor: pointer;
	color: #FF0000;
	font-weight: bold;
}

/* the table cell that holds the name of the month and the year */


.dpTitleTD
{
}

/* a table cell that holds one of the forward/backward buttons */


.dpButtonTD
{
}

/* the table cell that holds the "This Month" or "Close" button at the bottom */


.dpTodayButtonTD
{
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */


.dpDayTD
{
	background-color: #999999;
	color: #FFFFFF;
}

/* additional style information for the text that indicates the month and year */


.dpTitleText
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 


.dpDayHighlight
{
	color: #FFFF99;
	font-weight: bold;
}

/* the forward/backward buttons at the top */


.dpButton
{
	font-size: 10px;
	font-weight: bold;
}

/* the "This Month" and "Close" buttons at the bottom */


.dpTodayButton
{
	font-size: 10px;
	font-weight: bold;
}

td.uitslag
{
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
}

table.type2
{
	border: none;
	background: none;
	padding: 0;
}

table.type2 th
{
	background: none;
	border-top: none;
	text-align: center;
	color: #115098;
	padding: 2px 0;
}

table.type2 td
{
	padding: 0;
	font-size: 1em;
}

table.type2 td.name
{
	padding: 0px;
	vertical-align: middle;
}

#categorie_ovezicht
{
	display: block;
	width: 500px;
	padding-left: 25px;
 padding=top:200px:
}

.ronderand
{
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: #EEE;
	-moz-box-shadow: 10px 10px 8px #999;
	-webkit-box-shadow: 10px 10px 8px #999;
	box-shadow: 10px 10px 8px #999;
}

.ronderandboven
{
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 0px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: #283a97;
	background: -moz-linear-gradient(top, #283a97 0%, #354BC8 100%);
	background: -webkit-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -o-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: -ms-linear-gradient(270deg, #283a97 0%, #354BC8 100%);
	background: linear-gradient(to bottom, #283a97 0%, #354BC8 100%);
	text-align: center;
	height: 1.5em;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
}

.ingeld
{
	padding-left: 3px;
	margin-left: 2px;
	border: none;
	outline: none;
	background-color: #FFF;
}

input.ingeld
{
	width: 50px;
}

select.ingeld
{
	padding-top: 1px;
	padding-bottom: 1px;
}

tr.rood
{
	background-color: rgba(255,0,0,0.15);
}

tr.groen
{
	background-color: rgba(0,255,0,0.15);
}

table.link_knop
{
	margin-bottom: 10px;
	margin-left: 10px;
}

table.link_knop tr td
{
	text-align: center;
	width: 180px;
}

table.link_knop tr td a
{
	background-color: rgba(51,51,102,1);
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px;
	width: 180px;
	display: block;
	line-height: 1.7em;
	transition: background-color 0.35s ease-out;
	-moz-transition: background-color 0.35s ease-out;
	-ms-transition: background-color 0.35s ease-out;
	-o-transition: background-color 0.35s ease-out;
	-webkit-transition: background-color 0.35s ease-out;
}

table.link_knop tr td a:link,
table.link_knop tr td a:visited
{
	color: white;
	text-decoration: none;
}

table.link_knop tr td a:hover
{
	background: rgba(51,51,185,1);
}

td.rechts
{
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
}

/* brief inschrijvingen*/



div#formulier
{
	width: 700px;
}

div.kop
{
	margin-bottom: 10px;
}

div.tussen_kop
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.kop
{
	width: 100%;
	line-height: 1em;
	height: 1em;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: rgba(255,255,255,1);
	background-color: #283a97;
}

.invoer
{
	float: left;
	display: block;
}

.invoer input[type="email"],
.invoer input[type="text"],
.invoer input[type="number"],
.invoer select
{
	padding: 2px 2px;
	font-size: 1em;
	line-height: 20px;
	width: 430px;
	border: 1px solid #999;
	outline: none;
	margin-bottom: 1px;
}

select#maand
{
	width: 100px;
}

select#catagorie
{
	width: 272px;
}

input#plaats
{
	width: 100px;
}

.invoer textarea,
textarea.uitwed
{
	width: 450px;
	height: 220px;
	overflow: auto;
	max-width: 450px;
	font-size: 1em;
	border: 1px solid #999;
	outline: none;
	padding: 2px 5px;
	margin-bottom: 5px;
	font-family: inherit;
}

#formulier .regel
{
	overflow: auto;
	display: block;
	line-height: 25px;
}

label.veld
{
	font-size: 1em;
	font-weight: bold;
}

#vervoer
{
	line-height: 18px;
}

#vervoer label
{
	font-size: 1em;
	font-weight: normal;
}

input.ondVeld[type="text"],
span.ondVeld
{
	width: 200px;
}

input.ondBP[type="text"],
span.ondBP
{
	width: 100px;
}

span.onder
{
	display: inline-block;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding: 0 5px;
	line-height: 18px;
}

#knop input
{
	padding: 5px 20px;
	border: 1px solid #aaa;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 187px;
}

div.sugestie
{
	width: 95%;
	background-color: rgba(243,243,243,1);
	padding-left: 3px;
	padding-right: 3px;
}

div.box
{
	margin-top: -5px;
	margin-left: 10px;
}

.keyDivOver
{
	background-color: #CCC;
}

.keyDivOut
{
	background-color: rgba(243,243,243,1);
}

/* Einde brief inschrijvingen*/



td.midden
{
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

tr.gegevens td
{
	border: 1px solid #000;
}

tr.onder td
{
	border: 1px solid #FFF;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

td.bedrag_n
{
	background-color: rgba(255,191,191,1);
	font-weight: bold;
}

td.bedrag_s
{
	background-color: rgba(174,174,255,1);
	font-weight: bold;
}

td.bedrag_t
{
	background-color: rgba(168,255,168,1);
	font-weight: bold;
}

div.brief_mail
{
	background-color: rgba(193,193,255,1);
	border: 2px solid #000;
	margin: 15px;
	width: 500px;
	padding: 5px;
	border-radius: 10px;
	display: none;
}

.verborgen
{
	display: none;
}

.mwem table tr td:first-child
{
	vertical-align: top;
	text-align: right;
}

.mwem table tr td label
{
	font-weight: bold;
}

ul.meinweg
{
	list-style: none;
	margin-top: 40px;
	margin-right: 40px;
}

ul.meinweg li a
{
	width: 180px;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 5px;
	margin-right: 25px;
	padding: 5px 10px;
	color: rgba(255,255,255,1);
	transition: background-color 0.35s ease-out;
	-moz-transition: background-color 0.35s ease-out;
	-ms-transition: background-color 0.35s ease-out;
	-webkit-transition: background-color 0.35s ease-out;
	-o-transition: background-color 0.35s ease-out;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	line-height: 1.7em;
}

ul.meinweg li a:first-child
{
	background-color: rgba(51,102,51,1);
}

ul.meinweg li a:last-child
{
	background-color: rgba(102,51,51,1);
}

ul.meinweg li a:link,
ul.meinweg li a:visited
{
	color: #FFF;
}

ul.meinweg li a:hover:first-child
{
	background-color: rgba(51,185,51,1);
}

ul.meinweg li a:hover:last-child
{
	background-color: rgba(185,51,51,1);
}

table.menu a.menu
{
	display: inline-block;
	line-height: 1.3em;
	width: 99%;
	overflow: hidden;
	padding-left: 1%;
	border-radius: 10px;
	transition: ease-in all 0.4s;
	-moz-transition: ease-in all 0.4s;
	-ms-transition: ease-in all 0.4s;
	-o-transition: ease-in all 0.4s;
	-webkit-transition: ease-in all 0.4s;
}

table.menu a.menu:hover
{
	background-color: #283A97;
	color: #FFF;
	padding-left: 6%;
	font-weight: bold;
	width: 94%;
}

a.plusknop
{
	background-color: rgba(51,51,102,1);
	display: inline-block;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	border-radius: 10px;
	width: 1.5em;
	cursor: pointer;
	transition: background-color 0.35s ease-out;
	-moz-transition: background-color 0.35s ease-out;
	-ms-transition: background-color 0.35s ease-out;
	-o-transition: background-color 0.35s ease-out;
	-webkit-transition: background-color 0.35s ease-out;
}

a.plusknop:hover
{
	background: rgba(51,51,185,1);
}

td.groep select
{
	width: 110px;
}

td.soort select
{
	width: 110px;
}

td.maat select
{
	width: 110px;
}

table.uitLijst
{
	margin-left: 25px;
	width: 700px
}

table.uitLijst tr td
{
	padding: 0;
	margin: 0;
}

table.uitLijst tr td:first-child
{
	width: 250px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
}

table.sleutel
{
	width: 800px;
}

label.functie
{
	width: 32%;
	float: left;
}

div.ruimte
{
	width: 500px;
	margin-left: 30px;
}

div.ruimte label
{
	width: 48%;
	float: left;
}

div.ruimte input[type="submit"]
{
	margin-top: 1em;
}

#ruimtes
{
	display: none;
	background-color: #283a97;
	color:#FFFFFF;
	border: 3px solid #000;
	border-radius: 10px;
	width: 500px;
	position: absolute;
	top: 550px;
	left: 280px;
	padding:10px;
}

#ruimtes ul
{
	margin: 0;
	padding: 0 0 0 13px;
}

#ruimtes ul li
{
	width:48%;
	float:left;
	margin:0;
	padding:0;
	list-style:disc;
}

div.sleutel_overzicht
{
	margin-left:15px;
	width:800px;
	position:relative;
}

div.sleutel_overzicht h3
{
	color:#FFF;
	background-color:#283a97;
	width:100%;
	text-align:center;
	line-height:1.5em;
	margin-bottom:5px;
	margin-top:5px;
}

div.sleutel_overzicht p
{
	margin-bottom:0;
	margin-top:0;
}


div.sleutel_overzicht p span:last-child
{
	display:inline-block;
	width:580px;
}

div.sleutel_overzicht p span:first-child
{
	width:200px;
	font-weight:bold;
	text-align:right;
	display:inline-block;
	margin-right:15px;
	vertical-align:top;
}

div.sleutel_overzicht ul
{
	width:570px;
	position:relative;
	top:-15px;
	left:235px;
	margin:0;
	padding:0;
}

div.sleutel_overzicht ul li
{
	width:48%;
	float:left;
}

div#selectie {
	margin-left:15px;
	margin-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	display:inline-block;
	background-color:#EEE;
	border-radius:10px;
	line-height:30px;
	height:30px;
}

div#selectie div {
	float:left;
}

div#selectie div:last-child {
	margin-left:30px;
}

h3#personen
{
	margin-bottom:0;
	padding-bottom:0;
	margin-left:25px;
}

div#gegevens_sleutels  {
	background-color:#EEE;
	display:inline-block;
	margin-top:0;
	margin-left:15px;
	padding-left:30px;
	padding-right:30px;
	border-radius:10px;
	width:500px;
}

.clear
{
	clear:both;
}

#admin-menu
{
	width:75%; 
	margin-left:auto; 
	margin-right:auto;
}

.menu_blok
{
	width:65%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	background-color:#DDD;
	border-radius:11px 11px 10px 10px;
}

.menu_blok h3 {
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: bold;
	background: linear-gradient(to bottom, #283a97 0%, #354BC8 100%);
	color: #FFF;
	padding: 5px;
	text-align: center;
	margin: 0 0 5px 0;
	border-radius:10px 10px 0 0;
}

.menu_blok a {
	display:block;
	font-size:1em;
	padding-left:5px;
	padding-right:5px;
	margin:0;
	background-color:#DDD;
	line-height:1.4em;
	min-height:1.4em;
	border-radius: 10px;
	transition: ease-in all 0.4s;
	-moz-transition: ease-in all 0.4s;
	-ms-transition: ease-in all 0.4s;
	-o-transition: ease-in all 0.4s;
	-webkit-transition: ease-in all 0.4s;
}

.menu_blok a,
.menu_blok a:link
{
	color:#000;
}

.menu_blok a:hover
{
	background: rgba(51,51,185,1);
	color:#FFF;
	font-weight:bold;
	padding-left:25px;
}

div.links {
	float:left;
	width:50%;
}

div.rechts {
	width:50%;
	margin-left:50%;
}

input.verwerken
{
	background-color: rgba(51,51,102,1);
	color:rgba(255,255,255,1);
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    width: 175px;
    line-height: 1.7em;
    transition: background-color 0.35s ease-out;
    -moz-transition: background-color 0.35s ease-out;
    -ms-transition: background-color 0.35s ease-out;
    -o-transition: background-color 0.35s ease-out;
    -webkit-transition: background-color 0.35s ease-out;
}

input.verwerken:hover
{
		background-color: rgba(51,51,185,1);
}

table.leden_nieuw td:first-child
{
	font-weight:bold;
	text-align:right;
}

table.leden_nieuw tr.top td
{
	text-align:center;
}

tr.etplan td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
}

tr.etplan:nth-child(odd).toezeg{
	background-color: #EFFFEF;
}

tr.etplan:nth-child(even).toezeg{
	background-color: #BFFFBF;
}

tr.etplan:nth-child(odd).aanvraag{
	background-color: #FDFDC6;
}

tr.etplan:nth-child(even).aanvraag{
	background-color: #FCFC94;
}

tr.etplan:nth-child(odd).voorbeh{
	background-color: #F0C79F;
}

tr.etplan:nth-child(even).voorbeh{
	background-color: #F5DCC3;
}

@media screen and (max-width: 700px) {
	div.login
	{
		left:0;
	}
	
	div.login div label 
	{
		text-align:left;
	}

.menu_blok
{
	width:90%;
}


}