@charset "UTF-8";
/* CSS AS */

/*
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
	line-height:16px;
	margin:0 0 0 0;
}
*/

/* ------------------------------------------- //CSS FRAME// ------------------------------------------- */

#content_container {
	color: #656565;
	line-height:16px;
	background-color:inherit;
	text-align:left;
	width: 792px;
	margin: 0 auto;
	position: relative;
}

#content_container2 {
	color: #656565;
	line-height:16px;
	background-color:inherit;
	text-align:left;
	margin: 0 auto;
	padding-top: 200px;
}

#content_left {
	width:582px;
	background-color:inherit;
	position:relative;
	float:left;
}
#content_right{
	width:210px;
	background-color:inherit;
	position: relative;
	float:right;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	margi\n-left:-18px;	/* IE backslash hack */
	padding: 0;
}
#content_header {
	width:582px;
}
#content_content {
	width:542px;
	padding:20px 20px 20px 20px;
}
#content_content_EM {
	width:542px;
	padding:20px 20px 20px 20px;
}
#content_content_full {
	width:752px;
	padding:20px 20px 20px 20px;
}
#content_footer {
	width:582px;
}
#content_articles {
	width:190px;
	background-color:#F5F1E8;
	padding:10px;
	margin:0;
}
#content_subcontent, #content_sub_content {
	/*width:190px;*/
	padding:0px;
	margin:0;
	position: absolute;
}

/* ------------------------------------------- //CSS CONTENT TITLES// ------------------------------------------- */

#content_content h1 {
	font-size: 20px;
	background-color:inherit;
	font-weight:bold;
	color: #AB211E;
	margin:0 0 15px 0;
	line-height:25px;
	padding:0;
}
#content_content_full h1 {
	font-size: 20px;
	background-color:inherit;
	font-weight:bold;
	color: #AB211E;
	margin:0 0 15px 0;
	line-height:25px;
	padding:0;
}
#content_content_EM h1 {
	font-size: 20px;
	font-weight:bold;
	color: #222222;
	margin:0 0 5px 0;
	line-height:16px;
	padding:0;
}
#content_content h2 {
	font-size: 13px;
	background-color:inherit;
	color: #AB211E;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}

#content_content_full h2 {
	font-size: 13px;
	color: #AB211E;
	margin:0 0 15px 0;
	padding:0;
}
#content_content_EM h2 {
	font-size: 13px;
	background-color:inherit;
	color: #AB211E;
	color: #222222;
	margin:0 0 15px 0;
	padding:0;
}
#content_content h3 {
	font-size: 13px;
	background-color:inherit;
	color: #4D4D4D;
	font-weight:bold;
	margin:0 0 5px 0;
	border: 0px solid #FFFFFF;
	padding:0;
}
#content_content h1 .grey {
	color: #4D4D4D;
	font-size:13px;
	font-weight:normal;
	padding:0;
}
#content_content h2 .grey {
	color: #4D4D4D;
	font-size:11px;
	font-weight:normal;
	padding:0;
}
#content_content h3 .grey {
	color: #4D4D4D;
	font-size:11px;
	font-weight:normal;
	padding:0;
}

#box_EM h2 {
	background-color:#D7E4DF;
}

/* ------------------------------------------- //CSS CONTENT PARAGRAPHS// ------------------------------------------- */

#content_content p {
	font-size: 11px;
	color: #656565;
	line-height:16px;
	margin:0 0 25px 0;
	position: relative;
	display: inline-block;
}
#content_content_EM p {
	font-size: 11px;
	color: #656565;
	line-height:16px;
	margin:0 0 50px 0;
	position: relative;
	display: inline-block;
}
#content_content_full p {
	font-size: 11px;
	color: #656565;
	line-height:16px;
	margin:0 0 20px 0;
	position: relative;
	display: inline-block;
	width:502px;
}
#content_content p#intro {
	font-weight:bold;
	margin:0 0 30px 0;
}
#content_content span#intro {
	font-weight:normal;
	margin:0 0 10px 0;
}
#content_content p#content_source {
	font-size: 11px;
	font-style:italic;
	width:502px;
}
#content_content_full p#content_source {
	font-size: 11px;
	font-style:italic;
	width:502px;
}

/* ------------------------------------------- //CSS CONTENT LINKS// ------------------------------------------- */

