
body {
	background: #fff url(/images/bg_body.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 76%;
}

#sitebox {
	width: 972px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	border-bottom: 1px solid #d7e6ee;
}

#header {
	width: 972px;
	height: 104px;
	background: url(/images/bg_header22.jpg) no-repeat;
}

#header #header-left {
	float: left;
	width: 400px;
}

#header #header-left #logo img {
	margin: 10px 10px 0 20px;
}

#header #header-right {
	float: left;
	width: 572px;
}

#header #header-right #powererdby {
	float: left;
	width: 222px;
	text-align: right;
	margin: 15px 0 0 0;
	color: #ccc;
}

#header #header-right #koksgesto-logo {
	float: left;
	width: 200px;
	margin: 15px 0 0 0;
	text-align: center;
}

#header #header-right #interwrite-logo {
	float: left;
	margin: 10px 0 0 0;
	width: 150x;
	text-align: right;
}


#header #header-right #powered-by-and-logos {
	
}

#header #header-right #userdata {
	margin: 20px 15px 0 0;
	text-align: right;
}

#header #header-right #userdata .line {
	color: #ccc;
	padding: 0 8px 0 5px;
}

#userdata a:link, #userdata a:visited, #userdata a:hover, #userdata a:active {
	color: #aaa;
}


/* HEADER MIJN LINKS */

#header-mijnlinks {
	width: 972px;
	height: 104px;
	background: url(/images/bg_header_mijnlinks.gif) repeat-x bottom;
}

#header-mijnlinks #logo {
	float: left;
	width: 208px;
}

#header-mijnlinks #logo img {
	margin: 12px 0 0 12px;
}

#header-mijnlinks #text {
	float: left;
	width: 764px;
	margin: 35px 0 0 0;
	font-size: 1.3em;
}

#header-mijnlinks #text #toggle-menu {
	margin: 77px 0 0 10px;
}

#header-mijnlinks #text #toggle-menu a {
	color: #a6b7d4;
}



/* MENU LIST */

#menu {
	width: 972px;
	background: #198ecd url(/images/bg_menu.gif) repeat-x;
	border-bottom: 1px solid #99caec;
}


#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


#menu ul li {
	float: left;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

#menu ul li a {
	float: left;
	display: block;
	padding: 0 15px 0 15px;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid #92c7ea;
}
    
#menu ul li a:hover  {
	background: url(/images/bg_menu_hover.gif) repeat-x;
}

#menu ul li#current a:link, #menu ul li#current a:visited, #menu ul li#current a:active, #menu ul li#current a:hover {
	color: #fff;
	background: url(/images/bg_menu_current.gif) repeat-x;
}

#menu ul li.first a:link, #menu ul li.first a:visited, #menu ul li.first a:active, #menu ul li.first a:hover {
	padding-left: 32px;
	padding-right: 25px;
}







/* MAIN */

.main {
	width: 972px;
	text-align: left;
	color: #000;
	background: url(/images/bg_main.gif) repeat-y;
}

#main-wide {
	width: 972px;
	text-align: left;
	color: #000;
	background: url(/images/bg_main_wide.gif) repeat-y;
}

#main-submenu {
	width: 972px;
	text-align: left;
	color: #000;
	background: url(/images/bg_main_submenu.gif) repeat-y;
}

.main #main-left {
	float: left;
	width: 715px;
}

#main-wide #main-left {
	width: 972px;
	color: #000;
}

.main #main-left #main-left-margin {
	padding: 20px 30px 20px 30px;
	font-size: 1.1em;
}

#main-wide #main-left #main-left-margin {
	padding: 20px 30px 20px 30px;
	font-size: 1.1em;
}

.main #main-right {
	float: left;
	width: 257px;
	background: url(/images/bg_right.gif) repeat-x;
	color: #fff;
}

.main #main-right h3 {
	color: #fff;
	margin: 0 0 10px 0;
}

.main #main-right #main-right-margin {
	
}


