body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
/* de standaard opmaak van pagina's*/
/* alle pagina's (die ook vanuit andere sites kunnen worden aangeroepen.) beginnen met een omheining */
#outerDiv {
	height: 100%;
	/*width: 920px;*/
	width: 99%;
	margin: 5px auto;
	min-width: 920px;
}
/* de header van de pagina*/
#header {
	min-height: 115px;
	position: relative;
	/*max-width: 920px;*/
	width: 100%;
}
#header #plaatje {
	width: 180px;
	float: left;
	height: 110px;
	position: absolute;
}
#header #kolom {
	margin: 5px;
	float: left;
	left: 180px;
	position: absolute;
}

/* links is ruimte voor uitleg */
#main-left{
	width: 160px;
	float: left;
}
#main-left #uitleg {
	color: #999;
	border: 1px solid silver;
	font-size: 80%;
	min-height: 290px;
	padding: 5px;
	margin-top: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#main-left #uitleg h3 {
/*	padding-left:20px;
	background:url(/img/information.png) no-repeat left;
*/
}

/* het hoofdscherm */
#main {
	margin-left: 175px;
	position: relative;
	/*max-width: 710px;*/
}
#main form{
	float:left;
	display:inline;
	min-width: 260px;
}
div#kolom input.submit {
	margin: 0;
	width: 170px;
}
.clearAll{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img {
	float: left;
	display: inline;
	/*margin-right: 20px;
	padding-bottom: 40px;*/
}
input, select, textarea{
	padding: 1px;
	border: 1px solid #A7A6AA;
	background-image: url( '/img/blue_bg.png' );
	background-repeat: repeat-x;
	background-position: top;
}
.check {
	border: none;
	width: 20px;
	background-image:none;
}
h1 {
	font-size: 18pt;
	color: #152a85;
	margin-bottom: 15px;
}
h2 {
	font-size: 14pt;
	color: #152A85;
	margin-bottom: 10px;
}
h3 {
	font-size: 12pt;
	color: #152a85;
	margin-bottom: .5em;
}
h4 {
	font-size: 10pt;
	color: #152a85;
	margin-bottom: .5em;
}
p {
	margin-top: 5px;
	line-height: 16px;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style : outside disc;
	margin:0;
}
li {
	margin: 0px 0px 0px 15px;
}
form {
	margin-bottom: 5px;
}
fieldset {
	float: left;
	padding: 10px;
	margin: 0;
	border: 2px solid #8b99c8;
}
fieldset div {
	margin-top: 5px;
}
legend {
	padding: 5px;
	color: #152a85;
	font-weight: bold;
}
div#next {
	clear: left;
}
input.submit, a.submit {
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 15px;
	padding: 0 10px 0 10px;
	border: 2px solid #8b99c8;
	background: #EBE9ED;
	min-width: 200px;
	min-height: 30px;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: black;
	line-height: 24px;
	font-size: 12px;
	cursor:pointer;
}
a.submit {
	height: 26px;
}
input.submit {
	line-height: 22px;
}
a.submit:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	background-color: #000;
	/*-moz-opacity: 0.8;*/
	/*opacity: .80;*/
	/*filter: alpha(opacity=80);*/
}
#overlay[id]{ /* IE6 and below Can't See This */
	position:fixed;
}
.lightbox{
	width: 300px;
	background-color: #ddd;
	padding: 10px;
	border: 2px solid #eee;
}
#close{
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}
/* De opmaak voor tabbladen. Zie 'kaart_verwerk_klik_ajax.php' 
is dubbel ten opzichte van kaart.css. Verschil zit 'm in de hoogte van ul#menu.
Oplossing: verschil wegwerken en ul#menu uit kaart.css verwijderen.*/
ul#menu {
	margin-bottom: 30px;
	height: 28px;
	width: 100%;
	background-image: url(../img/controls/tab.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
ul#menu li {
	float: left;
	display: inline;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
ul#menu li.selected {
	border-bottom: 2px solid white;
}
ul#menu li a {
	display: block;
	color: black;
	padding: 5px;
	font-weight: bold;
}
ul#menu li a#twittertab {
	padding-right: 20px;
	margin-right: 5px;
	background-image: url(http://twitter-badges.s3.amazonaws.com/t_mini-b.png);
	background-position: right;
	background-repeat: no-repeat;
}
ul#menu li a#linkedintab {
	padding-right: 20px;
	margin-right: 5px;
	background-image: url(../img/LinkedIn_IN_Icon_15px.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
ul#menu li a:hover {
	text-decoration: none;
}
#foto {
	margin: 10px;
	clear: both;
	border: 1px solid silver;
	padding: 10px 10px 20px 10px;
	height: 200px;
	width: 150px;
}
#foto img {
	margin:0 auto;
}
/* het msg veldje bij ajax-operaties*/
.msgbox{
 padding:3px;
}
.msgboxok{
 font-weight:bold;
 color:#008000;
}
.msgboxerror{
 font-weight:bold;
 color:#CC0000;
}

/* opmaak van de QR-code (bevat link naar publiek profiel) */
#qrcode {
	padding: 0;
	margin: 0;
}