#content_content a:link{
	color: #AB211E;
	text-decoration:underline;
}
#content_content a:visited{
	color: #AB211E;
	text-decoration:none;
}
#content_content a:hover {
	color: #656565;
	text-decoration:none;
}
#content_content a:active {
	color: #656565;
	text-decoration:underline;
}

#content_content_full a:link{
	color: #AB211E;
	text-decoration:underline;
}
#content_content_full a:visited{
	color: #AB211E;
	text-decoration:none;
}
#content_content_full a:hover {
	color: #656565;
	text-decoration:none;
}
#content_content_full a:active {
	color: #656565;
	text-decoration:underline;
}

#content_content_EM a:link{
	color: #AB211E;
	text-decoration:underline;
}
#content_content_EM a:visited{
	color: #AB211E;
	text-decoration:none;
}
#content_content_EM a:hover {
	color: #656565;
	text-decoration:none;
}
#content_content_EM a:active {
	color: #656565;
	text-decoration:underline;
}


#content_content h3 a:link{
	color: #656565;
	text-decoration:none;
}
#content_content h3 a:visited{
	color: #656565;
	text-decoration:none;
}
#content_content h3 a:hover {
	color: #AB211E;
	text-decoration:underline;
}
#content_content h3 a:active {
	color: #AB211E;
	text-decoration:underline;
}

#content_sub_content #cta_brown a {
color:#FFFFFF;
text-decoration:underline;
}


/* ------------------------------------------- //CSS CONTENT TABLES// ------------------------------------------- */

#content_content table.content_table {
	width:540px;
	padding:0px;
	margin:0px;
	border:none;
	}
#content_content table.content_table td {
	border-bottom:dashed 1px #4D4D4D;
	padding:5px;
	}
#content_content table.content_table th {
	border-bottom:dashed 1px #4D4D4D;
	padding:5px;
	text-align:left;
	font-weight:bold;
	color:#AB211E;
	}
#content_content .content_table2 {
	padding:0px;
	border-top:1px solid #4D4D4D;
	border-left:1px solid #4D4D4D;
	}
#content_content table.content_table2 td {
	padding:0px;
	border-bottom:1px solid #4D4D4D;
	border-right:1px solid #4D4D4D;
	}
#content_content table.content_table2 th {
	padding:0px;
	background:#EDE8E2;
	border-bottom:1px solid #4D4D4D;
	border-right:1px solid #4D4D4D;
	}

/* ------------------------------------------- //CSS CONTENT HR// ------------------------------------------- */

#content_content hr{
	margin:-5px 0 20px 0;
	border:0;
	border-bottom:1px dashed #7F7B7A;
	padding:0 0 0 0;
	height:1px
}
#content_content_EM hr{
	margin:-20px 0 25px;
	border:0;
	border-bottom:1px dashed #7F7B7A;
	padding:0 0 0 0;
	height:1px
}

/* ------------------------------------------- //CSS CONTENT images// ------------------------------------------- */

.img_left{
	margin:0 10px 0 0;
	float:left;
	position: relative;
}
.img_right{
	margin:0 0 0 10px;
	float:right;
	position: relative;
}

/* ------------------------------------------- //CSS CONTENT COLOR// ------------------------------------------- */

#content_content .red{
	color: #AB211E;
	}
#content_content_EM .red{
	color: #AB211E;
	}
#content_content .grey {
	color: #4D4D4D;
}

#content_content td {
	font-size: 11px;
	color: #656565;
	line-height:16px;
	margin:0 0 25px 0;
}


#content_content p#intro, #content_content p#content_intro {
	font-weight:bold;
	margin:0 0 30px 0;
}
#content_content span p#intro, #content_content span p#content_intro {
	font-weight:bold;
	margin:0 0 10px 0;
}

/* ------------------------------------------- //CSS CONTENT LISTS// ------------------------------------------- */

#content_content ul,ol { 
	color: #656565;
	margin:0 0 25px 3em;
	padding:0 0 0 0;
}
#content_content li {
	margin: 0 0 0.2em 0; 
	padding:0 0 0 0;
}
#content_content span#intro ul,ol {
	margin:0 0 30px 3em;
	padding:0 0 0 0;
}
#content_content span#intro ul,ol .no_p { 
	margin:0 0 0 3em;
	padding:0 0 0 0;
}