#footer {
	margin: 0 auto;
	padding: 3px 0 0 0;
	width: 972px;
	text-align: right;
	color: #999;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #999;
	font-weight: normal;
}


/* HOME */


#homeblocks {
	margin: 0;
	width: 650px;
}

#homeblocks .block {
	float: left;
	width: 310px;
	margin: 0 25px 0 0;
}

#homeblocks #block-last {
	margin: 0;
}

#homeblocks .block .title h2 {
	font-size: 1.8em;
	margin: 5px 0 5px 0;
}

#homeblocks .block .image-and-text .image {
	float: left;
	width: 125px;
}

#homeblocks .block .image-and-text .text {
	float: left;
	width: 185px;
	font-size: 0.9em;
	margin: 0 0 5px 0;
}

#homeblocks .block .image-and-text .text a:link, #homeblocks .block .image-and-text .text a:visited, #homeblocks .block .image-and-text .text a:hover, #homeblocks .block .image-and-text .text a:active {
	text-decoration: none;
	color: #222;
	font-weight: normal;
}

#homeblocks .block .image-and-text .image img {
	border: 1px solid #333;
	margin: 0 10px 0 0;
}

#cookiebanner {
	margin: 20px 0 0 0;
	width: 640px;
	
}


/* RIGHTSIDE BLOCK */

.rightsideblock {
	padding: 15px;
}

.item {
	margin: 0 0 15px 0;
	font-size: 0.9em;
	color: #fff;
	line-height: 1.4em;
}

.item h2 { 
	margin: 0 0 5px 0;
}

.item a:link, .item a:visited, .item a:hover, .item a:active  {
	color: #d4e3ff;
}



/* INLOGGEN RIGHTSIDE */

#rightside-inloggen {
	padding: 0 15px 0 15px;
	height: 200px;
}

#rightside-inloggen form {
	margin: 0;
	padding: 0;
}

#rightside-inloggen h1 {
	padding: 15px 0 5px 0;
}

#rightside-inloggen .question label {
	width: 200px;
}

#rightside-inloggen .question {
	width: 200px;
	color: #aaa;
}

#rightside-inloggen #question-username {
	padding: 15px 0 0 0;
}

#rightside-inloggen .question input.username {
	width: 150px;
}

#rightside-inloggen .question input.password {
	width: 80px;
	margin: 0 10px 0 0;
}

#rightside-inloggen #question-password {
	width: 170px;
}

#rightside-inloggen .submitbutton {
	width: 170px;
	margin: 0;
	padding: 0;
}

#rightside-inloggen a:visited {
	color: #427cbf;
}

#rightside-inloggen a.wachtwoordvergeten, #rightside-inloggen a.wachtwoordvergeten:visited {
	color: #aaa;
}

#rightside-inloggen div.validationerror {
	margin: 0;
	padding: 0;
}

#main-right #rightside-inloggen div.validationerror  {
	color: orange;
}	

/* INLOGGEN CENTER */

body.account #inloggen {
	padding: 0px;
	margin: 0;
	height: 150px;
}

body.account #inloggen .submitbutton {
	margin: 0;
}	



/* account aanmaken */

body.account .column-left {
	width: 600px;
}

body.account .column-right {
	width: 250px;
}

body.account .column-right img {
	margin: 140px 0 0 0;
}

span.arrows {
	color: #777;
}


/* LAATSTE NIEUWS */

#laatstenieuws {
	background: #58a4eb;
}


/* NIEUWSBRIEF */

#nieuwsbrief {
	margin: 0 0 25px 0;
	font-size: 0.9em;
	color: #c8d8eb;
}

#nieuwsbrief p {
	margin: 0;
}

#nieuwsbrief .inputs {
	
}

#nieuwsbrief .inputs input.email {
	width: 120px;
}

#nieuwsbrief a {	
	color: #fff;
}


/* ROW */

.row {
	width: 300px;
}

.row .image {
	float: left;
	width: 100px;
	margin: 0 15px 0 0;
}

.row .text {
	float: left;
	width: 185px;
	margin: 15px 0 0 0;
}

