/****************************************************************************/
/************************ CASCADING STYLE SHEET GUNNAR **********************/
/****************************************************************************/

body {
	behavior:url(scripts/csshover.htc);
	font-family:"Arial";
	background:#fdc82f;
	line-height:18px;
	font-size:11px;
	color:#7b7b7d;
	margin:0;
}

/****************************************************************************/
/********************************* CONTAINER ********************************/
/****************************************************************************/

#container {
	background:url(images/container.png) repeat-y;
	margin:0 auto;
	width:918px;
}

/****************************************************************************/
/*********************************** HEADER *********************************/
/****************************************************************************/

#header {
	background:url(images/header.png) no-repeat;
	padding:53px 0 0 43px;
	height:86px;
	width:875px;
}

/****************************************************************************/
/************************************ LOGO **********************************/
/****************************************************************************/

#header h1.logo {
	background:url(images/logo.png) no-repeat;
	text-indent:-6000px;
	display:block;
	height:51px;
	width:385px;
	padding:0;
	margin:0;
}

#header h1.logo a {
	display:block;	
	height:51px;
	width:385px;
}

/****************************************************************************/
/************************************ BODY **********************************/
/****************************************************************************/

#body {
	padding:0 8px 0 11px;
	width:899px;
}

/****************************************************************************/
/*********************************** SIDEBAR ********************************/
/****************************************************************************/

#body .sidebar {
	padding:0 0 25px 0;
	width:182px;
	float:left;
}

/****************************************************************************/
/************************************ AGENDA ********************************/
/****************************************************************************/

#body .sidebar ul.agenda {
	background:url(images/agenda.png) #f4f4f5 no-repeat;
	list-style-type:none;
	padding:31px 0 2px 0;
	margin:0 0 2px 0;
}

#body .sidebar ul.agenda li {
	line-height:20px;	
}

#body .sidebar ul.agenda li a {
	background:url(images/agenda_item.png) no-repeat;
	padding:4px 12px 0 12px;
	text-decoration:none;
	position:relative;
	font-weight:bold;
	font-size:12px;
	display:block;
	color:#7b7b7d;
	height:48px;
	width:158px;
}

#body .sidebar ul.agenda li a:hover {
	background-position:left bottom;	
}

#body .sidebar ul.agenda li a b {
	font-weight:normal;
	font-size:11px;
}

#body .sidebar ul.agenda li a span {
	background:url(images/agenda_icon.png) 0 7px no-repeat;
	text-decoration:underline;
	padding:0 0 0 15px;
	font-weight:normal;
	position:absolute;
	cursor:pointer;
	color:#454545;
	bottom:9px;
	right:12px;
}

#body .sidebar ul.agenda li a:hover span {
	background:url(images/agenda_icon_hover.png) 0 7px no-repeat;
}

/****************************************************************************/
/******************************* ONTDEK TRAINING ****************************/
/****************************************************************************/

#body .sidebar a.ontdek {
	text-decoration:none;
	background:#b0b1b3;
	text-align:center;
	padding:1px 0 0 0;
	margin:0 0 16px 0;
	font-weight:bold;
	line-height:16px;
	font-size:12px;
	display:block;
	height:35px;
	color:#fff;
}

#body .sidebar a:hover.ontdek {
	background:#8a8a8a;	
}

#body .sidebar a.ontdek span {
	color:#454545;	
}

/****************************************************************************/
/******************************* KLANTEN GETUIGEN ***************************/
/****************************************************************************/

#body .sidebar .getuigen {
	background:url(images/getuigen.png) 19px 0 no-repeat;
	padding:22px 16px 0 7px;
	margin:0 0 15px 0;
}

#body .sidebar .getuigen .quote {
	background:url(images/quote_links.png) 0 5px no-repeat;
}

#body .sidebar .getuigen .quote span {
	background:url(images/quote_rechts.png) bottom right no-repeat;
	padding:0 0 14px 22px;
	font-size:11px;
	display:block;	
}

#body .sidebar .getuigen .quote span b {
	font-style:italic;	
}

/****************************************************************************/
/************************************ MENU **********************************/
/****************************************************************************/

#body ul.menu {
	list-style-type:none;
	background:#7b7b7d;
	margin:0 0 10px 0;
	height:31px;
	float:right;
	width:700px;
	padding:0;
}

#body ul.menu li {
	text-indent:-6000px;
	float:left;	
}