#content_content .in_p { 
	margin:-15px 0 10px 3em;
	padding:0 0 0 0;
}
#content_content .under_p { 
	margin:-15px 0 25px 3em;
	padding:0 0 0 0;
}
#content_content .above_p { 
	margin:0 0 10px 3em;
	padding:0 0 0 0;
}
#content_content p#content_source {
	font-size: 11px;
	font-style:italic;
}
#content_content span#intro ul, #content_content span#content_intro ul, ol {
	margin:0 0 30px 3em;
	padding:0 0 0 0;
}


/* ------------------------------------------- //CSS CONTENT BOXES// ------------------------------------------- */
#content_content #p-under-box{
	margin-left:20px;
	}
	
#content_content #p-under-box a{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
	}
#content_content #box{
	background-color:#EDE8E2;
	padding:10px;
	border:dashed 1px #4D4D4D;
	margin-bottom:25px;
}
#content_content #box_fietskeuring{
	background-color:#f0f2ec;
	padding:10px;
	
}

#content_content #box_fietskeuring #box_inner, #content_content #box_fietskeuring #box_inner2{
	background-color:#FFF;
	padding:10px;
	border:solid 1px #6d7c47;
}

#content_content #box_fietskeuring #box_inner ul, #content_content #box_fietskeuring #box_inner2 ul{
	padding:10px;
	margin-left:10px;
	margin-bottom:0px;
	list-style:disc;
}

#content_content #box_fietskeuring #box_inner2 ul ul{
	padding:0;
	margin-left:0px;
	margin-bottom:0px;
	background:url(../images/EM09_Fietskeuring_tip.jpg) top left no-repeat;
	list-style:none;
}
#content_content #box_fietskeuring #box_inner2 ul ul.conseil{
	padding:0;
	margin-left:0px;
	margin-bottom:0px;
	background:url(../images/EM09_Fietskeuring_conseil.jpg) bottom left no-repeat;
	list-style:none;
}


#content_content #box_fietskeuring #box_inner2 ul ul li{
	padding-left:0px;
	margin-left:55px;
}

#content_content #box_fietskeuring #box_inner2 ul ul.conseil li{
	padding-left:0px;
	margin-left:70px;
}


#content_content #box_red{
	background-color:#EDE8E2;
	padding:10px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
}

#content_content #box_ayacucho{
	background-color:#EDEAE6;
	padding:10px;
	margin-bottom:25px;
}
#content_content #box_icebreaker{
	background-color:#8D7F61;
	padding:10px;
	margin-bottom:25px;
	color:#FFF;
}
#content_content #box_EM{
	background-color:#D7E4DF;
	padding:10px;
	margin-bottom:25px;
}
#content_content #box_ski{
	background-color:#F0F5F9;
	padding:10px;
	margin-bottom:25px;
}
#content_content #box_ski h2{
	background-color:#F0F5F9;
}

/* ------------------------------------------- //CSS CONTENT BOXES TITLES// ------------------------------------------- */

#content_content #box_EM h3 {
	font-size: 13px;
	color: #9ABCAF;
	font-weight:bold;
	margin:0 0 0 0;
	background-color:inherit;
	text-transform:uppercase;
	text-decoration:none;
}

#content_content #box_EM h4 {
	font-size: 11px;
	color: #AB211E;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}

#content_content #box_icebreaker h2{
	color:#fff;
	background-color:#8D7F61;
}

#content_content #box_ayacucho h2{
	background-color:#EDEAE6;
}

/* ------------------------------------------- //CSS CONTENT BOXES LINKS// ------------------------------------------- */

#content_content #box_EM a:link{
	text-decoration:none;
}
#content_content #box_EM a:visited{
	text-decoration:none;
}
#content_content #box_EM a:hover {
	text-decoration:none;
}
#content_content #box_EM a:active {
	text-decoration:underline;
}

/* ------------------------------------------- //CSS CONTENT BOXES PARAGRAPHS// ------------------------------------------- */

#content_content #box_icebreaker p, #content_content #box_icebreaker li{
	color:#FFF;	
}