.row .text h2 a:link, .row .text h2 a:visited, .row .text h2 a:hover, .row .text h2 a:active {
	color: #3676c0;
	text-decoration: none;
}


/* PRODUCTEN */

#producten .row {
	width: 640px;
	margin: 0 0 10px 0;
	background: url(/images/bg_row.gif) repeat-x;
}

#producten .row-even {
	background: url(/images/bg_row_even.gif) repeat-x;
}

#producten .row .image {
	float: left;
	width: 160px;
}

.image-frame {
	width: 160px;
	border: 1px solid #ddd;
	background: #fff
}

.image-frame img {
	margin: 5px;
}

#producten .row .text {
	width: 445px;
	margin: 15px 0 0 15px;
}

#producten .row .text h2 a:link, #producten .row .text h2 a:visited, #producten .row .text h2 a:hover, #producten .row .text h2 a:active {
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
	background: url(/images/bg_menu.gif) repeat-x;
	width: 190px;
	padding: 3px 10px 3px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	border: 1px solid #3864ae;
}

a.button:hover {
	background: url(/images/bg_menu_current.gif) repeat-x;
}

a.button-large:link, a.button-large:visited, a.button-large:hover, a.button-large:active {
	width: 290px;
}

/* INSTRUCTIEMIDDELEN */

#mijnproducten .row {
	width: 150px;
	height: 145px;
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ccc;

}

#mijnproducten .row .image {
	width: 150px;
	height: 95px;
	float: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

#mijnproducten .row .image img {
	border: none;
	margin: 0;
}

#mijnproducten .row .text {
	float: none;
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: center;
}

#mijnproducten .row .text h3 {
	font-size: 0.8em;
	
}

#mijnproducten .row .text h3 a {
	color: #fff;
	display: block;
	width: 150px;
	line-height: 40px;
	background: #111 url(/images/bg_menu_current.gif) repeat-x top;
}

#mijnproducten .row .text h3 a:hover { 
	background: #198ecd;
	text-decoration: none;
}


body.popup {
	background: #fff;
}

body.popup #sitebox {
	width: auto;
	background: none;
}



/* FORUM */

body.forum table.subject {
	margin: 0 0 15px 0;
}

body.forum table.subject tr td.summary {
	background: #f8f8f8;
	font-style: italic;
	color: #666;
}

body.forum table.subject tr td.summary p {
	margin: 0;
}

body.forum table.subject tr.header-techniek td { background-color: #cfe0f0; }
body.forum table.subject tr.header-didactiek td { background-color: #ffebcd; }
body.forum table.subject tr.header-lesmateriaal td { background-color: #daf1b3; }

body.forum table.subject tr.header-techniek td.title 	{	background: #cfe0f0 url(/images/bg_forum_subject_techniek.jpg) no-repeat;	}
body.forum table.subject tr.header-didactiek td.title 	{	background: #ffebcd url(/images/bg_forum_subject_didactiek.jpg) no-repeat;  }
body.forum table.subject tr.header-lesmateriaal td.title {	background: #daf1b3 url(/images/bg_forum_subject_lesmateriaal.jpg) no-repeat; }

body.forum table.subject tr.header td.alle-artikelen a:hover {
	color: #000;
}

body.forum table.subject tr td h2 {
	color: #fff;
}

body.forum table.subject tr td.titel {
	width: 400px;
}

body.forum table.subject tr td.aantal_reacties {
	width: 110px;
	text-align: left;
	
}

body.forum table.subject tr td.datum {
	width: 140px;
	text-align: left;
}


body.forum ul {
	margin: 5px 0 20px 15px;
	padding: 0;
}

#andereonderwerpen {
	margin: 30px 0 0 0;
}

body.forum table {
	width: 875px;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

body.forum table tr th {
	background: #eee;
	padding: 5px;
}

body.forum table tr.even td {
	background: #f8f8f8;
}

body.forum table tr td {
	border-bottom: 1px solid #eee;
	padding: 5px;
}

body.forum table tr td.icon {
	width: 20px;
}

body.forum table tr td.title {
	
}

body.forum table tr td.aantal_reacties, body.forum table tr td.aantal_keer_bekeken, body.forum table tr td.username {
	text-align: right;
	width: 60px;
}

body.forum table tr td.laatste_reactie {
	width: 120px;
	text-align: right;
}

body.forum table tr td.username {
	width: 120px;
	text-align: left;
}


body.forum .row {
	width: 850px;
	border: 1px solid #eee;
	background: url(/images/bg_article.gif) repeat-y;
	margin: 0 0 15px 0;
}


body.forum .row .left {
	width: 100px;
	float: left;
	padding: 10px;
	
}

body.forum .row .right {
	float: left;
	width: 580px;
	padding: 10px;
	text-align: left;
	
}

body.forum .row .datum {
	float: left;
	width: 100px;
	font-style: italic;
	color: #aaa;
	padding: 10px 10px 0 0;
	font-size: 0.9em;
}

.span-right {
	padding-right: 30px;
}

#reacties {
	margin: 0 0 15px 0;
}

#nieuwereactie {
	margin: 10px 0 0 0;
}

#nieuwereactie .question {
	width: 800px;
}

#nieuwereactie .question label {
	width: 120px;
}

#nieuwereactie .submitbutton  {
	margin-left: 120px;
}

#nieuwereactie textarea {
	width: 500px;
}