#body ul.menu li a {
	display:block;
	height:31px;
}

#body ul.menu li.home a {
	background:url(images/menu_home.png) no-repeat;
	width:97px;
}

#body ul.menu li.opleidingen a {
	background:url(images/menu_opleidingen.png) no-repeat;
	width:130px;
}

#body ul.menu li.videotips a {
	background:url(images/menu_videotips.png) no-repeat;
	width:105px;
}

#body ul.menu li.testimonials a {
	background:url(images/menu_testimonials.png) no-repeat;
	width:124px;
}

#body ul.menu li.over a {
	background:url(images/menu_over.png) no-repeat;
	width:131px;
}

#body ul.menu li.contact a {
	background:url(images/menu_contact.png) no-repeat;
	width:112px;
}

#body ul.menu li a:hover,
#body ul.menu li.current a{
	background-position:left bottom;	
}

/****************************************************************************/
/*********************************** RIGHT **********************************/
/****************************************************************************/

#body .right {
	margin-left:17px;
	width:554px;
	float:left;
}

/****************************************************************************/
/******************************** NIEUWSBRIEF *******************************/
/****************************************************************************/

#body .right .nieuwsbrief {
	padding:10px 0 0 28px;
	background:#f4f4f5;
	position:relative;
	margin:0 0 15px 0;
	height:140px;
	width:525px;
}

#body .right .nieuwsbrief .ja {
	background:url(images/nieuwsbrief_ja.png) 0 4px no-repeat;
	padding:0 0 0 70px;
	margin:0 0 12px 0;
	display:block;
	height:30px;
}

#body .right .nieuwsbrief .ja b {
	color:#474747;
}

#body .right .nieuwsbrief form label {
	background:url(images/nieuwsbrief_input.png) no-repeat;
	padding:0 0 5px 0;
	display:block;
	height:24px;
	width:368px;
}

#body .right .nieuwsbrief form label input {
	padding:4px 0 0 10px;
	font-family:"Arial";
	font-weight:bold;
	background:none;
	font-size:12px;
	color:#7b7b7d;
	width:348px;
	border:none;
}

#body .right .nieuwsbrief form input.button {
	background:transparent url(images/nieuwsbrief_button.png) no-repeat;
	position:absolute;
	cursor:pointer;
	border:none;
	height:96px;
	float:right;
	width:96px;
	right:26px;
	margin:0;
	top:44px;
}

#body .right .nieuwsbrief form input.button:hover {
	background-position:left bottom;	
}

/****************************************************************************/
/****************************** RECENTE VIDEOTIPS ***************************/
/****************************************************************************/

#body .right .recent {
	background:url(images/recent.png) 30px 0 no-repeat;
	padding:30px 0 0 0;
	margin:0 0 15px 0;
	width:570px;
}

#body .right .recent a {
	padding:8px 4px 0 94px;
	text-decoration:none;
	margin-right:4px;
	display:block;
	color:#7b7b7d;
	height:120px;
	float:left;
}

