/* html img, * html div, * html input { behavior: url("../javascript/iepngfix.htc") } */
* html body { behavior:url("../javascript/csshover.htc"); }

body{
	margin:0;
	font:12px Helvetica, Arial, sans-serif;
	color:#2d2c2c;
}
div{
	overflow:hidden;
}
img{
	border:none;
	display:block;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}	
a{
	outline:none;
	text-decoration:none;
	cursor:pointer;
}
h1, h2, h3, h4, h5, h6, p{
	font-weight:normal;
	margin:0;
}
div.main{
	position:relative;
	width:1000px;
	margin:12px auto 0;
}
p.link{
	text-align:right;
	margin:0 8px 0 0;
}
p.link a{
	color:#2d2c2c;
	background:url(../img/arrow.gif) no-repeat 100% 50%;
	padding:0 15px 1px 0;
	text-decoration:underline;
}
p.link a:hover{
	text-decoration:none;
}
/*header*/
div.header{
	width:100%;
	height:104px;
	overflow:hidden;
	padding:15px 0 0 0;
	margin:10px 0 0 0;
	background-color:gray;
	background: url(../uploadedImages/header-tvvwebsite.png) scroll no-repeat;
}
div.header_visual_1{
	width:100%;
	height:104px;
	overflow:hidden;
	padding:15px 0 1px 0;
	margin:10px 0 0 0;
	background-color:gray;
	background: url(../uploadedImages/header-tvvwebsite.png) scroll no-repeat;
}
div.header_visual_2{
	width:100%;
	height:104px;
	overflow:hidden;
	padding:15px 0 1px 0;
	margin:10px 0 0 0;
	background-color:gray;
	background: url(../uploadedImages/header-tvvwebsite.png) scroll no-repeat;
}
div.header_visual_3{
	width:100%;
	height:104px;
	overflow:hidden;
	padding:15px 0 1px 0;
	margin:10px 0 0 0;
	background-color:gray;
	background: url(../uploadedImages/header-tvvwebsite.png) scroll no-repeat;
}
div.header h1 a, div.header_visual_1 h1 a, div.header_visual_2 h1 a, div.header_visual_3 h1 a {
	float:left;
	background: url(../img/logo.png) no-repeat scroll 0 0;
	width:283px;
	height:66px;
	text-indent:-9999px;
	margin:0 0 0 20px;
}
* html div.header h1 a, * html div.header_visual_1 h1 a, * html div.header_visual_2 h1 a, * html div.header_visual_3 h1 a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../img/logo.png');
	background: none;
}
div.topmenu{
	background-color:#FFFFFF;
	color:#000000;
	display:inline;
	float:right;
	height:13px;
	margin:1px 8px 0 0;
	padding:4px;
	width:auto;
	opacity:0.8;
	filter:alpha(opacity=80);
	color:#000000;
	z-index:1;
}
div.topmenu .texttop {
	z-index:2;
	opacity:1;
	filter:alpha(opacity=100);
}
div.topmenu .texttop a, div.topmenu .texttop a:link, div.topmenu .texttop a:visited{color:#000000;}
div.topmenu .texttop a:hover {color:#D60D13;}
div.search, div.search_dealer{
	float:right;
	margin:0 8px 0 0;
	display:inline;
}
div.search input{
	float:left;
	width:38px;
	height:23px;
	background:url(../img/btn_search.png) no-repeat 0 0;
	border:none;
	padding:0;
	outline:none;
}
div.search_dealer input{
	float:left;
	width:38px;
	height:23px;
	background:url(../img/btn_search_dealer.jpg) no-repeat 0 0;
	border:none;
	padding:0;
	outline:none;
}
div.search input.btn1, div.search_dealer input.btn1{cursor:pointer;}
div.search div.bg_input, div.search_dealer div.bg_input{
	float:left;
	width:109px;
	height:23px;
	background:url(../img/bg_search.png) no-repeat 0 0;
}
div.search div.bg_input input, div.search_dealer div.bg_input input{
	background:none;
	font:11px Arial;
	color: #2d2c2c;
	width:99px;
	height:15px;
	margin:0 0 0 5px;
	padding:6px 0 4px 0;
	outline:none;
}
/* Menu interactie */
/* Initially hide all submenu's */
#sub_menu_01a, #sub_menu_02a, #sub_menu_03a, #sub_menu_04a, #sub_menu_05a, #sub_menu_06a, #sub_menu_07a, #sub_menu_08a, #sub_menu_09a {
	display:none;
}
#sub_menu_01p, #sub_menu_02p, #sub_menu_03p, #sub_menu_04p, #sub_menu_05p, #sub_menu_06p, #sub_menu_07p, #sub_menu_08p {
	display:none;
}
#sub_menu_01d, #sub_menu_02d, #sub_menu_03d, #sub_menu_04d, #sub_menu_05d, #sub_menu_06d, #sub_menu_07d, #sub_menu_08d, #sub_menu_09d {
	display:none;
}
/* Show submenu on hover of a main-menu item */
#menu_01a:hover #sub_menu_01a, 
#menu_02a:hover #sub_menu_02a,
#menu_03a:hover #sub_menu_03a,
#menu_04a:hover #sub_menu_04a,
#menu_05a:hover #sub_menu_05a,
#menu_06a:hover #sub_menu_06a,
#menu_07a:hover #sub_menu_07a,
#menu_08a:hover #sub_menu_08a,
#menu_09a:hover #sub_menu_09a {display:block; width:1000px;}

#menu_01p:hover #sub_menu_01p,
#menu_02p:hover #sub_menu_02p,
#menu_03p:hover #sub_menu_03p,
#menu_04p:hover #sub_menu_04p,
#menu_05p:hover #sub_menu_05p,
#menu_06p:hover #sub_menu_06p,
#menu_07p:hover #sub_menu_07p,
#menu_08p:hover #sub_menu_08p {display:block; width:1000px;}

#menu_01d:hover #sub_menu_01d,
#menu_02d:hover #sub_menu_02d,
#menu_03d:hover #sub_menu_03d,
#menu_04d:hover #sub_menu_04d,
#menu_05d:hover #sub_menu_05d,
#menu_06d:hover #sub_menu_06d,
#menu_07d:hover #sub_menu_07d,
#menu_08d:hover #sub_menu_08d,
#menu_09d:hover #sub_menu_09d {display:block; width:1000px;}

/* Hide all submenu's that are active */
.main_menu ul:hover li.active ul {display:none;}
.main_menu ul:hover li.active:hover ul {display:block;}

.main_menu_dealer ul:hover li.active ul {display:none;}
.main_menu_dealer ul:hover li.active:hover ul {display:block;}


