/* --- CSS voor 2 koloms --- */

/* -----------------content--------------------- */
#content {
padding: 0px;
margin: 0 10px 0 20px;
line-height: 135%;
width: 95%;
}

div#content {
	min-height: 300px;


height:expression(this.scrollHeight > 300 ? "auto":"300px");
}
/* is wel CSS2 maar OK... */

/* --------------right------------- */
#right {
float: right;
width: 250px;
margin: 0 20px 0 5px;
padding: 0;
line-height: 125%;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
background: #fff url(images/border2.gif) repeat-x;
font-size: 0.8em;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
padding-top: 1.5em;
padding-bottom: 10px;
}

/* --- visitekaart --- */
.vcardmain {
	float: left;
	margin-left: 2em;
	margin-bottom: 2em;
	width: 300px;
	padding: 1em 2em 1em 2em;
    background: #fff  url("images/visitekaart-bg.png") no-repeat top left; 
}
.vcardmain .org { display: none; }
.adr .region { display: none; }

.fn {
	font-weight: bold;
	color: #000;
}

.n {
	font-weight: bold;
}

.vcard {
	color: #2d230f;
}

