html{ font-size:100.01%;}
body{
	margin:0;
  	color:#000;
	font:64% Tahoma, sans-serif;
	background:#a4bc04 url(../../gfx/iiav/bg-page.gif) repeat-x;
}
img{border:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% Arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

/*--- same properties ---*/
#header ul,
#footer ul,
.promo ul,
.news-list,
.agenda-list,
#navigation,
#navigation ul,
#navigation2,
#navigation2 ul,
.breadcrumbs,
.search-box ul,
.sitemap-list,
.more-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.logo a,
.search-box .btn-search{
	text-indent:-6666px;
	display:block;
	overflow:hidden;
}

/* --- from cmsc --*/

.hidden
{
  display: none;
}

/* -- end cmsc elements --*/



/*--- MAIN CSS ---*/
#main{
	width:960px;
	margin:0 auto;
	display:table;
}
#page-hold{
	display:table-footer-group;
	width:960px;
}
/*---- HEADER CSS ----*/
#header{
	display:table-header-group;
	display:table;
	width:960px;
	background:url(../../gfx/iiav/bg-header.gif) repeat-x;
}
#header .holder{
	width:960px;
	height:70px;
	z-index:3;
	clear:both;
	position:relative;
	z-index:4;
}
#header .container{
	width:920px;
	overflow:hidden;
	position:relative;
	clear:both;
	z-index:2;
	padding:0 20px 15px;
/*	margin-top:-5px; */
	border-bottom:10px solid #b50008;
}


#header .container_banner{
	width:960px;
	overflow:hidden;
	position:relative;
	clear:both;
	z-index:0;
/*	margin-top:-5px; */
	border-bottom:0px solid #ffffff;
}

#header .logo{
	position:absolute;
	top:5px;
	left:0;
}
#header .logo a{
	width:495px;
	height: 71px;
/*	height:28px;
 	background:url(../../gfx/iiav/logo.gif) no-repeat; 0px -8px*/
	background:url(../../gfx/iiav/logohome_uk.jpg)  no-repeat;
	outline:none;
	z-index:2;
}
#header .logootje{
/*	border: 1px red dashed;
*/	height: 42px;
	float: right;
	margin-top: 15px;
	width: 116px;
	/*background:url(../../gfx/iiav/iiav-logootje.jpg) right 15px  no-repeat;*/
}
#header .logootje .a1{
	float:left;
}
#header .logootje .a2{
	display:block; 
	background:url(../../gfx/iiav/ikoon_FB.jpg) no-repeat left top; 
	width:16px; 
	height:16px; 
	float:left;
	margin-left:13px; /*7*/
}
#header .logootje .a3{
	float:right;
}

#header .nav{
	position:absolute;
	top:13px;
	right:115px;
	font-size:12px;
	line-height:21px;
	color:#254121;
	float:right;
	white-space:nowrap;
}
#header .nav ul{
	float:left;
}
#header .nav ul li{
	float:left;
	background:url(../../gfx/iiav/header-nav-bullet.gif) no-repeat 0 50%;
	padding:0 13px 0 8px;
}
#header .nav a{
	color:#254121;
	text-decoration:none;
}
#header .nav a:hover{ text-decoration:underline;}


/* #header .nav .btn-rss{
	float:left;
	background:url(../../gfx/iiav//rss-icon.gif) no-repeat 100% 50%;
	padding-right:16px;
	display:inline;
	margin-left:3px;
}*/
#header .bag-info{
	position:absolute;
	top:75px;
	right:9px;
	float:right;
	font-size:12px;
	line-height:21px;
	color:#254121;
}
#header .bag-info a{
	color:#254121;
	text-decoration:none;
}
#header .bag-info a:hover{ text-decoration:underline;}
#header .bag-info .favorite,
#header .bag-info .rss,
#header .bag-info .basket{
	float:left;

}
#header .bag-info .favorite{
	margin-right:12px;
	padding-left:23px;
	background:url(../../gfx/iiav//favorite-icon.gif) no-repeat 0 50%;
}
#header .bag-info .basket{	padding-left:23px; margin-right:12px; background:url(../../gfx/iiav/basket-icon.gif) no-repeat 0 50%;}