#body .right .recent a.homepage-1 {
	background:url(images/homepage-1.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-2 {
	background:url(images/homepage-2.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-3 {
	background:url(images/homepage-3.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-4 {
	background:url(images/homepage-4.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-5 {
	background:url(images/homepage-5.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-6 {
	background:url(images/homepage-6.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-7 {
	background:url(images/homepage-7.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-8 {
	background:url(images/homepage-8.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-9 {
	background:url(images/homepage-9.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-10 {
	background:url(images/homepage-10.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-11 {
	background:url(images/homepage-11.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-12 {
	background:url(images/homepage-12.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-13 {
	background:url(images/homepage-13.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-14 {
	background:url(images/homepage-14.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-15 {
	background:url(images/homepage-15.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-16 {
	background:url(images/homepage-16.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a.homepage-17 {
	background:url(images/homepage-17.jpg) no-repeat;	
	width:86px;
}

#body .right .recent a b {
	color:#454545;	
}

#body .right a.meer_videotips {
	background:url(images/meer_videotips.png) no-repeat;
	text-indent:-6000px;
	display:block;
	margin:0 auto;
	height:36px;
	width:170px;
}

/****************************************************************************/
/********************************* INSCHRIJVEN ******************************/
/****************************************************************************/

#body .right .inschrijven {
	background:#f4f4f5 url(images/inschrijven.png) 30px 12px no-repeat;
	padding:30px 0 0 28px;
	position:relative;
	margin:0 0 16px 0;
	line-height:24px;
	height:74px;
	width:525px;
}

#body .right .inschrijven .box {
	margin:0 10px 0 0;
	float:left;	
}

.combo {
    position:relative;
    left:0;
    top:0;
}

.combo input {
    position:absolute;
}

.combo div.icon {
    position:absolute;
}

.combo div.list-wrapper {
    position:absolute;
    max-height:200px;
    overflow:hidden;
    z-index:99999;
    height:200px; 
}

.combo li {
    height:20px;
}

.combo .visible {
    display:block;
}

.combo .invisible {
    display:none;
}

.sexy {
    white-space:nowrap;
    height:24px;
    width:198px;
    padding:0;
    border:0;
    margin:0;
}

.sexy input {
    padding:4px 0 0 10px;
	font-family:"Arial";
	font-size:11px;
    border:none;
    height:24px;
    width:198px;  
	color:#333;
    margin:0;
    left:0px;
    top:0px; 
}

#body .right .inschrijven .sexy input {
    background:url(images/inschrijven_dropdown.png) no-repeat;	
}

.sexy .icon {
    background:none;
    cursor:pointer;
    height:22px;
    border:none;
    width:25px;
    right:0;
    top:0;
}

.sexy .list-wrapper {
    border:1px solid #D9D9D9;
    background:#fff;
    bottom:auto;
    padding:0;
    margin:0;
    top:25px;
    left:0;
}

#header .zoeken .sexy .list-wrapper {
	width:198px;	
}

#body .content .filters .list-wrapper {
	width:198px;
}

.sexy .list-wrapper-up {
    bottom:21px;
    top:auto;
}

.sexy ul {
    list-style-type:none;
    height:200px;
    padding:0;
    margin:0;
}

.sexy li {
    font-family:"Arial";
    padding:3px 0 0 5px;
    background:#fff;
	font-size:11px;
    cursor:pointer;
	width:191px;
	color:#333;
    margin:0;
}

.sexy li.active {
    background:#f0f0f0;
}

/* Internet Explorer */
.sexy a,
.sexy a:visited,
.sexy a:active {
	text-decoration:none;
    font-family:"Arial";
	font-size:11px;
    cursor:pointer;
    display:block;
	height:24px;
	width:198px;
	width:100%;
	color:#333;
    margin:0;	
}

.sexy input.empty {
    color:gray;
}

a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}

#body .right .inschrijven .box label {
	background:url(images/inschrijven_input.png) no-repeat;
	display:block;
	height:24px;
	width:146px;
}

#body .right .inschrijven .box label input {
	padding:4px 0 0 10px;
    font-family:"Arial";
	background:none;
	font-size:11px;
	width:125px;
	border:none;
	color:#333;
}

#body .right .inschrijven input.button {
	background:transparent url(images/inschrijven_button.png) no-repeat;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	border:none;
	height:38px;
	float:right;
	width:105px;
	right:15px;
	margin:0;
	top:50px;
}

/****************************************************************************/
/********************************* OPLEIDINGEN ******************************/
/****************************************************************************/

#body .right .opleidingen {
	background:url(images/opleidingen.png) 30px 0 no-repeat;
	padding:22px 0 0 26px;
}

#body .right .opleidingen .item {
	background:url(images/opleidingen_balk.png) bottom left no-repeat;
	padding:0 40px 0 0;
	margin:0 0 7px 0;
	height:118px;
	width:524px;
}

#body .right .opleidingen .item img {
	margin-right:35px;	
}

#body .right .opleidingen .item h3 {
	margin:0 0 2px 0;
	font-size:12px;
	color:#7b7b7d;
	padding:0;
}

#body .right .opleidingen .item p {
	margin-bottom:0px;
	margin-top:0;	
}

#body .right .opleidingen .item a.meer {
	text-decoration:underline;
	color:#fdc82f;
}

/****************************************************************************/
/*********************************** CONTENT ********************************/
/****************************************************************************/

#body .right .content {
	padding:0 20px 0 25px;
	width:500px;
	float:left;
}

#body .right .content p.terug {
	margin-bottom:15px;	
}

#body .right .content p.terug a {
	text-decoration:none;
	font-weight:bold;
	color:#fdc82f;
}

#body .right .content h1 {
	font-size:12px;
	color:#7b7b7d;
	padding:0;
	margin:0;
}

#body .right .content h2 {
	font-size:11px;
	color:#7b7b7d;
	padding:0;
	margin:0;
}

#body .right .content p {
	margin-top:0;	
}

#body .right .workshop {
	padding:20px 0 0 0;
	text-align:center;
	float:right;
	width:210px;
}

#body .right .workshop img {
	margin:0 0 5px 0;	
}

#body .right .workshop a.pdf {
	background:url(images/pdf.png) no-repeat;
	padding:1px 0 2px 20px;
	text-decoration:none;
	font-weight:bold;
	color:#fdc82f;
}

/****************************************************************************/
/*********************************** CONTENT DETAIL *************************/
/****************************************************************************/

#body .right .content-detail {
	padding:0 0px 0 25px;
	width:300px;
	float:left;
}

#body .right .content-detail p.terug {
	margin-bottom:15px;	
}

#body .right .content-detail p.terug a {
	text-decoration:none;
	font-weight:bold;
	color:#fdc82f;
}

#body .right .content-detail p.terug a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#fdc82f;
}

#body .right .content-detail h1 {
	font-size:12px;
	color:#7b7b7d;
	padding:0;
	margin:0;
}