#reacties .row {
	background-image: url(/images/bg_reaction.gif);
}




/* TRAININGEN */

#advertentie a:visited {
	color: #aaa;
}



#trainingen .row {
	width: 650px;
	border: 1px solid #eee;
	margin: 0 0 15px 0;
}

#trainingen .row .text {
	width: 500px;
}

#anderetrainingen {
	border-top: 1px solid #eee;
	padding: 20px 0 0 0;
}


#training img {
	float: right;
	margin: 0 0 20px 20px;
}


/* EVENTS */

#events {
	background: url(/images/bg_events.jpg) top no-repeat;
}

#events .item h2 {
	margin: 15px 0 5px 0;
}

#events .item h2 a:link, #events .item h2 a:visited, #events .item h2 a:hover, #events .item h2 a:active {
	color: #fff;
	text-decoration: none;
}

#events .item .datum {
	
}

#events .item .datum .icon {
	float: left;
	width: 22px;
	height: 16px;
}


#events .item .datum .text a:link, #events .item .datum .text a:visited, #events .item .datum .text a:hover, #events .item .datum .text a:active {
	text-decoration: none;
	color: #ffd4a1;
}

#events .item .datum .text {
	float: left;
	width: 120px;
	text-transform: uppercase;
}

#events .item .link {
	margin: 3px 0 15px 0;
	font-size: 1.1em;
}

#events .item .link a:link, #events .item .link a:visited, #events .item .link a:hover, #events .item .link a:active {
	
}

#events .item .link a:hover {
	color: #fff;
}

#aanvullende-informatie {
	margin:	15px 0 0 0;
}


/* LINKS */

.blok {
	background: #f7f9f4;
	margin: 0 0 15px 0;
}

.blok .category {
	background: url(/images/bg_linkcategory.gif) no-repeat;
	padding: 0 0 0 25px;
	height: 25px;
}

.blok .category h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #333;
	padding: 1px 0 0 0;
}

.blok .links ul {
	margin: 5px 0 15px 25px;
	padding: 0;
}

.blok .category .name {
	float: left;
	width: 225px;
}

.blok .category .editlink {
	padding: 2px 0 0 10px;
	float: left;
}

.blok .category .deletelink {
	padding: 2px 0 0 5px;
	float: left;
}



/* MIJN LINKS */

#mijnlinksmenu-header {
	width: 258px;
	height: 30px;
	background: #e7edf7;
}

#mijnlinksmenu-header #toggle-menu {
	padding: 7px 0 0 5px;
}

#mijnlinksmenu-header #toggle-menu a {
	text-decoration: none;
	color: #7e9fd7;
}

