@charset "utf-8";
/* CSS Document */
<!--
html {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
}
body, p {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #450b0a;
	font-size: 11px;
}
p {
	margin-top: 0px;
}
input, select, textarea {
	width: 300px;
	border: 1px solid #999;
}
.smallinput1 {
	width: 240px;
}
.smallinput2 {
	width: 52px;
}
.button {
	width: 100px;
}
.check {
	width: 15px;
}
.smaller {
	/*font-size: 11px;*/
}
.orange {
	color: #ff9600;
}
.red {
	color: #e65900;
}
.white {
	color: #ffffff;
}
a {
	color: #e65900;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #450b0a;
	font-size: 18px;
}
h2 {
	color: #e65900;
	font-size: 13px;
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
.brown {
	color: #450b0a;
	text-decoration: none;
	font-weight: bold;
}
.brown:hover {
	color: #e65900;
}
.error {
	border-color: #e65900;
}
.texterror {
	color: #e65900;
}
/* ---------------------------------------------- */
#container {
	width: 905px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 905px;
	float: left;
	background-image: url(../_images/content-back.png);
	background-repeat: repeat-y;
	margin-top: -10px;
	padding-top: 10px;
}
#leftfooter {
	background-image: url(../_images/leftfooter-back.png);
	background-repeat: no-repeat;
	width: 326px;
	height: 15px;
	float: left;
}
#footer {
	background-image: url(../_images/footer-back.png);
	background-repeat: no-repeat;
	width: 905px;
	height: 15px;
	float: left;
}
#header {
	height: 100px;
	/*background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;*/
}
#topnav {
	width: 880px;
	height: 30px;
	padding-left: 20px;
}
#bt_home {
	float: left;
}
#bt_home a {
	display: block;
	background-image: url(../_images/bt_home_off.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 46px;
}
#bt_home a:hover, #bt_home a.active {
	background-image: url(../_images/bt_home_on.gif);
	cursor: pointer;
}
#bt_nieuwsbrief {
	float: left;
}
#bt_nieuwsbrief a {
	display: block;
	background-image: url(../_images/bt_nieuwsbrief_off.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 96px;
}
#bt_nieuwsbrief a:hover, #bt_nieuwsbrief a.active {
	background-image: url(../_images/bt_nieuwsbrief_on.gif);
	cursor: pointer;
}
#bt_contact {
	float: left;
}
#bt_contact a {
	display: block;
	background-image: url(../_images/bt_contact_off.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 68px;
}
#bt_contact a:hover, #bt_contact a.active {
	background-image: url(../_images/bt_contact_on.gif);
	cursor: pointer;
}
#bt_brutonetto {
	float: left;
}
#bt_brutonetto a {
	display: block;
	background-image: url(../_images/bt_brutonetto_off.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 177px;
}
#bt_brutonetto a:hover {
	background-image: url(../_images/bt_brutonetto_on.gif);
}
#bt_links {
	float: left;
}
#bt_links a {
	display: block;
	background-image: url(../_images/bt_links_off.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 50px;
}
#bt_links a:hover, #bt_links a.active {
	background-image: url(../_images/bt_links_on.gif);
	cursor: pointer;
}
#bt_rssjobs {
	float: left;
}
#bt_rssjobs a {
	display: block;
	background-image: url(../_images/bt_rssjobs_off.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 92px;
}
#bt_rssjobs a:hover {
	background-image: url(../_images/bt_rssjobs_on.gif);
	cursor: pointer;
}
#bt_rss {
	float: left;
}
#bt_rss a {
	display: block;
	background-image: url(../_images/bt_rss_off.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 109px;
}
#bt_rss a:hover {
	background-image: url(../_images/bt_rss_on.gif);
	cursor: pointer;
}
#bt_extras {
	float: left;
}
#bt_extras a {
	display: block;
	background-image: url(../_images/bt_extras.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 109px;
}
#bt_extras a:hover {
	cursor: pointer;
}
#searchbar {
	width: 905px;
	height: 40px;
	background-image: url(../_images/balk-search.png);
	background-repeat: no-repeat;
}
#sortbar {
	width: 905px;
	height: 40px;
	background-image: url(../_images/balk-sort.png);
	background-repeat: no-repeat;
	margin-top: 15px;
}
#leftcolumn {
	width: 350px;
	float: left;
}
#rightcolumn {
	width: 555px;
	float: right;
}
/* ---------------------------------------------- */
#whitespacer {
	width: 2px;
	height: 40px;
	background-image: url(../_images/wspacer.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	float: left;
}
#searchtitle {
	width: 230px;
	height: 40px;
	background-image: url(../_images/search-title.png);
	background-repeat: no-repeat;
	background-position: 40px 10px;
	float: left;
}
#searcharrow a {
	width: 35px;
	height: 20px;
	/*background-image: url(../_images/search-arrow.png);
	background-repeat: no-repeat;
	background-position: 12px 10px;*/
	float: left;
	padding: 10px 0px 0px 12px;
}
#regio {
	background-image: url(../_images/regio-title.png);
}
#function {
	background-image: url(../_images/function-title.png);
}
#company {
	background-image: url(../_images/company-title.png);
}
#regio, #function, #company {
	width: 205px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center 10px;
	float: left;
}
#regio a, #function a, #company a {
	display: block;
	height: 30px;
}
.searchcontent {
	background-image: url(../_images/search-back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px -4px 0px -4px;
	position: relative;
	display: none;
	zoom: 1.0;
}
.searchcontent ul {
	margin: 0px;
	padding: 0px 4px 4px 4px;
}
.searchcontent li {
	list-style: none;
}
#regiocontent a, #functioncontent a, #companycontent a {
	/*font-size: 11px;*/
	color: #990000;
	display: block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}