#header #rss{	padding-left:13px; background:url(../../gfx/iiav/rss-icon.gif) no-repeat 0 50%;}

/* --- from cmsc --*/

#header .hidden
{
  display: none;
}

/* -- end cmsc elements --*/



/*--- main menu css ---*/
#menu{
	position:relative;
	z-index:3;
	font:16px/30px Georgia, serif;
	padding-bottom:20px !important;
	clear:both;
	height:30px;
}
#menu:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}
#menu li{
	float:left;
	padding:0;
	position:relative;
}
#menu a{
	float:left;
	height:30px;
	padding:0 10px;
	color:#254121;
	text-decoration:none;
}
#menu .active a{
	background:#ff9600;
	color:#fff;
}
#menu  a:hover,
#menu  li:hover a,
#menu  li.hover a{
	background:#b50008;
	color:#fff;
	text-decoration:none;
}
#menu div{
	position:absolute;
	top:30px;
	left:0;
	background:#b50008;
	width:160px;
	padding:13px 10px 17px;
	display:none;
	z-index:10;
}
#menu li.hover div,
#menu li:hover div{ display:block;}
#menu ul{
	padding:0 !important;
	margin:0;
	width:160px;
	font:12px Tahoma, sans-serif;
}
#menu ul li{
	float:none;
	width:148px;
	padding:4px 0 5px 12px;
	background:url(../../gfx/iiav/sub-menu-bullet.gif) no-repeat 1px 8px;
	vertical-align:top;
}
#menu ul a,
#menu .active ul a,
#menu li:hover ul a,
#menu li.hover ul a{
	color:#fff;
	background:none;
	float:none;
	height:auto;
	padding:0;
}
#menu ul a:hover,
#menu .active ul a:hover,
#menu li:hover ul a:hover,
#menu li.hover ul a:hover{ 
	text-decoration:underline;
	color:#fff;
}
/*--- header intro css ---*/
#header .intro{
	float:left;
	width:600px;
	font-size:1.2em;
	line-height:1.41em;
	color:#800;
}
#header .intro a{
	color:#800;
	text-decoration:none;
}
#header .intro a:hover{ text-decoration:underline;}
#header .intro p{
	margin:4px 0 0;
}
#header .intro ul{
	width:100%;
	overflow:hidden;
	font-weight:bold;
	margin-top:7px;
}
#header .intro ul li{
	float:left;
	padding:0 14px 0 10px;
	background:url(../../gfx/iiav/info-nav-bullet.gif) no-repeat 0 50%;
}
/*--- header search-box css ---*/
#header .search-box{
	float:right;
	width:280px;
	color:#800;
}
#header .search-box a{
	color:#800;
	text-decoration:none;
}
#header .search-box a:hover{ text-decoration:underline;}
#header .search-box h4{
	font:1.8em/23px Georgia, sans-serif;
	margin:0;
}
#header .search-box .row{
	width:100%;
	overflow:hidden;
	height:19px;
	background:#fff;
	margin-top:5px;
}
#header .search-box .field{
	float:left;
	width:242px;
	height:15px;
	background:#fff;
	border:1px solid #fff;
	font:12px/15px Tahoma, sans-serif;
	color:#999;
	padding:1px 3px;
}
#header .search-box .btn-search{
	float:right;
	width:19px;
	height:19px;
	background:url(../../gfx/iiav/btn-search.gif) no-repeat;
}
#header .search-box .btn-search:hover{ background-position:0 -19px;}
#header .search-box ul{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	margin-top:7px;
}
#header .search-box ul li{
	float:left;
	padding:0 14px 0 10px;
	background:url(../../gfx/iiav/info-nav-bullet.gif) no-repeat 0 50%;
}
/*---- FOOTER CSS ----*/
#footer{
	width:960px;
	padding-bottom:10px;
}
#footer .info-block{
	width:100%;
	background:#b50008;
	font-size:11px;
	line-height:19px;
	height:20px;
	color:#fff;
}
#footer .info-block:after{
	content:'';
	clear:both;
	display:block;
	height:0;
}
#footer .info-block a{
	color:#fff;
	text-decoration:none;
}
#footer .info-block a:hover{ text-decoration:underline;}
#footer .info-block .copyright{
	float:left;
	margin-left:19px;
	font-family:Verdana, sans-serif;
}
#footer .info-block .btn-print{
	padding-left:17px;
	float:left;
	display:inline;
	margin-left:22px;
	background:url(../../gfx/iiav/print-icon.gif) no-repeat 0 50%;
}
#footer .info-block ul{
	float:right;
}
#footer .info-block ul li{
	float:left;
	background:url(../../gfx/iiav/footer-contact-bullet.gif) no-repeat 0 50%;
	padding:0 19px 0 7px;
}
#footer .info-block .address{ 
	float:right;
	margin-right:19px;
}
#footer .holder{
	width:100%;
	overflow:hidden;
	padding-top:8px;
}
#footer .column{
	float:left;
	width:200px;
	padding:0 20px;
	font-size:1.2em;
	line-height:1.5em;
	color:#254121;
}
#footer .column h4{
	font-size:1em;
	margin:17px 0 0;
}
#footer .column ul li{
	padding-left:9px;
	background:url(../../gfx/iiav/footer-nav-bullet.gif) no-repeat 0 0.6em;
}
#footer .column a{
	color:#254121;
	text-decoration:none;
}
#footer .column a:hover{ text-decoration:underline;}
/*---- CONTENT CSS ----*/
#content{
	width:960px;
	background:#fff;
	overflow:hidden;
	padding-bottom:25px;
	position:relative;
}
/*--- #content .page-hold{
	float:right;
	width:725px;
	clear:right;
}
#content .content-text{
	float:left;
	width:450px;
	display:inline;
	margin:45px 20px 0;
}
#content .nav-col{
	float:right;
	width:215px;
	display:inline;
	margin:0 20px 0 0;
}
#content #navigation{
	float:left;
	width:215px;
	padding:0 0 0 20px;
}----*/