/* Menu */
.main_menu{
	padding-left:10px;
	width:100%;
	background:url(../img/bg_main_menu.jpg) no-repeat 0 0;
	position: relative;
}
.main_menu li, .main_menu_dealer li{
	float:left;
	font-size:13px;
	margin:6px 3px 0 0;
	height:60px;
}
*:first-child+html .main_menu li {margin:6px 3px 0 0;}
*:first-child+html .main_menu_dealer li{margin:6px 3px 0 0;}
* html .main_menu li, * html .main_menu_dealer li{margin:6px 3px 0 0;}
.main_menu li a, .main_menu_dealer li a{
	float:left;
	display:block;
	color:#fff;
	font-weight:600;
}
.main_menu li.active a, .main_menu li a:hover{
	color:#d60e14;
	background:url(../img/bg_menu_left.gif) no-repeat 0 0;
	font-weight:600;
}
.main_menu li a span{
	float:left;
	padding:9px;
	font-weight:600;
}
.main_menu li.active a span, .main_menu li a:hover span{
	background:url(../img/bg_menu_right.gif) no-repeat 100% 0;
	font-weight:600;
}
.main_menu li.active .sub_menu a, .main_menu li.active .sub_menu a:hover{
	background:none;
	font-weight:normal;
}
.main_menu li.active .sub_menu li.active a span{
	color:#d60d13;
	font-weight:normal;
}
.main_menu li.active .sub_menu a span, .main_menu li.active .sub_menu a span:hover{
	background:none;
	font-weight:normal;
	color:#2d2c2c;
}
.main_menu li.active .sub_menu a span:hover{
	background:none;
	font-weight:normal;
	color:#d60d13;
}

/* Menu Dealer */
.main_menu_dealer{
	padding-left:10px;
	width:100%;
	background:url(../img/bg_main_menu_dealer.jpg) no-repeat 0 0;
	position: relative;
}
.main_menu_dealer li, .main_menu_dealer_dealer li{
	float:left;
	font-size:13px;
	margin:6px 3px 0 0;
	height:60px;
}
*:first-child+html .main_menu_dealer li {margin:6px 3px 0 0;}
*:first-child+html .main_menu_dealer_dealer li{margin:6px 3px 0 0;}
* html .main_menu_dealer li, * html .main_menu_dealer_dealer li{margin:6px 3px 0 0;}
.main_menu_dealer li a, .main_menu_dealer_dealer li a{
	float:left;
	display:block;
	color:#fff;
	font-weight:600;
}
.main_menu_dealer li.active a, .main_menu_dealer li a:hover{
	color:#d60e14;
	background:url(../img/bg_menu_left_dealer.gif) no-repeat 0 0;
	font-weight:600;
}
.main_menu_dealer li a span{
	float:left;
	padding:9px;
	font-weight:600;
}
.main_menu_dealer li.active a span, .main_menu_dealer li a:hover span{
	background:url(../img/bg_menu_right_dealer.gif) no-repeat 100% 0;
	font-weight:600;
}
.main_menu_dealer li.active .sub_menu a, .main_menu_dealer li.active .sub_menu a:hover{
	background:none;
	font-weight:normal;
}
.main_menu_dealer li.active .sub_menu li.active a span{
	color:#d60d13;
	font-weight:normal;
}
.main_menu_dealer li.active .sub_menu a span, .main_menu_dealer li.active .sub_menu a span:hover{
	background:none;
	font-weight:normal;
	color:#2d2c2c;
}
.main_menu_dealer li.active .sub_menu a span:hover{
	background:none;
	font-weight:normal;
	color:#d60d13;
}