#content_content #box_EM p {
	font-size: 11px;
	color: #656565;
	line-height:16px;
	margin:10px 0 15px 0;
}
#content_content #box_ski .q {
	font-weight:bold;
	font-style:italic;
}

/* ------------------------------------------- //CSS CONTENT BOXES TABLES// ------------------------------------------- */

#content_content table.EM {
	text-align:left;
	background-color:inherit;
	margin-bottom:1px;
}

/* ------------------------------------------- //CSS CONTENT FORMS// ------------------------------------------- */

#content_content .form_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	border:solid 1px #8F8F8F;
	padding:1px;
	background-image:url(../images/input_bg.png);
	margin-bottom:2px;
	margin-top:2px;
	}	
.clear { /* generic content_container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
#content_content a.button {
	background: transparent url('../images/bt_close2.gif') no-repeat scroll top right;
	display: block;
	float: left;
	font: bold 12px verdana, sans-serif;
	color:#fff;
	height: 31px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
#content_content a:hover.button {
	color:#EBACAC;
}
#content_content a.button span {
	background: transparent url('../images/bt_slide2.gif') no-repeat;
	display: block;
	padding: 8px 12px 10px 12px;
	color:#fff;
} 
#content_content #tab {
	list-style:none;
	margin:0px;
	height:15px;
}
#content_content #tab li{
	font:12px Arial, Verdana, Georgia;
	float:left;
	padding-right:15px;
	padding-left:10px;
	background-image:url(../images/pijl.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#content_content #tab li a{
	display:block;
	float:left;
	text-decoration:none;
	color:#4D4D4D;
}
#content_content #breadcrums{
	border-top:dashed 1px #908f8e;
	border-bottom:dashed 1px #908f8e;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:15px;
}

/* ------------------------------------------- //CSS CONTENT RIGHT ARTICLES TITLES// ------------------------------------------- */

#content_articles h2{
	font-size: 13px;
	color: #AB211E;
	background-color:#F5F1E8;
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom:1px dashed #7F7B7A;
	padding:0 0 10px 0;
}

/* ------------------------------------------- //CSS CONTENT RIGHT ARTICLES LISTS// ------------------------------------------- */

#content_articles ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type: none;
}
#content_articles li {
	list-style-type: none;
	list-style-position:outside;
	background-image:url('../images/articles_li.jpg');
	background-repeat:no-repeat;
	background-position: 0 .6em;
	padding-left: .9em;
}

/* ------------------------------------------- //CSS CONTENT RIGHT ARTICLES LINKS// ------------------------------------------- */

#content_articles li a:link{
	color: #656565;
	text-decoration:none;

}
#content_articles li a:visited{
	color: #656565;
	text-decoration:none;

}
#content_articles li a:hover{
	color: #AB211E;
	text-decoration:none;

}
#content_articles li a:active{
	color: #AB211E;
	text-decoration:none;

}

/* ------------------------------------------- //CSS CONTENT RIGHT SUBCONTENT QUOTE// ------------------------------------------- */

#content_sub_content #quote {
	font-size: 13px;
	color: #43455A;
	padding:10px;
	font-weight:bold;
	line-height:20px;
	background-color:#CBE1E7;
}

/* ------------------------------------------- //CSS CONTENT RIGHT SUBCONTENT CTA'S// ------------------------------------------- */

#content_sub_content #cta_b2b {
	font-size:20px;
	color: #fff;
	padding:10px;
	font-weight:bold;
	line-height:25px;
	float:right;
	background-color:#E88A18;
	margin:0 0 0 0;
	min-height:150px;
	height:auto !important;
	height:150px;
	width:190px;
	min-width:190px;
	/*width:auto !important;*/
}

#content_sub_content #cta_red {
	font-size:20px;
	color: #fff;
	padding:10px;
	font-weight:bold;
	line-height:25px;
	float:right;
	background-color:#AB211E;
	margin:0 0 0 0;
	min-height:150px;
	height:auto !important;
	height:150px;
	width:190px;
	min-width:190px;
	/*width:auto !important;*/
}

#content_sub_content #cta_red_sub {
	font-size:14px;
	color: #fff;
	padding:10px;
	font-weight:bold;
	line-height:18px;
	float:right;
	background-color:#AB211E;
	margin:0 0 0 0;
	min-height:150px;
	height:auto !important;
	height:150px;
	width:190px;
	min-width:190px;
	/*width:auto !important;*/
}