/*--- promo css ---*/
.promo{
	width:960px;
	height:219px;
	position:relative;
	margin-top:20px;
	overflow:hidden;
}
.promo .bg-img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:block;
}
.promo ul{
	position:relative;
	z-index: 2;
	width:320px;
	font-size:1.2em;
	color:#fff;
	margin-left:640px;
}
.promo ul li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
	padding-top:1px;
	color:white;
	height: 24px;
	line-height: 1.41em;
/*	background:url(../../gfx/iiav/bg-promo-menu.png);
*/}
.promo ul li:first-child{ padding-top:0px;}
.promo ul h5{
	margin:0;
	width:100%;
	font-size:1em;
	position:relative;
}
.promo ul h5 a{
	display:block;
	width:280px;
	color:#fff;
	text-decoration:none;
	padding:4px 20px 6px;
	background:#424542 url(../../gfx/iiav/bg-promo-menu-el.gif) no-repeat 292px 50%;
}
.promo ul .vitrineactive h5 a{ background:#424542 url(../../gfx/iiav/bg-promo-menu-el-o.gif) no-repeat 292px 50%;}
.promo ul h5 a:hover{
	text-decoration:none;
	background:#000 url(../../gfx/iiav/bg-promo-menu-el-a.gif) no-repeat 292px 50%;
}	
.promo ul .vitrineactive h5 a:hover{ background:#000 url(../../gfx/iiav/bg-promo-menu-el-o-a.gif) no-repeat 292px 50%;}
.promo ul .text{
	padding:10px 20px 21px;
	position:relative;
	display:none;
}
.promo ul .vitrineactive .text{
	display:block;
	line-height:1.41em;
}
.promo ul .text p{ margin:0;}
.promo ul .text ul{
	width:100%;
	margin:0;
	padding:5px 0 10px;
	font-size:1em;
	background:none;
}
.promo ul .text ul li{
	width:auto;
	vertical-align:top;
	background:url(../../gfx/iiav/bg-promo-sub-menu-el.gif) no-repeat 1px 0.65em;
	padding:3px 0 4px 12px;
}
.promo ul .text ul a{
	font-weight:bold;
	color:#fff;
	background:none;
	display:inline;
	width:auto;
	padding:0;
}
.promo ul .text ul a:hover{
	background:none;
	text-decoration:underline;
}
/*--- info-list css ---*/
.info-list{
	width:100%;
	overflow:hidden;
	margin-top:25px;
	padding-bottom:10px;
}
.info-list .box{
	float:left;
	width:280px;
	padding:0 20px;
}
.info-list .box h4{
	margin:0;
	font:2em Georgia, serif;
	color:#00a2b5;
}
.info-list .box .text{
	font-size:1.2em;
	color:#424542;
	line-height:1.41em;
	margin-top:14px;
}
.info-list .box h3{
	font-size:1em;
	margin:0;
	padding-bottom:10px;
}
.info-list .box p{
	margin:0;
	padding-bottom:7px;
}
.info-list .box .r-img, .inline-right{
	float:right;
	clear: both;
	margin:3px 0 10px 20px;
}
.info-list .box .l-img, .inline-left{
	float:left;
	clear: both;
	margin:3px 20px 10px 0;
}
.info-list .more-link{
	padding-left:12px;
	background:url(../../gfx/iiav/news-list-bullet.gif) no-repeat 1px 0.4em;
}
.info-list .more-link a{
	color:#008c9d;
	text-decoration:none;
}
.info-list .more-link a:hover{ text-decoration:underline;}
.info-list .news-list{
	width:100%;
}
.info-list .news-list li{
	padding:0 0 7px 12px;
	background:url(../../gfx/iiav/news-list-bullet.gif) no-repeat 1px 0.4em;
}
.info-list .news-list a{
	color:#424542;
	text-decoration:none;
}
.info-list .news-list a:hover{ text-decoration:underline;}
.info-list .agenda-list{
	width:100%;
}
.info-list .agenda-list li{
	padding:0 0 7px 12px;
	background:url(../../gfx/iiav/news-list-bullet.gif) no-repeat 1px 0.4em;
}
.info-list .agenda-list h5{
	font-size:1em;
	font-weight:normal;
	margin:0;
}
.info-list .agenda-list h5 a{
	color:#424542;
	text-decoration:none;
}
.info-list .agenda-list h5 a:hover{ text-decoration:underline;}
.info-list .agenda-list .info{ color:#9c9a9c;}
/*--- visual css ---*/
.visual{
	width:100%;
	clear:both;
}
.visual img{ display:block;}
/*--- breadcrumbs css ---*/
.breadcrumbs{
	width:450px;
	margin:6px 0 -24px 255px;
	font-size:1.1em;
	line-height:24px;
	color:#636563;
	overflow:hidden;
	clear:both;
	height:24px;
	position:relative;
}
.breadcrumbs li{
	float:left;
	padding:0 8px 0 11px;
	white-space:nowrap;
	background:url(../../gfx/iiav/bullet2.gif) no-repeat 0 50%;
}
.breadcrumbs .this{ background:url(../../gfx/iiav/breadcrumbs-bullet.gif) no-repeat 0 50%;}
.breadcrumbs a{
	color:#636563;
	text-decoration:none;
}
.breadcrumbs a:hover{ text-decoration:underline;}
/*--- navigation css ---*/

#navigation, #navigation2{
	width:215px;
	font-size:1.2em;
	margin-top:96px;
	overflow:hidden;
}
#navigation ul, #navigation2 ul{
	margin:0;
	padding:0;
	display:none;
}


#navigation li, #navigation2 li{
	width:100%;
	vertical-align:top;
	font-weight:bold;
	padding-top:3px;
}
#navigation a img, #navigation2 a img{
	width:56px;
	height:56px;
}
#navigation ul li, #navigation2 ul li{ font-weight:normal;}