#mijnlinksmenu {
	height: 220px;
	padding: 10px;
	background: #e3ecfb url(/images/bg_mijnlinksmenu.gif) no-repeat;
}

#main-right #mijnlinksmenu h2 {
	color: #222;
	margin: 10px 0 0 10px;
}

#mijnlinksmenu ul {
	margin: 15px 0 20px 10px;
	padding: 0;
	list-style: none;
}

#mijnlinksmenu ul li {
	margin: 0 0 10px 0;
}

#mijnlinksmenu ul li a:link, #mijnlinksmenu ul li a:visited, #mijnlinksmenu ul li a:hover, #mijnlinksmenu ul li a:active {
	font-size: 1.2em;
	background: url(/images/application_edit.png) no-repeat;
	padding: 0 0 0 25px;
	background-position: left;
	text-decoration: none;
	line-height: 20px;
	display: block;
}


#mijnlinksmenu ul li.mijnlinks a:link, #mijnlinksmenu ul li.mijnlinks a:visited, #mijnlinksmenu ul li.mijnlinks a:hover, #mijnlinksmenu ul li.mijnlinks a:active {
	background: url(/images/icon_article.png) no-repeat 0px 0px; 
}

#mijnlinksmenu ul li.rubriektoevoegen a:link, #mijnlinksmenu ul li.rubriektoevoegen a:visited, #mijnlinksmenu ul li.rubriektoevoegen a:hover, #mijnlinksmenu ul li.rubriektoevoegen a:active {
	background: url(/images/folder_add.png) no-repeat 0px 0px; 
}

#mijnlinksmenu ul li.linktoevoegen a:link, #mijnlinksmenu ul li.linktoevoegen a:visited, #mijnlinksmenu ul li.linktoevoegen a:hover, #mijnlinksmenu ul li.linktoevoegen a:active {
	background: url(/images/link_add.png) no-repeat 0px 1px;
}

#mijnlinksmenu ul li.logoaanpassen a:link, #mijnlinksmenu ul li.logoaanpassen a:visited, #mijnlinksmenu ul li.logoaanpassen a:hover, #mijnlinksmenu ul li.logoaanpassen a:active {
	background: url(/images/photo.png) no-repeat 0px 3px;
}

#mijnlinksmenu ul li.terugnaardesite {
	margin: 25px 0 0 0;
}

#mijnlinksmenu ul li.terugnaardesite a:link, #mijnlinksmenu ul li.terugnaardesite a:visited, #mijnlinksmenu ul li.terugnaardesite a:hover, #mijnlinksmenu ul li.terugnaardesite a:active {
	background: url(/images/arrow_left.png) no-repeat 0px 2px; 
}

#school-logo {
	border: 1px solid #ccc;
}

#school-logo img {
	padding: 10px;
}


/* LINKS */

.blok .links .row {
	padding: 5px 0 3px 10px; 
} 

.blok .links .row .link {
	float: left;
	
}

.blok .links .row .editlink {
	padding: 2px 0 0 10px;
	float: left;
}

.blok .links .row .deletelink {
	padding: 2px 0 0 5px;
	float: left;
}

.blok .links .linktoevoegen {
	padding: 5px 0 10px 12px;
}

.blok .links .linktoevoegen a {
	background: url(/images/icon_plus.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
	color: #aaa;
	font-size: 0.9em;
	text-decoration: none;
}


/* NIEUWS */

#andere-artikelen {
	margin: 25px 0 10px 0;
}

.foto-frame {
	float: right;
	margin: 3px 0 15px 10px;
	border: 1px solid #99cc33;
	width: 360px;
	display: inline;
	background: #fff;
}

.foto-frame .foto {
	margin: 0;
	width: 350px;
	text-align: center;
}

.foto-frame .foto img {
	margin: 5px;
}


/* BASICS */


h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #000;
}

h1 a:link, h1 a:visited,h1 a:hover, h1 a:active {
	text-decoration: none;
}

#main-right h1 {
	color: #fff;
	margin: 0 0 5px 0;
}


h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	font-weight: bold;
	color: #3676c0;
}