#body .right .content-detail h2 {
	font-size:11px;
	color:#7b7b7d;
	padding:0;
	margin:0;
}

#body .right .content p {
	margin-top:0;	
}

/****************************************************************************/
/*********************************** AVATARS ********************************/
/****************************************************************************/

#body .right .avatars {
	padding:6px 0 6px 12px;
	background:#f4f4f5;
	margin:0 0 20px 0;
	line-height:14px;
	height: 220px;

}

#body .right .avatars .video {
	text-align:center;
	width:86px;
	float:left;
}

#body .right .avatars .video a {
	text-decoration:underline;
	color:#7b7b7d;
}

/****************************************************************************/
/*********************************** TESTIMONIAL ****************************/
/****************************************************************************/

#body .right .testimonial {
	padding:6px 0 6px 12px;
	background:#f4f4f5;
	margin:0 0 20px 0;
	line-height:14px;
}

/****************************************************************************/
/********************************** VIDEOTIPS *******************************/
/****************************************************************************/

#body .right .videotips .video {
	background:url(images/opleidingen_balk.png) left bottom no-repeat;
	margin-bottom:15px;
	width:554px;
}

#body .right .videotips .video .img {
	padding-bottom:15px;
	width:140px;
	float:left;
}

#body .right .videotips .video .txt {
	padding-bottom:15px;
	padding-top:5px;
	float:left;
}

#body .right .videotips .video .txt h3 {
	font-size:14px;
	color:#7b7b7d;
	padding:0;
	margin:0;	
}

#body .right .videotips .video .txt ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#body .right .videotips .video .txt ul li {
	background:url(images/video_list.png) 0 9px no-repeat;
	padding:0 0 0 15px;
}

#body .right .videotips .video .txt ul li a {
	text-decoration:none;
	color:#7b7b7d;
}

#body .right .videotips .video .txt ul li a:hover {
	text-decoration:underline;
	color:#7b7b7d;
}

/****************************************************************************/
/*********************************** BANNER *********************************/
/****************************************************************************/

#body .banner {
	margin:0 15px 0 0;
	float:right;
	width:107px;
}

/****************************************************************************/
/*********************************** FOOTER *********************************/
/****************************************************************************/

#footer {
	background:url(images/footer.png) #fdc82f no-repeat;
	padding:35px 0 10px 0;
	text-align:center;
	color:#454545;
	width:918px;
}

#footer p {
	margin:0;	
}

#footer a {
	text-decoration:none;
	font-weight:bold;
	color:#454545;
}

#footer a:hover {
	color:#fff;	
}

/****************************************************************************/
/*********************************** OVERIG *********************************/
/****************************************************************************/

.clear {
	clear:both;	
}

a
{
  outline: none;
}

a.contact:link, a.contact:visited 
{
	text-decoration:underline;
	color: #3672AD;
}

a.contact:hover
{
	text-decoration:none;
	color: #3672AD;
}

.formulier 
{
	background: #FAFAFA;
	border: solid 1px #9F9FA0;
	color: #111111;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

img
{
	border : 0;
}