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

h1, h2, h3, h4 {
	font-family: "Bookman Old Style", Arial, serif;
	text-transform: none;
}

body {
	margin: 1em 2em;
	background-color: #efefef;
	color: #333;
}

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-box-shadow: 0px 0px 2px #acc;
	-webkit-box-shadow: 0px 0px 2px #acc;
    box-shadow: 0px 0px 2px #acc;
	-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-box-shadow: 0px 0px 3px #11a;
	-webkit-box-shadow: 0px 0px 3px #11a;
    box-shadow: 0px 0px 3px #11a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #0cd;
}

li img {
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 100%;
}

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

#card {
	float: left;
	clear: both;
	border: 1px solid;
	border-color: #ddd #bbb #bbb #ddd;
	width: 100%;
	background-color: #fff;
	/*background-image: url(vogeltje.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;*/
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
    box-shadow: 2px 2px 4px #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    /*
	-webkit-transform: rotate(-0.5deg);
 	-moz-transform: rotate(-0.5deg); 
 	transform: rotate(-0.5deg);
 	*/
}

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

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

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

#adressen {
	float: right;
	clear: none;
	width: 39%;
	margin: 15em 1em 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%;
}

#beroepsverenigingen .section {
	float: left;
	clear: none;
	width: 30%;
	margin-right: 3%;
}

#therest .section {
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 35px;
	background: url(minivogeltje.png) no-repeat bottom center;
}

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

#therest .section ol li {
	margin-bottom: 1em;
}

.junk {
	text-decoration: line-through;
}

.highlight {
	background: #ff6;
}

/* Small screens ----------- */
@media only screen and (max-width : 48em) {
	#card .section {
		width: 90%;
	}
	#beroepsverenigingen section, 
	#beroepsverenigingen .section {
		width: 95%;
	}
}

@media only screen and (max-width : 64em) {
	#header,
	#therest {
		float: left;
		clear: both;
		position: relative;
		width: 95%;
		margin-top: 1em;
	}
}

@media only screen and (min-width : 64em) {
	#header {
		float: left;
		clear: left;
		position: fixed;
		top: 1em;
		left: 1%;
		width: 50%;
		min-width: 28em;
	}

	#therest {
		width: 44%;
		min-width: 20em;
		float: right;
		clear: right;
	}
}