#content_sub_content #cta_brown {
	font-size:20px;
	color: #fff;
	padding:10px;
	font-weight:bold;
	line-height:25px;
	float:right;
	background-color:#8D7F61;
	margin:0 0 0 0;
	min-height:150px;
	height:auto !important;
	height:150px;
	width:190px;
	min-width:190px;
	/*width:auto !important;*/
}
#content_sub_content #cta_capBohan {
	font-size:12px;
	color: #585c29;
	padding:10px;
	font-weight:bold;
	line-height:18px;
	float:right;
	background-color:#e9c717;
	margin:0 0 0 0;
	min-height:150px;
	height:auto !important;
	height:150px;
	width:190px;
	min-width:190px;
	/*width:auto !important;*/
}
#content_sub_content #cta_capBohan_sub {
	font-size:20px;
	color:#e9c717;
	padding:10px;
	font-weight:bold;
	line-height:25px;
	float:right;
	background-color:#585c29;
	margin:0 0 0 0;
	width:190px;
	min-width:190px;
	width:auto !important;
}
#content_sub_content #cta_capBohan_sub a {
	color:#e9c717;
}
#content_sub_content #cta_capBohan h1 {
	font-size:20px;
	color: #AB211E;
	background-color:#e9c717;
	font-weight:bold;
	line-height:25px;
	margin:0 0 0 0;
}
#content_sub_content #cta_capBohan ul {
	margin:0;
	padding:20px;
}
#content_sub_content #cta_capBohan a {
	color: #585c29;
}

#content_sub_content #cta_b2b_sub {
	font-size:14px;
	color: #E88A18;
	padding:10px;
	font-weight:bold;
	line-height:18px;
	float:right;
	background-color:#FAF3E9;
	margin:0 0 0 0;
	width:190px;
}
#content_sub_content #cta_b2b a{
	color: #fff;
	text-decoration:underline;
}

#content_sub_content #cta_red a{
	color: #fff;
	text-decoration:underline;
}

#content_sub_content #cta_red_sub a{
	color: #fff;
	text-decoration:underline;
}

#content_sub_content #cta_b2b_2 {
	font-size:20px;
	color: #fff;
	padding:10px;
	font-weight:bold;
	line-height:25px;
	float:right;
	background-color:#E88A18;
	margin:170px 0 0 0;
	/*width:100%;*/
}
#content_sub_content #cta_b2b_2 a{
	color: #fff;
	text-decoration:underline;
}

#content_sub_content #cta_red_sub {
	font-size:20px;
	color: #E88A18;
	padding:10px;
	font-weight:bold;
	line-height:25px;
	float:right;
	background-color:#a70000;
	margin:0 0 0 0;
	width:190px;
}
#content_sub_content #cta_red_sub a{
	color: #fff;
	text-decoration:underline;
}
#content_sub_content #cta_brown a {
color:#FFFFFF;
text-decoration:underline;
}


#content_sub_content #cta_b2b_sub a{
	color: #E88A18;
	text-decoration:underline;
}
#content_sub_content #cta_ski {
	color: #fff;
	padding:10px;
	background-color:#E88A18;
	margin:0 0 0 0;
}
#content_sub_content #cta_ski h3 {
	color: #fff;
	background-color:#E88A18;
	margin:0 0 10px 0;
}
#content_sub_content #cta_EM {
	color: #fff;
	padding:10px;
	background-color:#77ac9c;
	margin:0 0 0 0;
	font-size:14px;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	float:right;
	min-height:150px;
	width:190px;
}
#content_sub_content #cta_EM_bottom {
	color: #fff;
	padding:10px;
	background-color:#77ac9c;
	margin:0 0 0 0;
	font-size:14px;
	width:190px;
	padding-top:115px;
}
#content_sub_content #cta_EM2 {
	padding:10px;
	background-color:#fff;
	margin:0 0 0 0;
	font-size:11px;
	width:190px;
	min-height:150px;
	vertical-align:bottom;

}
#content_sub_content #cta_EM .highlight{
	color: #fff;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
