html {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

h1, h2, h3, h4 {
	font-family: "Bookman Old Style", Arial, serif;
	margin-bottom: 0.5em;
}

body {
	margin: 1em auto;
	max-width: 48em;
	background-color: #efefef;
	color: #333;
}

li img {
	margin-top: 1em;
	margin-bottom: 1em;
}

a,
a:link,
a:visited {
	display: inline-block;
	line-height: 1.2;
	margin: 0 0 0 -2px;
	padding: 0 2px;
	color: #012;
	text-decoration: none;
	background: #efefef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
   border-radius: 3px;
   border: solid 1px #aee;
}

a:hover,
a:focus,
a:active {
	color: #00c;
	text-decoration: underline;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
   border-radius: 3px;
   border: solid 1px #0cd;
}

.noborder a,
.noborder a:link,
.noborder a:visited,
.noborder a:focus,
.noborder a:hover,
.noborder a:active {
   margin: 0;
   padding: 0;
   display: inline;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
   border-radius: 0;
   border: 0;
   background: transparent;
}

.noprint {
	display: none;
}

#header {
	float: left;
	clear: left;
	top: 1em;
	left: 1%;
	min-width: 28em;
	width: 100%;
}

#card {
	float: left;
	clear: both;
	border: 1px solid;
	border-color: #ddd #bbb #bbb #ddd;
	width: 100%;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	font-size: 12px;
}

#name {
	float: left;
	clear: none;
	width: 55%;
	margin: 1em 3% 2em 2%;
}

#name h1 {
	font-size: 22px;
}

#name h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#adressen {
	float: right;
	clear: none;
	width: 39%;
	margin: 4em 1% 1em 0;
}

#adressen .hide {
	display: none;
}

.emblock,
.tel {
	margin-top: 0.3em;
	font-size: 0.9em;
}

address {
	margin-top: 2em;
	font-style: normal;
}

.section {
	float: left;
	clear: both;
}

#beroepsverenigingen {
	margin-top: 0.8em;
	font-size: 0.9em;	
	width: 100%;
	max-width: 22em;
}

#beroepsverenigingen .section {
	margin-right: 3%;
}

#therest {
	width: 95%;
	min-width: 20em;
	max-width: 60em;
}

#therest .section {
	width: 100%;
	padding-bottom: 2em;
	margin-bottom: 0;
}

#therest .section p,
#therest .section li {
	line-height: 1.4;
}

#werkmethode,
#filosofischeachtergrond {
	page-break-before: always;
}