#navigation .open ul{ display:block;
}
#navigation li.open a, li.submenuitem.open a{ 
	text-decoration:none;
	background:#b50008;
	color:#fff;
}
#navigation li.submenuitem a{ 
	display:block;
	color:#b50008;
	text-decoration:none;
	padding:2px 10px 4px 31px;
	background:url(../../gfx/iiav/bullet2.gif) no-repeat 20px 0.4em;
	outline:none;
}
#navigation li.submenuitem a.active,
#navigation li.submenuitem a:hover{
/*	padding:2px 10px 4px 41px;
	background:url(../../gfx/iiav/bullet2.gif) no-repeat 30px 0.4em;	
*/
	text-decoration:none;
	background:#ff9600;	/*blauw : 00a2b5*/
	color:#fff;
}


#navigation a{
	display:block;
	color:#b50008;
	text-decoration:none;
	padding:2px 10px 4px 11px;
	background:url(../../gfx/iiav/bullet2.gif) no-repeat 0 0.4em;
	outline:none;
}
* html #navigation a{ height:1%;}
#navigation ul a{
	padding-left:31px;
	background:url(../../gfx/iiav/bullet2.gif) no-repeat 20px 0.4em;
}
#navigation a.active,
#navigation a:hover{
	text-decoration:none;
	background:#b50008;
	color:#fff;
}