#main-right h2 { 
	color: #ffd4a1;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 1em 0 0.5em 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

p {
	margin: 3px 0 15px 0; 
}

p.intro {
	margin: 0 0 20px 0;
}

img {
	border: none;
}

img.content-image {
	margin: 0 0 15px 15px;
}

a {
	color: #427cbf;
	font-weight: bold;
}

a:visited {
	color: #444;
}

a:hover {
	color: orange;
}

.column-left {
	float: left;
	width: 300px;
	margin: 0 25px 0 0;
}

.column-right {
	float: left;
	width: 300px;
	margin: 0 0 0 0;
}




a.toevoegen:link, a.toevoegen:visited, a.toevoegen:hover, a.toevoegen:active {
	background: url(/images/page_add.png) no-repeat;
	padding: 0 0 0 25px;
	background-position: left;
	font-size: 1em;
	color: #6db017;
}

.warning {
	color: #cc0000;
}

#verkoopadviseurs a {
	color: #e3edf5;
}

.medewerker-block {
	background: #f6f1e8;	
	margin: 0 0 10px 0;
	padding: 5px;
}

#medewerkertype-2 .medewerker-block {
	background: #edf7ea;
}

#medewerkertype-3 .medewerker-block {
	background: #e9eff7;
}

.medewerker-block-header {
	background: #d4deef;
	padding: 2px 5px 0 5px;
	font-style: italic;
}

.medewerker-block .naam {
	float: left;
	width: 250px;
	font-weight: bold;
}

.medewerker-block .adres {
	float: left;
	width: 200px;
	
} 

.medewerker-block .telefoonfax {
	float: left;
	width: 170px;
	
} 

.medewerker-block .email {
	float: left;
	width: 250px;
	
} 

/* FORMS */


div.question {
	width: 650px;
	margin: 0 0 10px 0;
	overflow: visible;
	
}

.question label {
	float: left;
	width: 200px;
	margin: 0;
	padding; 0;
	font-size: 0.9em;
	
}

.form-row {
	margin: 0 0 10px 0;
}

.form-row .form-row-left {
	float: left;
	width: 150px;
}

.form-row .form-row-right {
	float: left;
}

#question-Name_Prefix {
	height: 25px;
}

#question-Name_First input {
	width: 100px;
}

#question-Name_Prefix input {
	float: left;
}

#question-Name_Prefix label.radio {	
	width: 50px;
}

#question-Postal_code input {	
	width: 55px;
}

#question-Phone_number input {
	width: 100px;
}

#question-Street_line1 input {
	width: 300px;
}

#question-Email input {
	width: 300px;
}

#question-username input {
	width: 100px;
}

#question-password input, #question-password_again input {
	width: 80px;
}

#question-link_url input {
	width: 350px;
}

#question-assetcodes {
	margin-bottom: 0;
}

.hint {
	margin-left: 200px;
	color: #555;
}



#message {
	margin: 0 0 15px 0;
	color: #339900;
	font-weight: bold;
}

.submitbutton {
	margin: 0 0 0 200px;
}

#nieuwsbrief .question {
	width: 130px;
	float: left;
	margin: 10px 0 0 0;
}

#nieuwsbrief .question label {
	display: none;
}

#nieuwsbrief .question input {
	width: 120px;
}

#nieuwsbrief .submitbutton { 
	float: left;
	margin: 9px 0 0 0;
}

#linkverwijderen .submitbutton {
	margin: 10px 0 0 0;
}

div.validationerror {
	margin: 0 0 0 200px;
}

form.validate .error {
	
}

form#nieuwsbrief-aanmelden div.validationerror {
	padding: 0;
	margin: 0;
	width: 200px;
	color: yellow;
	font-weight: bold;
}

#nog-geen-account-wachtwoord-vergeten {
	margin: 10px 0 0 0;
}

#afmelden-link {
	margin: 5px 0 0 0;
}


#aanmeld-formulier form {
	margin: 0;
	padding: 0;
}


/* SPECIAL */

.clear:after, .clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