.functionx a {
	/*font-size: 11px;*/
	color: #990000;
	display: block;
	text-decoration: none;
}
#functioncontent .functionx a:hover {
	background-image: url(../_images/search-back-over-x.png);
	background-repeat: repeat-x;
}
#regiocontent a:hover, #functioncontent a:hover, #companycontent a:hover, .searchactive {
	background-image: url(../_images/search-back-over.png);
	background-repeat: repeat-x;
}
#regioselect, #companyselect, #functionselect {
	background-image: url(../_images/search-back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px -4px -2px -4px;
	position: relative;
	display: none;
	zoom: 1.0;
	height: 25px;
	line-height: 20px;
	text-align: center;
	color: #990000;
}
/* ---------------------------------------------- */
#sorttitle{
	float: left;
	width: 160px;
	height: 30px;
	background-image: url(../_images/sort-title.gif);
	background-repeat: no-repeat;
	background-position: 20px 9px;
}
#sortsearch{
	float: left;
	width: 140px;
	height: 30px;
	background-image: url(../_images/search-loupe-text.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#inp_search {
	float: left;
	width: 100px;
	height: 18px;
	border: none;
	background: none;
	margin: 5px 0px 0px 10px;
	/* padding: 0px 30px 0px 10px;
	PROBLEM IN IE WITH PADDING */
}
#loupe a {
	float: left;
	width: 25px;
	height: 18px;
	display: block;
	margin: 6px 0px 0px 0px;
}
#sortdesc{
	float: left;
	width: 95px;
	height: 30px;
	background-image: url(../_images/sort-desc.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}