/* andere kleuren in nav menu */

#navigation2 .open ul{ display:block;
}
#navigation2 li.open a, li.submenuitem.open a{ 
	text-decoration:none;
	background:#84BA2A;
	color:#fff;
}
#navigation2 li.submenuitem a{ 
	display:block;
	color:#84BA2A;
	text-decoration:none;
	padding:2px 10px 4px 31px;
	background:url(../../gfx/iiav/bullet3.gif) no-repeat 20px 0.4em;
	outline:none;
}
#navigation2 li.submenuitem a.active,
#navigation2 li.submenuitem a:hover{
/*	padding:2px 10px 4px 41px;
	background:url(../../gfx/iiav/bullet3.gif) no-repeat 30px 0.4em;	
*/
	text-decoration:none;
	background:#ff9600;	/*blauw : 00a2b5*/
	color:#fff;
}

#navigation2 a{
	display:block;
	color:#84BA2A;
	text-decoration:none;
	padding:2px 10px 4px 11px;
	background:url(../../gfx/iiav/bullet3.gif) no-repeat 0 0.4em;
	outline:none;
}
* html #navigation2 a{ height:1%;}
#navigation2 ul a{
	padding-left:31px;
	background:url(../../gfx/iiav/bullet3.gif) no-repeat 20px 0.4em;
}
#navigation2 a.active,
#navigation2 a:hover{
	text-decoration:none;
	background:#84BA2A;
	color:#fff;
}




