#lightbox{
	display: none;	position: absolute;
	z-index:9999;	width: 480px;	padding: 20px;	border: 1px solid #efecdf;	background: #fff;
	margin:0 0 0 0;}

#lightbox[id]{ /* IE6 and below Can't See This */
	position: absolute;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}
#overlay[id]{ /* IE6 and below Can't See This */
	position: absolute;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox .sluittop{	text-align: right;	margin: 0 0 0 0;}#lightbox .sluitbottom{	text-align: right;	margin: 0 0 0 0;}/* typo start */#lightbox p{	margin: 0 0 10px 0;}#lightbox h2, #lightbox h3{	font-size: 1em;	margin: 0 0 10px 0;	color: #c06;}#lightbox h3{	color: #333;	margin: 0;}/* typo end */

/* content start */
#content2{
	float: right;
	width: 480px; /* -> ook in hacks.css voor IE 5.5 */
	padding: 0 30px; /* -> ook in hacks.css voor IE 5.5 */
	float: none; 
	background: none; 
	padding: 0px; 
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.7em; 
	color: #333;
	background-color:white;
}

#content2 p{
	margin: 0 0 10px 0;
}

#content2 h1{
	font-size: 1.5em;
	font-weight: normal;
	color: #9e7e77;
	margin: 0 0 10px 0;
}

#content2 h1 strong{
	color: #c06;
	font-weight: normal;
}

#content2 .regcontent2 h2{
	font-size: 1.2em;
	color: #c06;
	border-bottom: 1px solid #c06;
	margin: 0 0 10px 0;
}

#content2 h2, #content2 .contactinfo h3, #content2 .regcontent2 h3, #content2 .zoeknav p{
	font-size: 1em;
	margin: 0;
}

#content2 .extra h1{
	font-size: 1.2em;
	font-weight: bold;
	color: #9e7e77;
	margin: 0 -10px 10px -10px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #948460;
}

#content2 .extra h2, .overzicht .item .txt h2,  #content2 .zoekres .item .txt h2,  #content2 .mediatheek .item .txt h2{
	font-size: 1em;
	color: #c06;
	margin: 0;
}

#content2 .overzicht .item .txt h2{
	margin: 0 0 10px 0;
	color: #9e7e77;
}

#content2 .overzicht .item .txt h2 strong, #content2 .contactinfo h3{
	color: #c06;
}

#content2 #themas .item p, #content2 .zoeker h2, #content2 .formulier h2{
	margin: 10px 0 5px 0;
}

#content2 .formulier h2{
	font-size: 1em !important;
	color: #333;
	border: none !important;
}

#content2 .overzicht .item .txt p, #content2 .zoekres .item .txt p{
	margin: 0 0 10px 0;
}

#content2 .keuze .item h2{
	color: #c06;
	font-size: 1.2em;
	text-align: center;
	background: url(../images/bg_h2.jpg) no-repeat;
	margin: 0 -10px 10px -10px;
	padding: 10px 5px 18px 5px;
}

#content2 .themakeuze h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #9e7e77;
	margin: 0 0 10px 0;
}

#content2 .themakeuze h3{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #c06;
}

#content2 .themakeuze .item p.meer, #content2 .keuze .item p.meer{
	margin: 10px 0 0 10px;
	background: url(../images/bull_arrow.gif) no-repeat 0 3px;
	padding: 0 0 0 20px;
	line-height: 1.3em;
}

#content2 .brochures h2{
	border-bottom: 1px solid #333;
	font-size: 1.2em;
}

#content2 .brochures .item h3{
	margin: 0 0 10px 0;
	font-size: 1em;
	color: #c06;
}

/* content end */