#sortspacer{
	float: left;
	width: 1px;
	height: 30px;
	background-image: url(../_images/sort-spacer.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#sortdate a {
	float: left;
	width: 49px;
	height: 30px;
	background-image: url(../_images/sort-date.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#sortdate a:hover, #sortdate a.active {
	background-image: url(../_images/sort-date_on.gif);
}
#sortalpha a {
	float: left;
	width: 82px;
	height: 30px;
	background-image: url(../_images/sort-alpha.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#sortalpha a:hover, #sortalpha a.active {
	background-image: url(../_images/sort-alpha_on.gif);
}
#sortregio a {
	float: left;
	width: 42px;
	height: 30px;
	background-image: url(../_images/sort-regio.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#sortregio a:hover, #sortregio a.active {
	background-image: url(../_images/sort-regio_on.gif);
}
#sortfunction a {
	float: left;
	width: 56px;
	height: 30px;
	background-image: url(../_images/sort-function.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#sortfunction a:hover, #sortfunction a.active {
	background-image: url(../_images/sort-function_on.gif);
}
#sortcompany a {
	float: left;
	width: 54px;
	height: 30px;
	background-image: url(../_images/sort-company.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#sortcompany a:hover, #sortcompany a.active {
	background-image: url(../_images/sort-company_on.gif);
}
#sortclose a {
	float: left;
	margin-left: 190px;
	width: 15px;
	height: 30px;
	background-image: url(../_images/sort-close.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
#sortclose a:hover {
	background-image: url(../_images/sort-close_on.gif);
}
/* ---------------------------------------------- */
#game {
}
#gamebalk {
	width: 350px;
	height: 40px;
	background-image: url(../_images/balk-white.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#gamebalk a {
	display: block;
	width: 320px;
	height: 30px;
}
#gamearrow {
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../_images/arrow-orange-down.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#gametitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/game-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#gamepic {
	float: left;
	margin: 0px 10px 10px 0px;
}
#gamecontent {
	/*display: none;*/
	padding: 0px 30px 20px 20px;
}
/* ---------------------------------------------- */
#action {
}
#actionbalk {
	width: 350px;
	height: 40px;
	background-image: url(../_images/balk-white.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#actionbalk a {
	display: block;
	width: 320px;
	height: 30px;
}
#actionarrow {
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../_images/arrow-orange-down.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#actiontitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/action-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#actionpic {
	float: left;
	margin: 0px 10px 10px 0px;
}
#actioncontent {
	/*display: none;*/
	padding: 0px 30px 20px 20px;
}
/* ---------------------------------------------- */
#s2f {
	float: left;
	display: none;/**/
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 25px 0px;
}
#s2fbalk {
	width: 525px;
	height: 40px;
	background-image: url(../_images/balk-red3.png);
	background-repeat: no-repeat;
}
#s2ftitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/s2f-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 20px;
}
#s2fclose a {
	float: right;
	margin-right: 23px;
	width: 15px;
	height: 30px;
	background-image: url(../_images/close_off.png);
	background-repeat: no-repeat;
	background-position: right 9px;
}
#s2fclose a:hover {
	background-image: url(../_images/close_on.png);
}
#s2fcontent {
	width: 505px;
	/*display: none;*/
	padding: 0px 25px 0px 20px;
}
#s2fthanks {
	width: 505px;
	display: none;
	padding: 10px 25px 20px 20px;
}
/* ---------------------------------------------- */
#apply {
	float: left;
	display: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 25px 0px;
}
#applybalk {
	width: 525px;
	height: 40px;
	background-image: url(../_images/balk-red3.png);
	background-repeat: no-repeat;
}
#applytitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/apply-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 20px;
}
#applyclose a {
	float: right;
	margin-right: 23px;
	width: 15px;
	height: 30px;
	background-image: url(../_images/close_off.png);
	background-repeat: no-repeat;
	background-position: right 9px;
}
#applyclose a:hover {
	background-image: url(../_images/close_on.png);
}
#applycontent {
	width: 505px;
	/*display: none;*/
	padding: 0px 25px 0px 20px;
}
#applythanks {
	width: 505px;
	display: none;
	padding: 10px 25px 20px 20px;
}
/* ---------------------------------------------- */
#jobs {
}
#jobsbalk {
	height: 40px;
	background-image: url(../_images/balk-orange.png);
	background-repeat: no-repeat;
}
#jobsbalk a {
	display: block;
	width: 320px;
}
#jobsarrow {
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../_images/arrow-white-down.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#jobstitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/jobs-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#jobscontent {
	/*display: none;*/
	padding: 0px 30px 0px 15px;
}
#jobdetail {
	width: 505px;
	padding: 0px 10px 0px 10px;
	margin-left: -1px;
	border-left: #ff9600 solid 1px;
}
/* ---------------------------------------------- */
#week {
	float: left;
	width: 310px;
	height: 90px;
	margin: 10px 0px 5px -5px;
	background-image: url(../_images/week-back.png);
	background-repeat: no-repeat;
	display: block;
	/*font-size: 11px;*/
	padding: 0px 0px 0px 10px;
}
/*#week:hover {
	display: block;
	cursor: pointer;
}*/
#eyes {
	float: left;
	margin: 10px 0px 17px 205px;
}
#XXXXweek {
	float: left;
	width: 310px;
	height: 50px;
	margin: 10px 0px 5px -5px;
	background-image: url(../_images/week-back.png);
	background-repeat: no-repeat;
	display: block;
	/*font-size: 11px;*/
	padding: 40px 0px 0px 10px;
}
/* ---------------------------------------------- */
.vacature, .vacature_active {
	display: block;
	/*font-size: 11px;*/
	margin: 0px 0px 0px 10px;
	padding: 5px 20px 5px 10px;
	border-right: #ff9600 solid 1px;
}
.novacature {
	display: block;
	/*font-size: 11px;*/
	margin: 0px 5px 0px 10px;
	padding: 5px 5px 5px 10px;
}
.vacature:hover, .vacature_active {
	display: block;
	background-color: #fff;
	cursor: pointer;
	background-image: url(../_images/arrow-brown.png);
	background-repeat: no-repeat;
	background-position: 315px center;
}
/* ---------------------------------------------- */
#status {
	float: left;
	width: 300px;
	color: #96150e;
	text-align: right;
	/*font-size: 11px;*/
	font-weight: bold;
	margin-left: -5px;
}
#date {
	float:left;
	color: #96150e;
	/*font-size: 11px;*/
	font-weight: bold;
}
/* ---------------------------------------------- */
#newsletterdetail {
	float: left;
	display: none;
}
#newsletterdetailbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-orange2.png);
	background-repeat: no-repeat;
}
#newsletterdetailtitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/newsletterdetail-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 20px;
}
#newsletterdetailclose a {
	float: right;
	margin-right: 20px;
	width: 15px;
	height: 30px;
	background-image: url(../_images/sort-close.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
}
#newsletterdetailclose a:hover {
	background-image: url(../_images/sort-close_on.gif);
}
#newsletterdetailcontent {
	float: left;
	/*display: none;*/
	padding: 0px 25px 20px 20px;
}
/* ---------------------------------------------- */
#gamedetail {
	float: left;
	display: none;
}
#gamedetailbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-orange2.png);
	background-repeat: no-repeat;
}
#gamedetailtitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/gamedetail-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 20px;
}
#gamedetailclose a {
	float: right;
	margin-right: 20px;
	width: 15px;
	height: 30px;
	background-image: url(../_images/sort-close.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
}
#gamedetailclose a:hover {
	background-image: url(../_images/sort-close_on.gif);
}
#gamedetailcontent {
	float: left;
	/*display: none;*/
	padding: 0px 10px 20px 10px;
}
/* ---------------------------------------------- */
#extraslogo, #extrasintro {
	height: 165px;
	padding: 0px 25px 10px 10px;
}
#extras {
	float: left;
	display: none;
}
#extrasbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-white2.png);
	background-repeat: no-repeat;
}
/*#extrastitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/extras.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 40px;
}*/
#extrascontent {
	float: left;
	/*display: none;*/
	padding: 0px 25px 20px 20px;
}
/* ---------------------------------------------- */
#contact {
	float: left;
	display: none;
}
#contactbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-orange2.png);
	background-repeat: no-repeat;
}
#contacttitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/contact-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 20px;
}
#contactclose a {
	float: right;
	margin-right: 20px;
	width: 15px;
	height: 30px;
	background-image: url(../_images/sort-close.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
}
#contactclose a:hover {
	background-image: url(../_images/sort-close_on.gif);
}
#contactcontent {
	float: left;
	/*display: none;*/
	padding: 0px 25px 20px 20px;
}
/* ---------------------------------------------- */
#links {
	float: left;
	display: none;
}
#linksbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-orange2.png);
	background-repeat: no-repeat;
}
#linksinfo {
	float: left;
	margin-bottom: 10px;
}
#linkstitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/links-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 20px;
}
#linksclose a {
	float: right;
	margin-right: 20px;
	width: 15px;
	height: 30px;
	background-image: url(../_images/sort-close.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
}
#linksclose a:hover {
	background-image: url(../_images/sort-close_on.gif);
}
#linkscontent {
	width: 505px;
	/*display: none;*/
	padding: 0px 25px 20px 20px;
}
/* ---------------------------------------------- */
#news {
	float: left;
}
#newsbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-red.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#newsbalk a {
	display: block;
	width: 550px;
	height: 30px;
}
#newsarrow {
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../_images/arrow-white-down.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#newstitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/news-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#newscontent {
	float: left;
	width: 525px;
	/*display: none;*/
	padding: 0px 0px 20px 20px;
}
#newscontainer {
	float: left;
	width: 525px;
	/*display: none;*/
}
#newsitem {
	display: none;
	float: left;
	width: 515px;
}
#newsitemclose {
	float: left;
}
#newsitemclose a {
	display: block;
	height: 12px;
	width: 10px;
	background-image: url(../_images/x.gif);
	background-repeat: no-repeat;
}
#newsitemcontent {
	float: left;
	width: 505px;
	padding: 0px 0px 0px 0px;
}
/* ---------------------------------------------- */
#tv {
	float: left;
	margin-bottom: 10px;
}
#tvbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-white2.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#tvbalklogo a {
	float: right;
	width: 54px;
	height: 16px;
	background-image: url(../_images/vimeo.png);
	background-repeat: no-repeat;
	margin: 6px 15px 0px 0px;
}
#tvcontent {
	width: 555px;
	/*display: none;*/
	padding: 0px 0px 20px 0px;
}
#tvtitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/tv-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 40px;
}
#video {
	float: left;
	/*height: 250px;*/
	margin-bottom: 20px;
}
#vimeo {
	display: block;
	background-color: #faf9f9;
}
#postit {
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 155px;
	height: 200px;
	background-image: url(../_images/postit-back.jpg);
	background-repeat: no-repeat;
	padding: 30px 30px 20px 15px;
}
#tvjobs {
	float: left;
}
#camera {
	float: left;
}
#vacature {
	z-index: 1;
	float: left;
}
#vac {
	float: left;
}
#smallcamera {
	float: left;
	height: 1px;
	margin-left: 5px;
	z-index: 10;
}
#tvlist {
	float:left;
}
/* ---------------------------------------------- */
#tarief {
}
#tariefbalk {
	height: 40px;
	background-image: url(../_images/balk-orange.png);
	background-repeat: no-repeat;
}
#tariefbalk a {
	display: block;
	width: 320px;
}
#tariefarrow {
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../_images/arrow-white-down.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#tarieftitle {
	float: left;
	width: 275px;
	height: 30px;
	background-image: url(../_images/tarief-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#tariefcontent {
	width: 326px;
	float: left;
}
#tariefcontainer {
	float: left;
	padding-top: 10px;
	background-image: url(../_images/leftcontent-back.png);
	background-repeat: repeat-y;
	margin-top: -10px;
	padding: 20px;
}
/* ---------------------------------------------- */
#legal {
	float: left;
	display: none;
	margin-bottom: 10px;
}
#legalbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-orange2.png);
	background-repeat: no-repeat;
}
#legaltitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/legal-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 20px;
}
#legalcontent {
	float: left;
	width: 505px;
	/*display: none;*/
	padding: 0px 25px 20px 20px;
}
#legalclose a {
	float: right;
	margin-right: 20px;
	width: 15px;
	height: 30px;
	background-image: url(../_images/sort-close.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
}
#legalclose a:hover {
	background-image: url(../_images/sort-close_on.gif);
}
/* ---------------------------------------------- */
#plaats {
	float: right;
}
#plaatsbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-brown.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#plaatscontent {
	float: left;
	/*display: none;*/
	width: 505px;
	padding: 0px 25px 20px 20px;
}
#plaatstitle {
	float: left;
	width: 275px;
	height: 40px;
	background-image: url(../_images/plaats-title.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 20px;
}
/* ---------------------------------------------- */
#plaatstv {
	float: right;
}
#plaatstvbalk {
	width: 555px;
	height: 40px;
	background-image: url(../_images/balk-brown.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#plaatstvcontent {
	float: left;
	/*display: none;*/
	width: 505px;
	padding: 0px 25px 20px 20px;
}
#plaatstvtitle {
	float: left;
	width: 320px;
	height: 40px;
	background-image: url(../_images/plaatsextras-title.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	margin-left: 20px;
}
#extrastitle {
	float: left;
	width: 320px;
	height: 40px;
	background-image: url(../_images/extras-title.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	margin-left: 20px;
}
/* ---------------------------------------------- */
#vacform {
	float: right;
	width: 550px;
	display: none;
	margin-bottom: 20px;
}
#vacformhead {
	float: left;
	width: 560px;
	height: 13px;
	background-image: url(../_images/form-header.png);
	background-repeat: no-repeat;
}
#vacformcontent {
	float: left;
	width: 510px;
	background-image: url(../_images/form-back.png);
	background-repeat: repeat-y;
	padding: 0px 20px 0px 20px
}
#vacformfoot {
	float: left;
	width: 560px;
	height: 19px;
	background-image: url(../_images/form-footer.png);
	background-repeat: no-repeat;
}
/* ---------------------------------------------- */
#vacformx {
	float: right;
	width: 550px;
	display: none;
	margin-bottom: 20px;
}
#vacformxhead {
	float: left;
	width: 560px;
	height: 13px;
	background-image: url(../_images/form-header.png);
	background-repeat: no-repeat;
}
#vacformxcontent {
	float: left;
	width: 510px;
	background-image: url(../_images/form-back.png);
	background-repeat: repeat-y;
	padding: 0px 20px 0px 20px
}
#vacformxfoot {
	float: left;
	width: 560px;
	height: 19px;
	background-image: url(../_images/form-footer.png);
	background-repeat: no-repeat;
}
/* ---------------------------------------------- */
#b1 {
	padding: 0px 0px 5px 20px;
	background-image: url(../_images/1.png);
	background-repeat: no-repeat;
}
#b2 {
	padding: 0px 0px 5px 20px;
	background-image: url(../_images/2.png);
	background-repeat: no-repeat;
}
#b3 {
	padding: 0px 0px 5px 20px;
	background-image: url(../_images/3.png);
	background-repeat: no-repeat;
}
/* ---------------------------------------------- */
-->