/*--- nav-col block's css ---*/
.nav-col .search-box{
	width:195px;
	padding:0 10px 10px;
	margin-top:15px;
	border-bottom:10px solid #b50008;
}
.nav-col .search-box h4{
	font:1.8em Georgia, serif;
	color:#b50008;
	margin:0;
}
.nav-col .search-box .row{
	width:195px;
	overflow:hidden;
	height:19px;
	margin-top:14px;
}
.nav-col .search-box .field{
	float:left;
	width:169px;
	height:15px;
	background:#fff;
	border:1px solid #b50008;
	border-width:1px 0 1px 1px;
	font:12px/15px Tahoma, sans-serif;
	color:#b50008;
	padding:1px 3px;
}
.nav-col .search-box .btn-search{
	float:right;
	width:19px;
	height:19px;
	background:url(../../gfx/iiav/btn-search.gif) no-repeat;
}
.nav-col .search-box .btn-search:hover{ background-position:0 -19px;}
.nav-col .search-box ul{
	font-size:1.2em;
	color:#424542;
	padding:10px 0;
	margin:0;
}
.nav-col .search-box ul li{
	background:url(../../gfx/iiav/bullet1.gif) no-repeat 1px 0.6em;
	padding:3px 0 3px 12px;
}
.nav-col .search-box ul a{
	color:#424542;
	text-decoration:none;
}
.nav-col .search-box ul a:hover{ text-decoration:underline;}
.nav-col .more-box{
	width:195px;
	padding:0 10px 10px;
	margin-top:20px;
	border-bottom:10px solid #ff9600;
}
.nav-col .more-box h4{
	font:1.8em Georgia, serif;
	color:#636563;
	margin:0;
}
.nav-col .more-box ul{
	font-size:1.2em;
	color:#424542;
	padding:7px 0 10px;
	margin:0;
}
.nav-col .more-box ul li{
	background:url(../../gfx/iiav/bullet1.gif) no-repeat 1px 0.6em;
	padding:3px 0 3px 12px;
}
.nav-col .more-box ul a{
	color:#424542;
	text-decoration:none;
}
.nav-col .more-box ul a:hover{ text-decoration:underline;}
/*--- content text block's css ---*/
.content-text {
	font-size:1.2em;
	color:#424542;
	line-height:1.41em;
	height: auto;
	min-height: 500px;
}
/* IE fix voor min-height */

* html .content-text {
	height: 300px;
}


.content-text .date{
	color:#9c9a9c;
}
.content-text h1 {
	font:2em Georgia, serif;
	color:#666;
	margin:0;
	padding-bottom: 17px;
}


.content-text .info{
	padding-bottom:17px;
	width:100%;
}
.content-text p{
	margin:0;
	padding-bottom:17px;
}
.content-text p.intro{
	font-weight: bold;
	padding-bottom:0px;
}

.content-text p.att{
	font-weight: bold;
	background-color:red;
}

.content-text .img-hold{
	width:100%;
	overflow:hidden;
/*	padding:7px 0 30px;
*/}
.content-text .img-hold img{
	display:block;
	border:none;
}	
.content-text .img-hold .l-img { float:left; }
.content-text .img-hold .r-img { float:right;}