#content_sub_content #cta_EM a{
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color: #fff;
	text-decoration:underline;
}
#content_sub_content #cta_EM a:visited{
	color: #fff;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-decoration:underline;
}
#content_sub_content #cta_EM a:hover{
	color: #fff;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
}
#content_sub_content #cta_EM a:active{
	color: #fff;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
}
#content_sub_content #cta_EM_kinepolis {
	color: #fff;
	background-color:#000000;
	margin:0 0 0 0;
	font-size:16px;
	width:210px;
}
#content_sub_content #cta_EM_kinepolis a:link{
	color: #fff;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-decoration:underline;
}
#content_sub_content #cta_EM_kinepolis a:visited{
	color: #fff;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-decoration:underline;
}
#content_sub_content #cta_EM_kinepolis a:hover{
	color: #fff;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
}
#content_sub_content #cta_EM_kinepolis a:active{
	color: #fff;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
}

#content_sub_content #cta_EM h3 {
	color: #fff;
	margin:0 0 10px 0;
	padding: 0;
	font-size:22px;
	line-height:22px;
	background-color:#77ac9c;
	border: none 0px #77ac9c;
}


#content_sub_content #cta_EM h4 {
	color: #fff;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:18px;
}
#content_sub_content #cta_EM_sub {
	padding:10px;
	background-color:#aecac0;
	margin:0 0 0 0;
	color:#333333;
}
#content_sub_content #cta_EM_sub ul {
	padding:10px 0 0 20px;
	margin:0;
}
#content_sub_content #cta_EM_sub li {
	padding:0 0 10px 0;
	margin:0;
}

#content_sub_content #cta_EM_sub a {
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	
}

#content_sub_content #cta_fietskeuring {
	color: #fff;
	padding:10px;
	background-color:#8a966c;
	margin:0 0 0 0;
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	width:190px;
	min-height:150px;
	vertical-align:bottom;

}
#content_sub_content #cta_fietskeuring_sub {
	color: #fff;
	padding:10px;
	background-color:#a7b091;
	margin:0 0 0 0;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	width:190px;
	min-height:150px;
	vertical-align:bottom;

}

#content_sub_content #cta_fietskeuring a:link, #content_sub_content #cta_fietskeuring_sub a:link{
	color: #fff;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-decoration:underline;
}

#content_sub_content #cta_fietskeuring a:hover, #content_sub_content #cta_fietskeuring_sub a:hover{
	color: #fff;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
}
#content_sub_content #cta_fietskeuring a:active, #content_sub_content #cta_fietskeuring_sub a:active{
	color: #fff;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
}

#content_sub_content #cta_fietskeuring a:visited, #content_sub_content #cta_fietskeuring_sub a:visited{
	color: #fff;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-decoration:underline;
}


#content_sub_content #cta_red h4 {
	color: #fff;
	margin:0 0 10px 0;
}

/* ------------------------------------------- //CSS CONTENT RIGHT SUBCONTENT JOBS// ------------------------------------------- */

#content_sub_content #jobs {
	color: #FFFFFF;
	padding:10px;
	background-color:#AD2120;
}
#content_sub_content #jobs h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	line-height:20px;
	margin:0;
	padding:0;
	background-color:#AD2120;
}
#content_sub_content #jobs p {
	margin:0;
	padding:10px 0 0 0;
}
#content_sub_content #jobs a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
#content_sub_content #jobs a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
#content_sub_content #jobs a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#content_sub_content #jobs a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* ------------------------------------------- //CSS CONTENT JOBS// ------------------------------------------- */

#content_content a.jobs:link {
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
#content_content a.jobs:visited {
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
#content_content a.jobs:hover{
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:underline;
}
#content_content a.jobs:active {
	text-decoration:underline;
}
#content_content a.jobs_stores:link {
	font-size: 13px;
	color: #4D4D4D;
	font-weight:bold;
	text-decoration:underline;
}
#content_content a.jobs_stores:visited {
	font-size: 13px;
	color: #4D4D4D;
	font-weight:bold;
	text-decoration:underline;
}
#content_content a.jobs_stores:hover{
	font-size: 13px;
	color: #4D4D4D;
	font-weight:bold;
	text-decoration:none;
}
#content_content a.jobs_stores:active {
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
#content_content .no_caps {
	text-transform: lowercase;
	font-weight:normal;
	color: #656565;
}

/* ------------------------------------------- //CSS CONTENT JOBS TABLE// ------------------------------------------- */