/* Submenu */
.sub_menu{
	clear:both;
	float:left;
	height:26px;
	left:0;
	position:absolute;
	top:38px;
	width:100%;
}
.sub_menu li{
	float:left;
	font-size:13px;
	height:33px;
	overflow:hidden;
	padding:0 0 0 20px;
}
.sub_menu li a{
	color:#2d2c2c;
	font-weight:normal;
}
.sub_menu li.active a, .sub_menu li a:hover{color:#d60d13;font-weight:normal;}
.sub_menu li.active a span, .sub_menu li a span:hover{color:#d60d13;font-weight:normal;}
.sub_menu li.active a, .sub_menu li a:hover{background:none;font-weight:normal;}
.sub_menu li.active a span, .sub_menu li a:hover span{background:none;font-weight:normal;}
.sub_menu li a span{padding:0px 0px 0px 0px;font-weight:normal;}

.telex-wrap {float:right;width:360px;margin-top:17px;}
.telex-wrap-vervolg{float:right;width:245px;margin-top:17px;}

.telex-wrap-dealer{float:left;margin-left:13px;}
.telex-wrap-dealer-vervolg{float:left;margin-left:13px;}

div.telex-title {width:45px;float:left;}
div.telex-content {float:left;height:14px;}
div.telex-content a, div.telex-content a:link, div.telex-content a:visited {text-decoration:none; color:#000000;}
div.telex-content a:hover {text-decoration:none; color:#d60e14;}

div.button_telex{width:100%;padding:18px 0 0 0;}

div.button_telex p{
	float:left;
	margin-left:13px;
	color:#2d2c2c;
	padding:39px 0 0 0;
	display:inline;
}
.telex li {list-style:none;}
div.button_telex a.red_btn{
	float:left;
	width:201px;
	height:24px;
	background:url(../img/btn_red.gif) no-repeat 0 0;
	text-align:center;
	font-size:13px;
	color:#fff;
	padding:6px 0 0 0;
	margin:0 0 0 13px;
}
div.button_telex a.red_btn_img{float:left;margin:0 0 0 13px;}
div.button_telex_dealer{width:100%;padding:18px 0 0 0;}
div.button_telex_dealer p{
	float:left;
	margin-left:13px;
	color:#2d2c2c;
	padding:39px 0 0 0;
	display:inline;
}

div.small_mar p{margin-left:420px;}
div.small_mar_dealer p{margin-left:13px;}

div.content_holder{padding:10px 0 0 0;}

/*left_column*/
div.left_column{float:left;width:730px;}

div.block1{width:100%;background:url(../img/bg_round_center1.gif) repeat-y 0 0;}
div.block1_top{width:100%;background:url(../img/bg_round_top1.jpg) no-repeat 0 0;}
div.block1_bottom{background:url(../img/bg_round_bottom1.gif) no-repeat 0 100%;padding:12px 16px 16px 12px;width:971px;}
div.block1_white{width:100%;background:#fff url(../img/bg_round_top1_white.gif) no-repeat 0 0;}
div.block1_bottom_white{width:100%;background:url(../img/bg_round_bottom1_white.gif) no-repeat 0 100%;padding:3px;}

div.block2{width:100%;background:url(../img/bg_round_center2.gif) repeat-y 0 0;}
div.block2_top{width:100%;background:url(../img/bg_round_top2.jpg) no-repeat 0 0;}
div.block2_bottom{
	width:702px;
	min-height:585px;
	background:url(../img/bg_round_bottom2.jpg) no-repeat 0 100%;
	padding:12px 16px 0 12px;
}

* html div.block2_bottom{height:597px;overflow:visible;}

div.block2_bottom_dealer{
	width:702px;
	min-height:585px;
	background:url(../img/bg_round_bottom2.jpg) no-repeat 0 100%;
	padding:12px 16px 0 12px;
}
* html div.block2_bottom_dealer{height:621px;overflow:visible;}
div.block2_white{width:100%;background:#fff url(../img/bg_round_top2_white.gif) no-repeat 0 0;}
div.block2_bottom_white{width:100%;background:url(../img/bg_round_bottom2_white.gif) no-repeat 0 100%;}

div.block3{width:100%;background:url(../img/bg_round_center3.gif) repeat-y 0 0;}
.block3_mar_bot{margin-bottom: 15px;}
div.block3_top{width:100%;background:url(../img/bg_round_top3.jpg) no-repeat 0 0;}
div.block3_bottom{
	width:580px;
	min-height:197px;
	background:url(../img/bg_round_bottom3.jpg) no-repeat 0 100%;
	padding:12px 16px 20px 13px;
}
* html div.block3_bottom{height:197px;overflow:visible;}

div.block3_white{width:100%;background:#fff url(../img/bg_round_top3_white.gif) no-repeat 0 0;}
div.block3_bottom_white{
	width:100%;
	background:url(../img/bg_round_bottom3_white.gif) no-repeat 0 100%;
	min-height:160px;
}
* html div.block3_bottom_white{height:160px;overflow:visible;}
div.block3_bottom_white ul{height:225px;}
div.block3_bottom_white ul li{display:none;}

div.block4{width:100%;background:url(../img/bg_round_center4.gif) repeat-y 0 0;}
.block4_mar_bot{margin-bottom: 15px;}
div.block4_top{width:100%;background:url(../img/bg_round_top4.jpg) no-repeat 0 0;}
div.block4_bottom{
	width:351px;
	min-height:200px;
	background:url(../img/bg_round_bottom4.jpg) no-repeat 0 100%;
	padding:12px 17px 15px 13px;
}
* html div.block4_bottom{height:200px;overflow:visible;}
div.block4_white{width:100%;background:#fff url(../img/bg_round_top4_white.gif) no-repeat 0 0;}
div.block4_bottom_white{
	width:100%;
	background:url(../img/bg_round_bottom4_white.gif) no-repeat 0 100%;
	min-height:160px;
}
* html div.block4_bottom_white{height:160px;overflow:visible;}

div.block5{width:100%;background:url(../img/bg_round_center5.gif) repeat-y 0 0;}
div.block5_top{width:100%;background:url(../img/bg_round_top5.jpg) no-repeat 0 0;}
div.block5_bottom{
	width:234px;
	min-height:127px;
	background:url(../img/bg_round_bottom5.jpg) no-repeat 0 100%;
	padding:12px 17px 15px 13px;
}
* html div.block5_bottom{height:142px;overflow:visible;}
div.block5_white{width:100%;background:#fff url(../img/bg_round_top5_white.gif) no-repeat 0 0;}
div.block5_bottom_white{
	width:100%;
	background:url(../img/bg_round_bottom5_white.gif) no-repeat 0 100%;
	/*padding:0 0 0 0;min-height:179px;*/
	padding:0 0 4px 0;
	}
div.block6_white{width:100%;background:#fff url(../img/bg_round_top6_white.gif) no-repeat 0 0;}
div.block6_bottom_white{
	width:720px;
	background:url(../img/bg_round_bottom6_white.gif) no-repeat 0 100%;
	padding:0 0 10px 2px;
	min-height:170px;
}
* html div.block6_bottom_white{height:170px;overflow:visible;}

div.block7_white{width:186px;background:#fff url(../img/bg_round_top7_white.gif) no-repeat 0 0;}
div.block7_bottom_white{
	width:186px;
	background:url(../img/bg_round_bottom7_white.gif) no-repeat 0 100%;
	min-height:70px;
	padding:0 0 10px 0;
}
* html div.block7_bottom_white{height:70px;overflow:visible;}

div.common_block{min-height:585px;width:702px;}
div.common_block_top{
	background:transparent url(../img/bg_commonblock_top.gif) no-repeat scroll 0 0;
	height:6px;
	width:702px;
}
div.common_content{
	background:transparent url(../img/bg_commonblock_center.gif) repeat-y scroll 0 0;
	width:100%;
	margin:0 0 16px 0;
}
div.common_content_bottom{
	background:transparent url(../img/bg_commonblock_bottom.gif) no-repeat scroll 0 100%;
	min-height:542px;
	padding:0 20px 20px 30px;
	width:652px;
}

div.breed_block{min-height:585px;width:971px;}
div.breed_block_top{
	background:transparent url(../img/bg_breedblock_top.gif) no-repeat scroll 0 0;
	height:6px;
	width:971px;
}
div.breed_content{
	background:transparent url(../img/bg_breedblock_center.gif) repeat-y scroll 0 0;
	width:100%;
	margin:0 0 0 0;
}
div.breed_content_bottom{
	background:transparent url(../img/bg_breedblock_bottom.gif) no-repeat scroll 0 100%;
	min-height:542px;
	padding:0 20px 35px 25px;
	width:926px;
}

/*----------------------- @DEALER LINK HOMEPAGE ------------------------ */
div.dealer_home_link{width:100%;margin-bottom:6px;}
div.dealer_home_link_top{width:100%;background:url(../img/bg_round_top_dealerlinkhome.jpg) no-repeat 0 0;}
div.dealer_home_link_bottom{
	width:351px;
	min-height:43px;
	background:url(../img/bg_round_bottom_dealerlinkhome.jpg) no-repeat 0 100%;
	padding:12px 17px 15px 13px;
}
* html div.dealer_home_link_bottom{height:43px;overflow:visible;}

div.dealer_home_link_container {height: 45px;}
div.dealer_home_link_container .left {
	float:left;
	background: url(../img/dealer_home_link_left.gif) scroll 0 0 repeat-x;
	width: 6px;
	height: 45px;	
}
div.dealer_home_link_container .text {
	float:left;
	background: url(../img/dealer_home_link_container.gif) scroll 0 0 repeat-x;
	display:inline;
	width:339;
	height:45px;
	padding:0;
	font-size: 18px;
	font-weight:600;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
}
div.dealer_home_link_container .text a, div.dealer_home_link_container .text a:link, div.dealer_home_link_container .text a:visited, div.dealer_home_link_container .text a:hover {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
}
div.dealer_home_link_container .right {
	float:right;
	background: url(../img/dealer_home_link_right.gif) scroll 0 0 repeat-x;
	width: 6px;
	height: 45px;	
}

/*----------------------- @DEALER LINK VERVOLG ------------------------ */
div.dealer_vervolg_link{width:100%;margin-bottom:1px;}
div.dealer_vervolg_link_top{width:100%;background:url(../img/bg_round_top_dealerlinkvervolg.jpg) no-repeat 0 0;}
div.dealer_vervolg_link_bottom{
	width:241px;
	min-height:35px;
	background:url(../img/bg_round_bottom_dealerlinkvervolg.jpg) no-repeat 0 100%;
	padding:9px 10px 12px 12px;
}
* html div.dealer_vervolg_link_bottom{height:35px;overflow:visible;}

div.dealer_vervolg_link_container {height: 34px;}
div.dealer_vervolg_link_container .left {
	float:left;
	background: url(../img/dealer_vervolg_link_left.gif) scroll 0 0 repeat-x;
	width: 6px;
	height: 34px;	
}
div.dealer_vervolg_link_container .text {
	float:left;
	background: url(../img/dealer_vervolg_link_container.gif) scroll 0 0 repeat-x;
	display:inline;
	height: 26px;	
	width: 215px;
	font-size: 13px;
	font-weight:600;
	color:#FFFFFF;
	text-transform:uppercase;
	padding: 3px 5px 5px 5px;
	text-align:center;
	/*/*letter-spacing: -1px;*/*/
}
div.dealer_vervolg_link_container .text a, div.dealer_vervolg_link_container .text a:link, div.dealer_vervolg_link_container .text a:visited, div.dealer_vervolg_link_container .text a:hover {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
}
div.dealer_vervolg_link_container .right {
	float:left;
	background: url(../img/dealer_vervolg_link_right.gif) scroll 0 0 repeat-x;
	width: 6px;
	height: 34px;	
}
ul.tabs_list{
	overflow:hidden;
	background:url(../img/bg_tabs.gif) no-repeat 0 100%;
	height:42px;
	padding:0 0 0 2px;
}
* html ul.tabs_list{padding:0 0 0 4px;}
*:first-child+html ul.tabs_list{background:url(../img/bg_tabs.gif) no-repeat 0 7px;}
* html ul.tabs_list{background:url(../img/bg_tabs.gif) no-repeat 0 7px;}

ul.tabs_list_wide{background:url(../img/bg_tabs_wide.gif) no-repeat 0 100%;}
*:first-child+html ul.tabs_list_wide{background:url(../img/bg_tabs.gif) no-repeat 0 7px;}
* html ul.tabs_list_wide{background:url(../img/bg_tabs.gif) no-repeat 0 7px;}

ul.tabs_list li{
	float:left;
	/*width:168px;*/
	height:35px;
	font-size:14px;
	font-weight:600;
	background:url(../img/divider.gif) no-repeat 100% 0;
	margin:9px 0 0 0;
	color:#2d2c2c;
	text-transform: uppercase;
}
ul.tabs_list li.active{
	background:url(../img/bg_tab_active.gif) no-repeat 0 0;
	border:none;
	margin:0 0 0 -2px;
	height:42px;
}
ul.tabs_list li a{
	float:left;
	height:28px;
	color:#000;
	text-align:center;
	padding:7px 10px 0 10px;
	font-weight:600;
}
ul.tabs_list li.active a{
	padding:14px 10px 0 10px;
	color:#d60d13;
	background:url(../img/bg_tab_active_right2.gif) no-repeat scroll right  0px;
}
div.tab_content1{
	width:100%;
	background:url(../img/bg_tabs1_center.gif) repeat-y 0 0;
	margin:0 0 17px 0;
}
/* REDEFINE STANDARDS */
.tab_content1_bottom ul{list-style:disc;margin:0 0 20px 35px;}
.tab_content1_bottom ul li{padding-left:4px;}
.tab_content1_bottom ol{}
.tab_content1_bottom p{margin:0 0 15px 0;}
.tab_content1_bottom a, .tab_content1_bottom a:link, .tab_content1_bottom a:visited{color:#2D2C2C; text-decoration:underline;}
.tab_content1_bottom a:hover{color:#D60D13; text-decoration:underline;}

.common_content_bottom ul{list-style:disc;margin:0 0 20px 35px;}
.common_content_bottom ul li{padding-left:4px;}
.common_content_bottom ol{}
.common_content_bottom p{margin:0 0 15px 0;}
.common_content_bottom a, .tab_content1_bottom a:link, .tab_content1_bottom a:visited{color:#2D2C2C; text-decoration:underline;}
.common_content_bottom a:hover{color:#D60D13; text-decoration:underline;}

.breed_content_bottom ul{list-style:disc;margin:0 0 20px 35px;}
.breed_content_bottom ul li{padding-left:4px;}
.breed_content_bottom ol{}
.breed_content_bottom p{margin:0 0 15px 0;}
.breed_content_bottom a, .tab_content1_bottom a:link, .tab_content1_bottom a:visited{color:#2D2C2C; text-decoration:underline;}
.breed_content_bottom a:hover{color:#D60D13; text-decoration:underline;}

div.tab_content1_bottom{
	width:652px;
	min-height:506px;
	background:url(../img/bg_tabs1_bottom.gif) no-repeat 0 100%;
	padding:0 20px 20px 30px;
}
div.tab_content1_bottom_dealer{
	width:652px;
	min-height:548px;
	background:url(../img/bg_tabs1_bottom.gif) no-repeat 0 100%;
	padding:0 20px 0 30px;
}
div.tab_content_wide{
	width:100%;
	background:url(../img/bg_tabs1_center_wide.gif) repeat-y 0 0;
}
div.tab_content_bottom_wide{
	width:921px;
	min-height:557px;
	background:url(../img/bg_tabs1_bottom_wide.gif) no-repeat 0 100%;
	padding:0 20px 0 30px;
}
* html div.tab_content1_bottom{height:531px;overflow:visible;}

/*right_column*/
div.right_column{
	float:right;
	width:264px;
}
div.telex_search{
	background:url(../img/bg_telex_search.jpg) no-repeat 0 0;
	width:100%;
	height:27px;
	padding:8px 0 8px 0;
}
div.telex_search_dealer{
	background:url(../img/bg_telex_search_dealer.jpg) no-repeat 0 0;
	width:100%;
	height:27px;
	padding:8px 0 8px 0;
}
div.email div.bg_input,
div.telex_search div.bg_input{
	float:left;
	background:url(../img/bg_search1.gif) no-repeat 0 0;
	width:178px;
	height:19px;
	margin:0 0 0 9px;
	display:inline;
}
div.telex_search_dealer div.bg_input{
	float:left;
	background:url(../img/bg_search1_dealer.gif) no-repeat 0 0;
	width:188px;
	height:19px;
	margin:0 0 0 9px;
	display:inline;
}
div.email div.bg_input input,
div.telex_search div.bg_input input, div.telex_search_dealer div.bg_input input{
	width:178px;
	height:14px;
	border:none;
	margin:0 0 0 5px;
	padding:3px 0 2px 0;
	font:11px Arial;
	color:#2d2c2c;
	background:none;
	outline:none;
}
div.telex_search input.magnifier{
	float:left;
	background:url(../img/magnifier.gif) no-repeat 0 0;
	width:16px;
	height:17px;
	border:none;
	margin:1px 0 0 10px;
	padding:0;
	outline:none;
	cursor:pointer;
}
div.telex_search_dealer input.magnifier{
	float:left;
	background:url(../img/magnifier_dealer.gif) no-repeat 0 0;
	width:16px;
	height:17px;
	border:none;
	margin:1px 0 0 10px;
	padding:0;
	outline:none;
	cursor:pointer;
}
div.telex .telex-tekst{width:100; display:block;}
div.packages, div.packages_dealer{width:100%;}
div.packages h3{
	background:url(../img/bg_packages_h3.gif) no-repeat 0 0;
	height:25px;
	font-size:14px;
	font-weight:600;
	/*letter-spacing: -1px;*/
	color:#fff;
	padding:6px 0 0 10px;
}
div.packages_dealer h3{
	background:url(../img/bg_packages_h3_dealer.gif) no-repeat 0 0;
	height:25px;
	font-size:14px;
	font-weight:600;
	/*letter-spacing: -1px;*/
	color:#fff;
	padding:6px 0 0 10px;
}
ul.black_dots{
	overflow:hidden;
	background-color:#fff;
}
ul.black_dots li{
	overflow:hidden;
	background:url(../img/black_dot.gif) no-repeat 12px 50%;
	padding:2px 0 2px 26px;
	border-top:1px #f3f3f3 solid;
	color:#2d2c2c;
	font-size: 13px;
}
ul.black_dots li a{color:#000;}
ul.black_dots li a:hover{color:#d60e14;}
div.image_block{min-height:100px;}
div.image_block_small{min-height:125px;}
* html div.image_block{height:150px;overflow:visible;}

div.email{height:50px;background:url(../img/bg_email.jpg) no-repeat 0 0;}
div.email p{color:#fff;padding:5px 0 3px 9px;}

/*div.email input.letter{*/
div.email .letter{
	float:left;
	/*background:url(../img/letter.gif) no-repeat 0 0;*/
	width:22px;
	height:12px;
	border:none;
	padding:0;
	margin:3px 0 0 7px;
	outline:none;
	cursor:pointer;
}
div.email input.letter_dealer{
	float:right;
	background:url(../img/letter_dealer.gif) no-repeat 0 0;
	width:27px;
	height:15px;
	border:none;
	padding:0;
	margin:3px 15px 0 10px;
	outline:none;
	cursor:pointer;
}
div.no_pad{padding:0;}
ul.breadcrumb{
	overflow:hidden;
	width:100%;
	padding:10px 0 0 0;
}
ul.breadcrumb li{
	float:right;
	color:#2d2c2c;
	font-size:11px;
}
ul.breadcrumb li a{color:#000;}
ul.breadcrumb li a:hover{color:#d60e14;}
/*div.content_holder h1, div.content_holder h2, h4{
	font-size:20px;
	color: #d60d13;
	padding:20px 0 10px 0;
	font-weight:600;
}*/
h4{
	font-size:20px;
	color: #d60d13;
	padding:20px 0 10px 0;
	font-weight:600;
}
div.common_content_bottom h1, div.tab_content1_bottom h1, div.breed_content_bottom h1{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:600;
	font-style:normal;
	text-transform:uppercase;
	font-size:16pt;
	color:#d60d13;
	margin:10px 0 10px 0;
}
div.common_content_bottom h2, div.tab_content1_bottom h2, div.breed_content_bottom h2{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:14pt;
	color:#2d2c2c;
	margin:10px 0 10px 0;
}
div.common_content_bottom h3, div.tab_content1_bottom h3, div.breed_content_bottom h3{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:12pt;
	color:#2d2c2c;
	margin:10px 0 10px 0;
}
div.common_content_bottom h4, div.tab_content1_bottom h4, div.breed_content_bottom h4{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:11pt;
	color:#2d2c2c;
	margin:10px 0 10px 0;
}
div.common_content_bottom h5, div.tab_content1_bottom h5, div.breed_content_bottom h5{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:10pt;
	color:#2d2c2c;
	margin:10px 0 10px 0;
}

div.left_part{float:left;width:723px;}
div.right_part{float:right;width:234px;}

/* Search */
div.search1{float:right;}
div.search1 div.bg_input{
	float:left;
	background:url(../img/bg_search2.png) no-repeat 0 0;
	width:95px;
	height:29px;
	margin:0 0 0 9px;
	display:inline;
}
div.search1 div.bg_input input{
	width:73px;
	height:14px;
	border:none;
	margin:4px 0 0 10px;
	padding:4px 0 2px 0;
	font:11px Arial;
	color:#2d2c2c;
	background:none;
	outline:none;
}
div.search1 input.btn{
	float:left;
	background:url(../img/btn_search1.png) no-repeat 0 0;
	width:55px;
	height:29px;
	border:none;
	padding:0;
	outline:none;
	cursor:pointer;
}

/* Search 3 stappen*/
div.search_3stappen{
	float:right;
	margin:-42px 0 0 62px;
	position:absolute;
}
div.search_3stappen div.bg_input{
	float:left;
	background:url(../img/bg_search2.png) no-repeat 0 0;
	width:95px;
	height:29px;
	margin:0 0 0 9px;
	display:inline;
}
div.search_3stappen div.bg_input input{
	width:73px;
	height:14px;
	border:none;
	margin:4px 0 0 10px;
	padding:4px 0 2px 0;
	font:11px Arial;
	color:#2d2c2c;
	background:none;
	outline:none;
}
div.search_3stappen input.btn{
	float:left;
	background:url(../img/btn_search1.png) no-repeat 0 0;
	width:55px;
	height:29px;
	border:none;
	padding:0;
	outline:none;
	cursor:pointer;
}

/* Search 4 stappen*/
div.search_4stappen {
	float:right;
	margin: -42px 0 0 790px;
	position:absolute;
}
*:first-child+html div.search_4stappen {float:right;margin:-42px 19px 0 0;position:relative;}
* html div.search_4stappen {float:right;margin:-42px 8px 0 0;position:relative;}

div.search_4stappen div.bg_input{
	float:left;
	background:url(../img/bg_search2.png) no-repeat 0 0;
	width:95px;
	height:29px;
	margin:0 0 0 9px;
	display:inline;
}
div.search_4stappen div.bg_input input{
	width:73px;
	height:14px;
	border:none;
	margin:4px 0 0 10px;
	padding:4px 0 2px 0;
	font:11px Arial;
	color:#2d2c2c;
	background:none;
	outline:none;
}
div.search_4stappen input.btn{
	float:left;
	background:url(../img/btn_search1.png) no-repeat 0 0;
	width:55px;
	height:29px;
	border:none;
	padding:0;
	outline:none;
	cursor:pointer;
}

/*footer*/
div.footer{clear:both;padding:20px 15px 20px 15px;line-height:18px;}
div.footer_gegevens {float:left;}
div.footer_gegevens .handelsmerk {font-size:10px;}

div.footer_banner {float:right;vertical-align: top;margin: 0;padding: 0;}
div.footer_banner img{float:right;}
div.footer p a, div.footer_gegevens p a{color:#000;text-decoration:underline;}
div.footer p a:hover, div.footer_gegevens p a:hover{text-decoration:none;}

div.left_column_wide{width:612px;}

div.red_block{
	width:100%;
	height:35px;
	background:url(../img/bg_red.jpg) no-repeat 0 0;
}
div.gray_block{
	width:100%;
	height:35px;
	background:url(../img/bg_gray.jpg) no-repeat 0 0;
}
div.red_block h3, div.gray_block h3{
	color:#fff;
	font-size:20px;
	padding:5px 0 0 10px;
	text-transform: uppercase;
	font-weight:600;
}
ul.image_text{overflow:hidden;}
ul.image_text li{float:left;}
ul.image_text li.central{margin:0 10px;}
div.red_line{
	width:100%;
	height:23px;
	background:url(../img/red_line.gif) repeat-x 0 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:600;
	line-height:20px;
}
div.gray_line{
	width:100%;
	height:23px;
	background:url(../img/gray_line.gif) repeat-x 0 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:600;
	line-height:20px;
}
ul.image_text li p{
	padding:5px 10px 5px 10px;
	font-size:11px;
	color: #2d2c2c;
	text-align:justify;
}
a.more{
	float:right;
	background:url(../img/btn_more.gif) no-repeat 0 0;
	width:68px;
	height:22px;
	margin:5px 15px 0 0;
}
a.more_dealer{
	float:right;
	background:url(../img/btn_more_dealer.gif) no-repeat 0 0;
	width:68px;
	height:22px;
	margin:5px 15px 0 0;
}
div.right_column_wide{width:381px;}
div.telex_search1{background:url(../img/bg_telex_search1.jpg) no-repeat 0 0;}
div.telex_search1_dealer{background:url(../img/bg_telex_search1_dealer.jpg) no-repeat 0 0;}
div.telex_search1 p, div.telex_search1_dealer p{
	float:left;
	color:#fff;
	font-size:13px;
	font-weight:600;
	padding:0 6px 0 10px;
	line-height:18px;
}
div.email1{
	height:27px;
	background:url(../img/bg_email1.jpg) no-repeat 0 0;
	padding:5px 0 0 0;
}
div.email1_dealer{
	height:27px;
	background:url(../img/bg_email1_dealer.jpg) no-repeat 0 -6px;
	padding:5px 0 0 0;
	margin: 0 0 0 0;
	cursor:pointer;
}
div.email1 strong, div.email1_dealer strong{
	float:left;
	font-size:15px;
	color:#fff;
	padding:1px 0 0 10px;
	font-weight:600;
}
ul.tabs_list_right{
	overflow:hidden;
	background:url(../img/bg_tabs_right.gif) no-repeat 0 100%;
	height:29px;
	padding:0 0 0 1px;
	position:relative;
}
* html ul.tabs_list_right{padding:0 0 0 2px;}
ul.tabs_list_right li{
	float:left;
	width:87px;
	height:23px;
	font-size:10px;
	font-weight:600;
	background:url(../img/divider1.gif) no-repeat 100% 0;
	margin:6px 0 0 0;
	/*letter-spacing: -1px;*/
}
ul.tabs_list_right li.active{
	background:url(../img/bg_tab_active_right.gif) no-repeat 0 0 !important;
	border:none;
	margin:0 0 0 -1px;
	height:29px;
}
ul.tabs_list_right li.last{
	background:none;
}
ul.tabs_list_right li a{
	font-size: 13px;
	font-weight:600;
	color: #2d2c2c;
	float:left;
	width:87px;
	height:18px;
	color:#000;
	text-align:center;
	padding:3px 0 0 0;
	text-transform: uppercase;
}
ul.tabs_list_right li a:hover{
	color:#d60e14;
}
ul.tabs_list_right li.active a{
	font-size: 13px;
	font-weight:600;
	padding:8px 0 0 0;
	color:#d60d13;
}
div.tab_content_right{
	background:url(../img/bg_tabs_right_center.gif) repeat-y 0 0;
}
ul.rss{
	overflow:hidden;
	background-color:#fff;
	margin:-1px 0 0 1px;
	width:349px;
}
ul.rss li{
	overflow:hidden;
	padding:2px 0 2px 6px;
	border-top:1px #f3f3f3 solid;
	color:#2d2c2c;
	font-size:11px;
	line-height:16px;
}
ul.rss li a{
	color:#000;
	background:url(../img/rss.gif) no-repeat 0 50%;
	padding:0 0 1px 20px;
}
.rss-link{float:left; margin: 1px 4px 0 0;}

ul.rss li a:hover{color:#d60e14;}
ul.rss li p{font-size:13px;color:#d60e14;}
ul.rss .rss_dealer_spacer {
	background-color: #FFFFFF;
	height:13px;
	margin: 0;
	padding: 0;
}
div.block4_bottom div.red_line{text-align:left;}
div.block4_bottom div.red_line strong{font-size:14px;padding:0 0 0 10px;font-weight:600;}
div.data{padding:5px 0 3px 7px;width:344px;}
div.data p{
	overflow:hidden;
	padding:5px 0 0 0;
	width:310px;
}
div.data label{
	float:left;
	color:#fff;
	font-size:13px;
	color:#d60d13;
	font-weight:600;
}
div.data p input{
	float:left;
	width:22px;
	height:13px;
	border:none;
	padding:0;
	margin:1px 0 0 7px;
	outline:none;
	color:#d60d13;
}
div.data p span{
	float:right;
	background:url(../img/bg_input.gif) no-repeat 0 0;
	width:190px;
	height:17px;
}
div.data p span input{
	background:none;
	font:11px Arial;
	width:178px;
	height:13px;
}
div.login{padding:4px 0 0 0;}
div.login a{
	float:left;
	font-size:11px;
	color:#3b3232;
	text-decoration:underline;
	margin:2px 0 0 0;
}
div.login a:hover{text-decoration:none;}
div.login input{
	float:right;
	background:url(../img/btn_login.gif) no-repeat 0 0;
	width:56px;
	height:18px;
	border:none;
	padding:0;
	margin:0 13px 0 0;
	cursor:pointer;
}
ul.footer_list{overflow:hidden;width:943px;}
ul.footer_list li{
	float:left;
	background:url(../img/divider2.gif) no-repeat 0 50px;
	margin:0 0 0 -2px;
	padding:0 0 0 25px;
	width:290px;
	height:310px;
}
ul.footer_list li div{padding:25px 0 20px;}
ul.footer_list li h4{
	font-size: 16px;
	font-weight:600;
	color: #d60d13;
	padding:0;
}
ul.footer_list li li{
	float:none;
	padding:8px 0 0 0;
	margin:0;
	background:none;
	width:auto;
	height:auto;
}
ul.footer_list li li a{color:#2d2c2c;}
ul.footer_list li li a:hover{color:#d60d13;}
div.wide{width:100%;margin:15px 0 0 0;}
div.padding_top{padding-top:19px;}
div.stappen_header {
	font-size: 16px;
	font-weight:600;
	color:#d60d13;
	height: 30px;
	padding-left: 2px;	
}
div.stappen_header_dealer {
	font-size: 16px;
	font-weight:600;
	text-transform: uppercase;
	color:#2d2c2c;
	height: 30px;
	padding-left: 2px;	
}

/* carousel */
.animated-panorama {overflow:hidden; height:225px;}
.innerfade-title{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 290;
	width: 100%;
	background: transparent url(../img/bg_red.jpg) no-repeat scroll 0 0;
	height: 35px;
	text-align:left;
	border-top: 1px solid white;
}
.innerfade-title h2{
	color: white!important;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	margin-left:10px;
	font-family: Arial;
	font-size: 16px;
	font-weight:600;
	line-height: 34px;
	padding-top:0px!important;
}
.innerfade-title-dealer{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 290;
	width: 100%;
	background: transparent url(../img/bg_gray.jpg) no-repeat scroll 0 0;
	height: 35px;
	text-align:left;
	border-top: 1px solid white;
}
.innerfade-title-dealer h2{
		color: white!important;
		margin-top: 0;
		margin-bottom: 0;
		text-align: left;
		margin-left:10px;
		font-family: Arial;
		font-size: 16px;
		line-height: 34px;
		padding-top:0px!important;
}
.mycontrolboxclass{
	position: absolute;
	top: 104px;
	width:580px; 
	height:30px;
}
.next-button, .back-button  {position:absolute;}
.next-button {right:12px;}
.back-button {left:12px;}

/*--------------------------------------------------------------*/
#example{position:relative;height:155px;}
ul.tabs_box li a.active-tab{color:#d60e14;}
ul.tabs_box{
	position:relative;
	background:url(../img/tabs-bg-nieuws.gif) no-repeat left bottom;
	width:339px;
	height:29px;
	padding-left:12px;
}
ul.tabs_box_nieuws{background:url(../img/tabs-bg-nieuws.gif) no-repeat left bottom;}
ul.tabs_box_acties{background:url(../img/tabs-bg-acties.gif) no-repeat left bottom;}
ul.tabs_box_wedstrijden{background:url(../img/tabs-bg-wedstrijden.gif) no-repeat left bottom;}
ul.tabs_box_promos{background:url(../img/tabs-bg-promos.gif) no-repeat left bottom;}
ul.tabs_box li{
	padding-top:10px;
	height:19px;
	float:left;
	font-size:10px;
	font-weight:600;
	/*letter-spacing: -1px;*/
}
ul.tabs_box li a{
	font-size: 13px;
	font-weight:600;
	color:#000;
	text-align:center;
	text-transform: uppercase;
	cursor:pointer;
}
ul.tabs_box li a:hover{
	color:#d60e14;
}
ul.tabs_box li.nieuws{width:76px;}
ul.tabs_box li.acties{width:70px;}
ul.tabs_box li.wedstrijden{width:118px;}
ul.tabs_box li.promos{width:75px;}

/* IE 7 */
*:first-child+html ul.tabs_box li.nieuws{width:74px;}
*:first-child+html ul.tabs_box li.acties{width:68px;}
*:first-child+html ul.tabs_box li.wedstrijden{width:120px;}
*:first-child+html ul.tabs_box li.promos{width:77px;}

/* IE 6 */
* html ul.tabs_box li.nieuws{width:74px;}
* html ul.tabs_box li.acties{width:68px;}
* html ul.tabs_box li.wedstrijden{width:120px;}
* html ul.tabs_box li.promos{width:77px;}

.nieuwsbox{position:absolute;top:0px;left:0px;}
.actiesbox{position:absolute;top:0px;left:0px;}
.wedstrijdenbox{position:absolute;top:0px;left:0px;}
.promosbox{position:absolute;top:0px;left:0px;}

div.tab_content_box{
	position:relative;
	float:left;
	clear:left;
	background:url(../img/bg_tabs_right_center.gif) repeat-y 0 0;
}
.tab_content_box_container{overflow: hidden; height: 105px;}
ul.rss_box{
	background-color:#fff;
	margin:-1px 0 0 1px;
	width:351px;
}
ul.rss_box li{
	padding:2px 0 2px 6px;
	border-bottom:1px #f3f3f3 solid;
	color:#2d2c2c;
	font-size:11px;
	line-height:16px;
}
ul.rss_box li a{color:#000;}
ul.rss_box li a:hover{color:#d60e14;}
ul.rss_box li p{font-size:13px;color:#d60e14;}
/*-----------------------------------------------------------------*/

/* FAQ */
/* CONTAINER: GEHELE FAQ BLOK */
.faq-container{
	width:650px;
	margin:0px auto;
	background:#fff url(../img/faq_left.gif) repeat-y left top;
	font-size:11px;
}
.faq-container-top {
	width:100%;
	height:49px;
	background:url(../img/faq_top.gif) no-repeat left top;
}
.faq-container-header {
	display:block;
	position:relative;
	height:48px;
	background:url(../img/faq_top_right.gif) no-repeat right top;
}
/* Dealer */
	.block2_bottom_dealer .faq-container-top {
		width:100%;
		height:49px;
		background:url(../img/faq_top_dealer.gif) no-repeat left top;
	}
	.block2_bottom_dealer .faq-container-header {
		display:block;
		position:relative;
		height:48px;
		background:url(../img/faq_top_right_dealer.gif) no-repeat right top;
	}
.faq-container-top .faq-container-header h2{
	padding: 7px 0 0 28px;
	font-size: 15px;
	font-weight:bold;
	color:#fff;
}
.faq-container-content {
	position:relative;
	background:url(../img/faq_right.gif) repeat-y right top;
	padding:18px 14px 1px 14px;
	margin:-1px 1px -50px 0;
}
.faq-container-bottom, .faq-container-bottom-vraag {
	width:100%;
	height:40px;
	background:url(../img/faq_bottom.gif) no-repeat left bottom;
	margin: 32px 0 0 0;
}
.faq-container-bottom-vraag {margin: 50px 0 0 0;}
.faq-container-bottom-content{
	display:block;
	position:relative;
	height:40px;
	background:url(../img/faq_bottom_right.gif) no-repeat right bottom;
}

/* TEKST - CONTAINER: DE BLOKKEN MET INHOUD, BIJVOORBEELD ZOEKEN */
.faq-tekst-container{margin: 0 20px 0 20px;}
.faq-tekst-container p{margin: 0 0 20px 0;}
.faq-afdrukken-container{margin: 0 20px 20px 20px;}
.faq-afdrukken-container p{margin: 0 0 20px 0;}
.faq-tevreden-container{margin: 0 20px 20px 20px;}
.faq-tevreden-container p{margin: 0 0 20px 0;}
.faq-verwant-container{margin: 0 20px 20px 20px;}
.faq-verwant-container p{margin: 0 0 20px 0;}

/* DE VRAGEN - CONTAINER */
.faq-q{width:100%;margin:0px auto;background:#fff url(../img/faq_q_top_left.gif) repeat-y left top;}
	/* Boven de vragen-container */
	.faq-q-top-left{height:32px;background:url(../img/faq_q_top_left.gif) no-repeat left top;}
	.faq-q-top-right{height:32px;background:url(../img/faq_q_top_right.gif) no-repeat right top;}
	/* Onder de vragen-container  */
	.faq-q-bottom-left{height:32px;background:url(../img/faq_q_bottom_left.gif) no-repeat left top;}
	.faq-q-bottom-right{height:32px;background:url(../img/faq_q_bottom_right.gif) no-repeat right top;}
	/* Een losse vraag */
	.faq-question{width:100%;margin:0px auto;background:#fff url(../img/faq_question_left.gif) repeat-y left top;}
	
	.common_content_bottom .faq-question-container{width:596px; list-style:none;margin:0 0 20px 25px;}
	.common_content_bottom ul.faq-question-container {margin-bottom:0;}
	
	.question{
		height:24px;
		padding:8px 0 0 22px;
		background:url(../img/faq_question_right.gif) no-repeat right top;
	}
	
	.question-paginering {
		height:24px;
		padding:8px 0 0 22px;
		background:url(../img/faq_question_right.gif) no-repeat right top;
		font-size:15px;
		font-weight:bold;
		list-style:none;
		padding-left:0;
	}
	.question-paginering-next-previous {
		height:24px;
		padding:8px 0 0 22px;
		background:url(../img/faq_question_right.gif) no-repeat right top;
		font-weight:bold;
		list-style:none;
		padding-left:0;
		list-style:none;
	}
	.question-paginering-next-previous a{
		font-weight:normal;
		padding:0;
		background:none;
	}
	
	.common_content_bottom ul.faq-question-container li.question a {
		background: url(../img/bullet.gif) no-repeat left center;
		padding-left:18px;			
	} 
	

/* ZOEKEN IN VRAGEN */
.zoek-categorie{height:75px;float:left;display:block;}
.zoek-categorie p{margin:0 0 2px 0;padding:0;}
.zoek-trefwoord{height:75px;float:left;display:block;}
.zoek-trefwoord p{margin:0 0 2px 0;padding:0;}
.zoek-trefwoord-input{width:260px;margin:0 5px 0 0;float:left;}
.zoek-trefwoord-submit{margin:0 0 0 0; height:22px;}
.zoek-paginering-ga{margin:-1px 0 0 0; height:22px;}
.zoek-paginering{float:right;}

/* FAQ ANTWOORDEN */
.faq-container-content span.titleoverzicht{color:#000000;font-weight:bold;font-size:15px;}
.faq-container-content span.titleantwoord{color:#d60d13;font-weight:bold;font-size:15px;}
.faq-vraag{margin: 0 20px 10px 20px;}
.faq-vraag p{margin: 0 0 5px 0;}
.faq-antwoord{margin: 0 20px 20px 20px;}
.faq-antwoord p{margin: 0 0 10px 0;}
.faq-antwoord a, .faq-antwoord a:link, .faq-antwoord a:visited{color:#000;text-decoration:underline;}
.faq-antwoord a:hover{color:#000;text-decoration:none;}
.faq-tevreden{float:left;margin:0 15px 0 0;}
.bt_antwoord_afdrukken {float:left;background:url(../img/bt_antwoord_afdrukken.gif) scroll no-repeat 0 0; width:150px; height:26px;}
.bt_antwoord_emailen {float:left;background:url(../img/bt_antwoord_emailen.gif) scroll no-repeat 0 0; width:150px; height:26px;margin-left:21px;}
.bt_antwoord_terug {float:right;background:url(../img/bt_antwoord_terug.gif) scroll no-repeat 0 0; width:187px; height:26px;margin-left:21px;}
.bt_antwoord_afdrukken a, .bt_antwoord_emailen a, .bt_antwoord_terug a{
	display:block;
	height:26px;
	width:150px;
	text-align:left;
	text-indent:-9999px;
}
.bt_antwoord_terug {width:187px;}
.faq-verwant-container ul{list-style:disc;margin:0 0 20px 15px;}
.faq-verwant-container ul li{padding-left:4px;}
.faq-verwant-container ol{}

/* HOME STYLES */
.home-container{width:708px;margin:0px auto;}
.home-logo{
	width:229px;
	margin:31px 0 67px 0;
	clear:both;
	display:block;
	height:39px;
}
.home-visuals-container{
	width:232px;
	margin:0 12px 10px 0;
	float:left;
	height:334px;
}
	.home-visuals-container .visual_1{width:232px;margin:0 0 12px 0;float:left;height:219px;}
	.home-visuals-container .visual_2{width:110px;margin:0 13px 0px 0;float:left;height:103px;}
	.home-visuals-container .visual_3{width:109px;margin:0 0 0 0;float:left;height:103px;}
	
/* HOME KEUZE */	
.home-keuze-container{
	width:464px;
	margin:0 0 10px 0;
	float:left;
	height:334px;
}
	.home-keuze-container .home-welkom{
		width:462px;
		height:98px;
		margin:31px 0 22px 0;
		float:left;
		clear:both;
	}
	.home-keuze-container .visual_1{width:222px;margin:0 24px 0 3px;float:left;height:184px;}
	* html .home-keuze-container .visual_1{width:222px;margin:0 21px 0 3px;float:left;height:184px;}
	
	/* BUTTONS */
	.home-keuze-container .ik-ben-klant{float:left;width:215px;margin:50px 0 0 0;float:left;height:29px;background:url(../img/bt_ik_ben_klant.gif) scroll no-repeat 0 0; float:left;}
	.home-keuze-container .ik-ben-klant a{width:215px;height:29px; text-indent:-9999px;display:block;}

	.home-keuze-container .ik-ben-nog-geen-klant{float:left;width:215px;margin:12px 0 10px 0;float:left;height:29px;background:url(../img/bt_ik_ben_nog_geen_klant.gif) scroll no-repeat 0 0; float:left;}
	.home-keuze-container .ik-ben-nog-geen-klant a{width:215px;height:29px; text-indent:-9999px;display:block;}
	
	.home-keuze-container .onthoud-mijn-keuze {float:left; width:212px; height:29px; margin:0 3px 0 0;text-align:right; font-size:12px;color:#000000;top:0px;vertical-align:middle;}
	.home-keuze-container .onthoud-mijn-keuze input {vertical-align:middle;}
	
.home-verdeler{
	width:708px;
	margin:0 0 10px 0;
	float:left;
	font-size:11px;
	color:#000000;
	display:block;
	clear:both;
}
	.home-verdeler a, .home-verdeler a:link, .home-verdeler a:visited {color:#000000;text-decoration:underline;}
	.home-verdeler a:hover{color:#d60d13;text-decoration:none;}