/*** DEFAULT STYLES ***/
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

h1 {
	width: 226px;
	height: 102px;
	margin: 0 0 50px 0;
	padding: 0;
	background: url('../img/acvast_logo.png') no-repeat;
	text-indent: -999999em;
	cursor: pointer;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #8c61a8;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a img {
	border: none;
	outline: none;
}

div.clear { clear: both; }


/*** STRUCTURE ***/
div#wrapper {
	width: 943px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 0 0 17px;
	background: #FFF url('../img/header02.jpg') no-repeat;
}
div#wrapperleft { float: left; }	
div#menublock, div#searchblock, div#newsblock {
	position: relative;
	width: 217px;
	margin: 0 10px 10px 3px;
	_margin-left: 1px; 
	padding: 7px 0 30px 9px;
	background: transparent url('../img/kader_kl_bg.png') repeat-y;
}
div#newsblock {
	padding: 0 9px 0 0;
}
div#newsblock_content {
	background: transparent url('../img/nieuwsblock_bg.png') no-repeat;
	padding: 7px 0 30px 8px;
	height: 192px;
}
div#newsblock_content a { color: #FFF; }
div#newsblock_content h2, div#newsblock_content h3 {
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
	padding: 0 0 0 12px;
	background: transparent url('../img/nieuwsblock_arrow.png') no-repeat 0 65%;
	margin: 3px 0;
	width: 195px;
}
div#newsblock_content h3 {
	opacity:0.4;
	filter:alpha(opacity=40);
	background: none;
}
div#newsblock_content img {
	margin: 5px 0;
}
div#newsblock_content ul {
	margin: 5px 0 0 0;
	padding: 0;
	width: 195px;
}
div#newsblock_content ul li {
	list-style:none;
	padding: 0 0 0 12px;
	background: transparent url('../img/nieuwsblock_arrow.png') no-repeat 0 3px;
	font-size: 11px;
	color:#FFF;
	margin: 0 0 7px 0;
}
div#newsblock_content .small {
	font-size: 9px;
}
div#searchblock { height: 132px; }
div.wrapperleft_btm, div.kaderhome_btm, div.kader_btm {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 226px;
	height: 11px;
	background: #FFF url('../img/kader_kl_btm.png') no-repeat;
}
div.kader_btm {
	width: 698px;
	background: #FFF url('../img/kader_gr_btm.png') no-repeat;
}
div#wrapperright {
	float: left;
	width: 704px;	
}


/*** MENU ***/
ul#leftmenu, ul#leftmenu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 17px;
}
ul#leftmenu li ul { display: none; }
ul#leftmenu li ul {
	margin-left: 15px; 
	line-height: 17px;
}
ul#leftmenu li.selected ul { display: block; }
ul#leftmenu li a { font-weight: bold; }
ul#leftmenu li ul li a { font-weight: normal; }
ul#leftmenu li ul li.selected a { color: #8c63a7; }
ul#leftmenu a.selected { color: #8c63a7; }