#content_content table.jobs_level1 {
	margin-bottom:5px;
	background-color:#AA9D81;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#content_content table.jobs_level1_sub {
	margin-bottom:5px;
	background-color:#8D7F61;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#content_content a.jobs_level1:link {
	color: #FFFFFF;
	text-decoration:none;
}
#content_content a.jobs_level1:visited{
	color: #FFFFFF;
	text-decoration:none;
}
#content_content a.jobs_level1:hover{
	color: #AB211E;
	text-decoration:none;

}
#content_content a.jobs_level1:active{
	color: #AB211E;
	text-decoration:none;
}
#content_content table.jobs_level2 {
	margin-top:5px;
	margin-bottom:5px;
	background-color:#C6C2B8;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	color:#71664E;
	font-weight:bold;
	text-decoration:none;
}
#content_content table.jobs_level2_sub {
	background-color:#E3E0DC;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	color:#71664E;
	font-weight:bold;
	text-decoration:none;
}
#content_content a.jobs_level2:link {
	color:#71664E;
	text-decoration:none;
}
#content_content a.jobs_level2:visited{
	color:#71664E;
	text-decoration:none;
}
#content_content a.jobs_level2:hover{
	color: #AB211E;
	text-decoration:none;
}
#content_content a.jobs_level2:active{
	color: #AB211E;
	text-decoration:none;
}
#content_content table.jobs_level3 {
	background-color:#F1EFED;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	color:#71664E;
	font-weight:normal;
	text-decoration:none;
}
#content_content a.jobs_level3:link {
	color:#71664E;
	text-decoration:none;
}
#content_content a.jobs_level3:visited{
	color:#71664E;
	text-decoration:none;
}
#content_content a.jobs_level3:hover{
	color: #AB211E;
	text-decoration:none;
}
#content_content a.jobs_level3:active{
	color: #AB211E;
	text-decoration:none;
}
#content_content table.knowledge_level3 {
	background-color:#F1EFED;
	text-align:left;
	font-size:14px;
	color:#71664E;
	font-weight:normal;
	text-decoration:none;
}
#content_content a.knowledge_level3:link {
	color:#71664E;
	text-decoration:none;
}
#content_content a.knowledge_level3:visited{
	color:#71664E;
	text-decoration:none;
}
#content_content a.knowledge_level3:hover{
	color: #AB211E;
	text-decoration:none;
}
#content_content a.knowledge_level3:active{
	color: #AB211E;
	text-decoration:none;
}

/* ------------------------------------------- //CSS CONTENT SKI// ------------------------------------------- */

#content_content table.ski {
	padding:0;
	margin:0;
	margin-bottom:5px;
	margin-top:5px;
	border-left:1px solid #929296;
	border-top:1px solid #929296;
	}

#content_content table.ski th {
	color:#FFFFFF;
	background-color:#929296;
	text-align:center;
	padding:5px;
	}
#content_content table.ski td {
	color:#929296;
	background-color:inherit;
	text-align:center;
	padding:5px;
	border-bottom:1px solid #929296;
	border-right:1px solid #929296;
}
#content_content table.ski .highlight {
	color:#FFFFFF;
	background-color:#E88A18;
	text-align:center;
	padding:5px;
}
/* ------------------------------------------- //CSS CONTENT BRANDS// ------------------------------------------- */

#content_content table.brands {
	padding:0;
	margin:0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	}

#content_content table.brands td {
	color:#929296;
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
}
	
/* ------------------------------------------- //CSS CONTENT B2B// ------------------------------------------- */

#content_content table.b2b {
	width:540px;
	padding:0px;
	margin:0px;
	border:none;
	margin-bottom:25px;
}

#content_content table.b2b td {
	border-top:solid 1px #4D4D4D;
	line-height:25px;
}
#content_content table.content_table {
	width:540px;
	padding:0px;
	margin:0px;
	border:none;
}
#content_content table.content_table td {
	border-bottom:dashed 1px #4D4D4D;
	padding:5px;
}
#content_content table.content_table th {
	border-bottom:dashed 1px #4D4D4D;
	padding:5px;
	text-align:left;
	font-weight:bold;
	color:#AB211E;
}


/* ------------------------------------------- //CSS CONTENT RIGHT JOBS SPOTLIGHT // ------------------------------------------- */