.img-txt-up  {	color:#424542; font-size: 11px; width: 225px; text-align: left; float:right; display:block;}

.img-txt-down { 
	color:#424542; 
	font-size: 11px;
	z-index:0;
}
.img-txt-down-left { color:#424542; font-size: 11px; /*width: 225px; text-align: left;*/ /*float:left;*/ display:block; z-index:0;}

.content-text .imgleft {
	text-align:left;
	width:215px;
	float: left; 
	padding: 0px 10px 20px 0px;
}
.content-text .imgright {
	text-align:left;
	width:215px;
	float: right; 
	padding: 0px 0px 20px 10px;
}
.clear {
	clear: both;
	width: 450px;
	height: 1px;
	border-bottom: 0px orange solid;
}
.content-text .info a{
	padding-left:12px;
	background:url(../../gfx/iiav/news-list-bullet.gif) no-repeat 0 0.3em;
} 

/* pijltje weer aangezet bij gewone link */

.content-text .info a{
	color:#008c9d;
	text-decoration:none;
}
.content-text .info a:hover{ text-decoration:underline;}


.content-text .BoxVitrine a{
	color:#008c9d;
	text-decoration:none;
}
.content-text .BoxVitrine a:hover{ text-decoration:underline;}


/* experimenteel pvk */

.content-text .info h4, .info h5, h4, h5 {
	display: inline;
}
.content-text .info h4 a{
	color:#008c9d;
	text-decoration:none;
	font-weight:normal;
	background: none;
	padding: 0;
	display: inline;
}



.content-text h5, .info h5 {
	font-size: 1.0em;
	color:#424542;
	font-weight: normal;
}
.content-text h6, .info h6{
	margin:0;
	background: #E3E3E3;
	width: 450px;
	padding: 3px 3px 10px 3px;
	font-size: 1.0em;
	font-weight: normal;
}

.content-text h4 a{
	color:#008c9d;
	text-decoration:none;
	font-weight:normal;
}
.content-text h4 a:hover{ text-decoration:underline;}

.content-text .logout, .tablesubmit {
	text-decoration: none;
	list-style: none;
    color: #fff;
    height: 30px;
    width: 70px;
    line-height: 30px;
    border: 0px;
    cursor: pointer;
    margin-right: 25px;
    font-weight: bold;
    font-size: 12px;
    padding: 0px  25px 0px 15px;
    background: url('../../img/wit_p.png') no-repeat #9c9a9c right center; 

}
.content-text .logout a , .tablesubmit a{
	text-decoration: none;
	color: #fff;
}
.content-text .subscribtion {

    width: 400px;
}



/* einde exp pvk */


/* h2 */
.content-text h2{
	font-size:1em;
	color:#b50008;
	margin:0;
	font-weight: bold;
}
.content-text h2 a{
	color:#b50008;
	text-decoration:none;
}
.content-text h2 a:hover{ text-decoration:underline;}

/* h3 */
.content-text h3{
	font-size:1em;
	color:#424542;
	margin:0;
	font-weight: bold;
}
.content-text h3 a{
	color:#424542;
	text-decoration:none;
}
.content-text h3 a:hover{ text-decoration:underline;}


.content-text .info p{ padding-bottom:0;}


.content-text ul {
	color: #00a2b5;
}
.content-text ol {
	color: #008c9d;
}
/* stijl voor paragraaf met accent achtergrond */
div.accentvlak{
	background: #ffd1d3;
	width: 450px;
	padding: 3px 3px 10px 3px;
}


#footer .of
{
  display: none;
}


/* stijl voor onderschriften bij foto's */

/* linker box holder */
div.imgBoxLeft{
	float: left;
	width: 225px;
	margin-bottom: 25px;
}
div.imgBoxLeft img{
	float: left;
	clear: both;
	border: 0px;
}
div.imgBoxLeft div{
	width: 225px;
	height: 20px;
	text-align: left;
}

/* rechter box holder */
div.imgBoxRight{
	float: right;
	width: 225px;
	margin-bottom: 25px;
}
div.imgBoxRight img{
	float: right;
	clear: both;
	border: 0px;
}
div.imgBoxRight div{
	width: 225px;
	height: 20px;
	text-align: right;
}


/* input knoppen forms */
submit {
	float: right;
	color: #fff;
	height: 30px;
	line-height: 30px;
	border: 0px;
	cursor: pointer;
	margin: 5px;
	font-weight: bold;
	padding: 10px  15px 10px 25px;
	background: #9c9a9c;
/*	background: url('../../img/wit_p.png') no-repeat #9c9a9c  10px 13px; /*65px*/
*/}

/* global styling bck img was: 65px 14px */
input[type=submit] {
    color: #fff;
    height: 30px;
    line-height: 30px;
    border: 0px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 0px  25px 0px 25px;
    background: url('../../img/wit_p.png') no-repeat #9c9a9c right center;
}
input[type=button] {
    color: #fff;
    height: 30px;
    line-height: 30px;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    padding: 0px  25px 0px 15px;
    background: url('../../img/wit_p.png') no-repeat #9c9a9c right center;
}
input[type=reset] {
    color: #fff;
    height: 30px;
    line-height: 30px;
    border: 0px;
    cursor: pointer;
    margin-right: 25px;
    font-weight: bold;
    font-size: 12px;
    padding: 0px  25px 0px 15px;
    background: url('../../img/wit_p.png') no-repeat #9c9a9c right center;
}

.error {
	color: #b50008;
	font-weight: bold;
}