/*** home ***/
div#searchblock h2 { font-size: 14px; }
div.kaderhome {
	position: relative;
	float: left;
	width: 209px;
	/*height: 356px;*/
	height: 408px;
	margin-right: 9px;
	padding: 4px 10px 0 7px;
	background: transparent url('../img/kader_kl_bg.png') repeat-y;
}
div.kaderhome_last { margin: 0; }
div.kaderhome h2 { margin-bottom: 12px; }
div.kaderhome p {
	height: 77px;
	margin-top: 4px;
	font-size: 11px;
}
div.kaderhome ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.kaderhome ul li {
	margin-bottom: 4px;
	padding: 0 0 0 17px;	
	background: transparent url('../img/arrow_grey.jpg') 0 2px no-repeat;	
}
div.kaderhome ul li a { color: #8c63a7; }

/*** overview ***/
div.kader {
	position: relative;
	width: 660px;
	/*height: 356px;*/
	margin-right: 9px;
	padding: 0 18px 20px 17px;
	background: transparent url('../img/kader_gr_bg.png') repeat-y;
}
div.kader h2 span {
	float: right;
	padding-right: 17px;
	font-size: 11px;
	font-weight: normal;
}

div.object_first { margin-top: 21px; }
div.object {
	width: 657px;
	height: 120px;
	margin-bottom: 8px;
	font-size: 11px;
}
div.object h3 { margin: -2px 0 16px 0; }
div.object h3 a { color: #632e8a; }
div.object h3 a { text-decoration: none; }
div.object img { 
	float: left;
	width: 180px;
	height: 120px;
}
div.object div.objectright {
	float: left;
	width: 456px;
}
div.object img { margin-right: 21px; }

/*** detail ***/
div.detail, div.objectdetail {
	position: relative;
	padding-top: 9px;
	padding-bottom: 14px;
	font-size: 11px;
	line-height: 16px;
}
div.objectdetail { padding-top: 12px; }
div.detail p { margin: 0 0 12px 0; }
div.detail p a { color: #8C61A8; }
div.detail_photos {
	float: left;
	width: 180px;
	margin-top: 21px;
}
div.objectPhoto, div.objectPhoto2 {
	position: relative;
	width: 180px;
	/*height: 120px;*/
	margin-bottom: 11px;
}
div.objectPhoto {
	height: 120px;
}
div.objectPhoto a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
div.objectPhoto div.detail_photos a, div.objectPhoto img {
	width: 180px;
	height: 120px;
}
div.objectPhoto2 div.detail_photos a, div.objectPhoto2 img {
	width: 180px;
}

div.detail p.specialImages {
	margin-top: 12px;
}
p.specialImages img {
	float: left;
	clear: both;
	width: 180px;
	margin: 0 19px 10px 0;
}
/*
div.detail_photos a {
	display: block;
	margin-bottom: 11px;
}
div.detail_photos a, div.detail_photos img {
	width: 180px;
	height: 120px;
}
*/
div.detail_right {
	float: left;
	width: 400px;
	margin: 19px 0 0 19px;
	font-size: 11px;
	line-height: 17px;
}
div.detail_right h3 { margin-bottom: 14px; }
div.detail_right h3 a { color: #632e8a; }
div.detail_right h3 a { text-decoration: none; }
div.detail_right p { margin-top: 0; }

div#linkbox {
	position: absolute;
	width: 177px;
	height: 73px;
	padding: 6px 0 0 19px;
	top: 0;
	right: 24px;
	background: transparent url('../img/linkbox_bg.jpg') no-repeat;
}
div#linkbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
}


/*** content pages ***/
div.aanbod {
	float: left;
	width: 650px;
	margin-bottom: 13px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #884C78;
}
div.aanbod p {
	margin: 10px 0 0 0;
	padding: 0;
}
div.aanbod p a { color: #8C63A7; }
div.aanbod .thumb {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	border: 1px solid #DDDDDD;
}
.link_flag { margin: 12px 3px -1px 1px; }

#kolom1 {
	float: left;
	width: 317px;
	padding: 0 10px 12px 0;
}
.full_view {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}
#kolom2 {
	float: left;
	width: 327px;
}
div.aanbod h2, div.aanbod h2 a { color: #692f86; }
#kolom1 h2, #kolom2 h2 {
	margin-top: 5px;
	color: #692f86;
}
table.newsdetail {
	width: 655px;
	margin-bottom: 15px;
}
table.newsdetail h2 {
	margin-top: 5px;
	color: #692f86;
}
table.newsdetail p { margin-top: 5px; }

div.mensen {
	clear: both;
	height: 150px;
	margin-top: 30px;
}
div.mensen h3 { color: #692F86; }
div.mensen p { padding-top: 4px; }
img.smoelenboek {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

div.reactForm {
	width: 355px;
	margin: 0;
}
div.rowreact {
	clear: both;
	padding: 5px 0;
}
div.rowreact span.label {
	float: left;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
}
div.rowreact span.formw { float: right; }
.input-box {
	width: 145px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}
#sstreet { width: 179px; }
.drop-box {
	width: 145px;
	height: 21px;
	background-color: #FFFFFF;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;

}
.submit-button {
	float: right;
	display: block;
	width: 102px;
	height: 22px;
	margin: 1px 1px 0 0;
	padding-bottom: 3px;
	background: transparent url(../img/route_btn.jpg) no-repeat;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}

div.rubriek { margin-top: 4px; }
div.rubriek .thumb {
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 10px;
	margin-top: 3px;
}
p.content { margin-top: 10px; }
p.content .thumb {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}
p.content a#contentImages img {
	width: 50%;
}
div.contentwrap {
	padding-top: 9px;
	padding-bottom: 22px;
	font-size: 11px;
}
div.contentwrap h2 { color: #692F86; }

h3.objectTitle { width: 259px; }

/*** search form ***/
form#search {
	width: 517px;
	height: 42px;
	margin-bottom: 4px;
	padding: 9px 0 0 22px;
	background: transparent url('../img/search_bg.jpg') no-repeat;
}
div#searchblock form { margin: 15px 0 0 25px; }
form#search span {
	margin-right: 23px;
	font-size: 14px;
	font-weight: bold;
}
form#search select, div#searchblock form select {
	width: 145px;
	height: 21px;
	margin-right: 12px;
	background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
div#searchblock form select { margin-bottom: 8px; }
form#search #submit, div#searchblock form #submit {
	float: right;
	display: block;
	width: 67px;
	height: 22px;
	margin: -1px 41px 0 0;
	!margin-top: -20px;
	padding-bottom: 3px;
	border: none;
	background: transparent url('../img/search_btn.jpg') no-repeat;
	font-size: 11px;
	color: #FFF;
	cursor: pointer;
}
div#searchblock form #submit { margin: 0 49px 0 0; }


/*** FOOTER ***/
div.frankrijk {
	float: left;
	margin: 16px 0 0 16px;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}
div.quickcontact {
	float: right;
	margin: 18px 46px 6px 0;
	font-size: 11px;
}

div#footer {
	width: 960px;
	height: 29px;
	margin: 0 auto;
	background: url('../img/footer.jpg') no-repeat;
}