#content_sub_content #jobs_spotlight {
	width:190px;
	background-color:#514733;
	padding:10px;
}

/* ------------------------------------------- //CSS CONTENT RIGHT JOBS SPOTLIGHT TITLES// ------------------------------------------- */

#content_sub_content #jobs_spotlight h2{
	font-size: 15px;
	color: #FFFFFF;
	font-weight:bold;
	margin:0 0 10px 0;
	border-bottom:1px dashed #FFFFFF;
	padding:0 0 10px 0;
	background-color:#514733;
}

/* ------------------------------------------- //CSS CONTENT RIGHT JOBS SPOTLIGHT LISTS// ------------------------------------------- */

#content_sub_content #jobs_spotlight ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type: none;
}
#content_sub_content #jobs_spotlight li {
	list-style-type: none;
	list-style-position:outside;
	background-image:url('../images/jobs_li.jpg');
	background-repeat:no-repeat;
	background-position: 0 .6em;
	padding-left: .9em;
}

/* ------------------------------------------- //CSS CONTENT RIGHT JOBS SPOTLIGHT LINKS// ------------------------------------------- */

#content_sub_content #jobs_spotlight li a:link{
	color: #FFFFFF;
	text-decoration:none;
}
#content_sub_content #jobs_spotlight li a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
#content_sub_content #jobs_spotlight li a:hover{
	color: #AA9D81;
	text-decoration:none;
}
#content_sub_content #jobs_spotlight li a:active{
	color: #AA9D81;
	text-decoration:none;
}


/* ------------------------------------------- //CSS POPUPS// ------------------------------------------- */

#popup_container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
	line-height:16px;
	background-color:#FFFFFF;
	text-align:left;
	width: 998px;
	height:585px;
	overflow:auto;
	margin: 0 auto;
	border:1px solid #000000;
	padding:0;
}
#popup_header {
	margin: 0 auto;
	border-bottom:1px dashed #7F7B7A;
	padding:0;
}
#popup_content {
	margin: 10px 20px 20px 20px;
	padding:0;
	
}

#popup_close {
	float:right;
	margin:-26px 20px 0 0;
	padding:0;
}
#popup_container h1 {
	font-size: 15px;
	font-weight:bold;
	color: #8C8068;
	margin:10px 0 10px 20px;
	line-height: normal;
	padding:0;
}
#popup_container h2 {
	font-size: 11px;
	font-weight:bold;
	margin:0;
	line-height: normal;
}
#popup_container #popup_close a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#034052;
}
#popup_container #popup_close a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#034052;
}
#popup_container #popup_close a:hover {
	text-decoration:none;
	color:#AB211E;
}
#popup_container #popup_close a:active {
	text-decoration:underline;
	color:#AB211E;
}


/* ------------------------------------------- //CSS ACCORDEON MENU// ------------------------------------------- */


#accordion {
	width: 100%;
	background-color:#D7E4DF;
	
}


/* accordion header */

#accordion div.h2 {
	cursor:default;
	padding:0px;
	margin-bottom:2px;
	margin-top:2px;	
	background-color:#fff;
}




/* accordion pane */
#accordion div.pane {
	display:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:5px;	
	color:#FFF;
	font-size:12px;
}

/* ------------------------------------------- //CSS DISCOVERY VOUCHER// ------------------------------------------- */


#content_sub_content #cta_green {
	font-size:20px;
	color: #fff;
	padding:10px;
	font-weight:bold;
	line-height:25px;
	float:right;
	background-color:#66782a;
	margin:0 0 0 0;
	min-height:150px;
	/*height:auto !important;*/
	height:150px;
	width:190px;
	min-width:190px;
	
}



/* ------------------------------------------- //CSS STUDENT SKI// ------------------------------------------- */

#content_sub_content #cta_student {
	font-size:20px;
	color: #FFF;
	padding:10px;
	font-weight:bold;
	line-height:25px;
	float:right;
	background-color: #09F;
	margin:0 0 0 0;
	min-height:150px;
	/*height:auto !important;*/
	height:150px;
	width:190px;
	min-width:190px;
	/*width:auto !important;*/
}

#content_sub_content #cta_student a{
	color: #fff;
	text-decoration:underline;
}