
/* DEFAULT
-------------------------------- */

div.clear {
	clear: both;
	display: block;
	height: 1px;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.75em;
	font-color: #000000;
	background: #e7e8e9;
}

a img {
	border-style: none;
}

hr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	height: 2px;
	border-right: 1px solid #fff;
	border-left: 1px solid #ff
}

input {
	outline: none;
}

/* HEADER
-------------------------------- */

img.prodeolabel {
	position: absolute;
	right: 0px;
	top: 0px;
}

img.kieslabel {
	position: absolute;
	left: 0px;
	top: 0px;
}

div.header-wrapper {
	display: block;
	width: 100%;
	background: url(/img/bg_header.jpg) no-repeat center top #02285b;;
}

div.header {
	height: 177px;
	width: 950px;
	margin: auto;
}

/* LOGO
-------------------------------- */

div.header h1 {
	padding: 26px 0 0 0;
	margin: 0;
	width: 419px;
	height: 119px;
	float: left;
}

div.header span {
	padding: 26px 0 0 0;
	margin: 0;
	width: 419px;
	height: 119px;
	float: left;
}
h2 {
	font-weight: normal;
}

/* PAYOF
-------------------------------- */

div.header h2 {
	margin: 0;
	padding: 53px 8px 0 0;
	float: right;
	width: 202px;
	height: 69px;
	text-align: left;
}

/* NAVIGATION
-------------------------------- */

div.header div.jqueryslidemenu {
	clear: both;
	display: block;
}

img.nav_home,
img.nav_strafbare_feiten,
img.nav_uw_situatie,
img.nav_vraag_en_antwoord,
img.nav_over_ons,
img.nav_nieuws,
img.nav_contact {
	height: 32px;
}

li.selected img.nav_home,
li.selected img.nav_strafbare_feiten,
li.selected img.nav_uw_situatie,
li.selected img.nav_vraag_en_antwoord,
li.selected img.nav_over_ons,
li.selected img.nav_nieuws,
li.selected img.nav_contact {
	background-position: 0 -32px !important;
}

a:hover img.nav_home,
a:hover img.nav_strafbare_feiten,
a:hover img.nav_uw_situatie,
a:hover img.nav_vraag_en_antwoord,
a:hover img.nav_over_ons,
a:hover img.nav_nieuws,
a:hover img.nav_contact {
	background-position: 0 -32px;
}

.jqueryslidemenu li:hover img {
	background-position: 0 -32px !important;
}


img.nav_home {
	background-image: url(/img/nav/nav_home.gif);
	width: 57px;
}

img.nav_strafbare_feiten {
	background-image: url(/img/nav/nav_strafbare_feiten.gif);
	width: 129px;
}

img.nav_uw_situatie {
	background-image: url(/img/nav/nav_uw_situatie.gif);
	width: 92px;
}

img.nav_vraag_en_antwoord {
	background-image: url(/img/nav/nav_vraag_en_antwoord.gif);
	width: 141px;
}

img.nav_over_ons {
	background-image: url(/img/nav/nav_over_ons.gif);
	width: 75px;
}

img.nav_nieuws {
	background-image: url(/img/nav/nav_nieuws.gif);
	width: 66px;
}

img.nav_contact {
	background-image: url(/img/nav/nav_contact.gif);
	width: 80px;
}

/* SEARCH
-------------------------------- */

div#search {
	position: absolute;
	width: 220px;
	text-align: right;
	height: 100px;
	left: 50%;
	margin-left: 270px;
	top: 130px;
}

div#search img.btn_zoek {
	background: url(/img/btn_zoek.gif);
	width: 54px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin: 0 0 0 5px;
}

div#search input {
	margin: 0;
	padding: 0;
	border-style: none;
	background: url(/img/bg_search.gif);
	width: 142px;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
	font-size: 140%;
	float: left;
}

div#search a:hover img.btn_zoek {
	background-position: 0 -28px;
}

/* CONTENT
-------------------------------- */

div.content-wrapper {
	display: block;
	width: 100%;
	background: #fff;
	color: #000000;
}

div.content {
	width: 950px;
	margin: auto;
	line-height: 20px;
}

/* NAV TER UPDATE
-------------------------------- */

ul#nav-ter-update {
	margin: 67px 0;
	padding: 0;
	width: 193px;
	float: left;
	clear: left;
}

ul#nav-ter-update li {
	list-style-type: none;
	width: 193px;
	margin: 0 0 0px 0;
	padding: 0;
	height: 41px;
}

ul#nav-ter-update li a {
	width: 166px;
	height: 27px;
	line-height: 27px;
	float: left;
	padding: 0 0 0 10px;
	background-image: url(../img/bg_nav_ter_item.jpg);
	background-position: 0 -27px !important;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none !important;
}


ul#nav-ter-update li.selected a,
ul#nav-ter-update li a:hover {
	background-position: 0 0 !important;
}

/* TEXT CONTENT
-------------------------------- */

div#panel-text {
	background: url(/img/bg_panel_text.jpg) no-repeat 0 0;
	width: 432px;
	min-height: 437px;
	float: left;
	margin: 33px 0 0 34px;
	padding: 0 20px 20px 20px;
}

div#panel-text ul {
}


div#panel-text a {
	color: #002f68;
	text-decoration: underline;
}

div#panel-text a:hover {
	color: #002f68;
	text-decoration: none;
}

div#panel-text ul li {
	color: #000000;
}

/* NO SIDEPANEL LAYOUT
-------------------------------- */

div.subpage {
	width: 680px !important;
	background: url(../img/bg_subpage.jpg) no-repeat top right !important;
	padding: 0 20px 20px 0 !important;
	margin: 33px 0 0 0 !important;
}

/* OFFICE DETAIL PAGE
-------------------------------- */

div.specialisaties {
	display: block;
	clear: left;
}

div.specialisaties ul {
	width: 450px;
	margin: 0;
	padding: 0;
}

div.specialisaties ul li {
	width: 200px;
	float: left;
	color: #58595b !important;
	padding: 0 0 0 5px;
	margin: 0 0 0 17px;
}

/* LAWYER DETAIL PAGE
-------------------------------- */

div.advocaten {
	display: block;
	clear: left;
	text-align: center;
	position: relative;
	width: 600px;
}

div.advocaten div {
	left: -50%;
	position: relative;
	float: right;
}

div.advocaten div ul {
	margin: 0;
	padding: 10px 0 0 0;
	left: 50%;
	list-style-type: none;
	float: left;
	position: relative;
}

div.advocaten ul li {
	width: 110px;
	height: 140px;
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0 10px 10px 0;
}

div.advocaten ul li img {
	width: 80px;
	height: 80px;
	background: #ccc;
}

div.advocaten ul li a {
	font-size: 11px;
}

div.profile {
	float: right;
	width: 580px;
}

img.profile-foto {
	background: #ccc;
	float: left;
}


div.profile ul {
	margin: 0 0 20px 0;
	padding: 0;
}

div.profile ul li {
	list-style-type: none;
	clear: left;
	color: #000000 !important;
	line-height: 25px;
	margin: 5px 0;
	background: #e5eaf0;
}

div.subpage img.contact {
	background: url(../img/btn_contact.jpg) no-repeat 0 0;
	width: 98px;
	height: 27px;
	float: left;
}

div.subpage a:hover img.contact {
	background-position: 0 -27px;
}

div.profile img.contact {
	background: url(../img/btn_contact.jpg) no-repeat 0 0;
	width: 98px;
	height: 27px;
	float: left;
}

div.profile a:hover img.contact {
	background-position: 0 -27px;
}

td.right img.verzenden {
	background: url(../img/verzenden.gif) no-repeat 0 0;
	width: 141px;
	height: 27px;
}

td.right a:hover img.verzenden {
	background-position: 0 -28px;
}

div.profile ul li label {
	float: left;
	width: 120px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 5px;
}

div.profile ul li div {
	float: right;
	width: 460px;
	line-height: 26px;
}


div.profile ul li.even {
	background: #fff;
}


/* TITLE BIG
-------------------------------- */

h1 {
	margin: 18px 0;
	padding: 0;
	font-size: 190%;
	color: #002f68;
	font-weight: normal;
}

h3 {
	margin: 18px 0;
	padding: 0;
	font-size: 190%;
	color: #002f68;
}


/* TITLE SMALLER
-------------------------------- */

h4 {
	margin: 0;
	padding: 0;
	font-size: 100%:
}

div#panel-text p {
	margin: 0 0 20px 0;
}

/* BREADCRUMB
-------------------------------- */

ul#breadcrumb {
	margin: 0;
	padding: 0;
	width: 375px;
}

ul#breadcrumb li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #92333f !important;
}

ul#breadcrumb li a {
	color: #002e67;
	text-decoration: none;
}


/* MAP NETHERLANDS
-------------------------------- */

div#panel-right {
	width: 200px;
	float: right;
	margin: 40px 0 300px 0 !important;
}

img.direct_contact {
	width: 202px;
	height: 57px;
}

a:hover img.direct_contact {
	background-position: 0 -57px;
}

div.map-push {
	height: 370px;
}
div.map_netherlands {
	width: 249px;
	height: 331px;
	margin-left: -40px;
	margin-top: 20px;
	background: url(/img/map_nlbe.gif);
	position: absolute;
}

div.map_netherlands ul {
	margin: 0;
	padding: 0;
}

div.map_netherlands ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 42px;
	position: absolute;
}


/* MAP PINS
-------------------------------- */

li.amsterdam {
	top: 100px;
	left: 73px;
}

li.amsterdam-jsa {
	top: 100px;
	left: 80px;
}
li.amsterdam-mca {
	top: 92px;
	left: 72px;
}

li.amsterdam-voa {
	top: 92px;
	left: 80px;
}

li.bussum {
	top: 101px;
	left: 89px;
}


li.lelystad {
	top: 85px;
	left: 107px;
}
li.zwolle {
	top: 85px;
	left: 137px;
}

li.almere {
	top: 95px;
	left: 95px;
}

li.haarlem {
	top: 93px;
	left: 61px;
}
li.hoofddorp {
	top: 103px;
	left: 65px;
}

li.rotterdam {
	top: 125px;
	left: 47px;
}

li.rotterdam-vea {
	top: 135px;
	left: 46px;
}

li.rotterdam-afb {
	top: 139px;
	left: 41px;
}

li.rotterdam-2 {
	top: 146px;
	left: 53px;
}

li.dordrecht {
	top: 145px;
	left: 59px;
}

li.sliedrecht {
	top: 145px;
	left: 68px;
}

li.groningen {
	top: 25px;
	left: 164px;
}

li.leeuwarden {
	top: 25px;
	left: 122px;
}

li.dokkum {
	top: 15px;
	left: 137px;
}

li.heerenveen {
	top: 45px;
	left: 127px;
}

li.joure {
	top: 44px;
	left: 117px;
}


li.assen {
	top: 45px;
	left: 162px;
}

li.ees {
	top: 50px;
	left: 177px;
}

li.meppel {
	top: 70px;
	left: 147px;
}

li.denhaag {
	top: 123px;
	left: 39px;
}

li.denhaag2 {
	top: 117px;
	left: 43px;
}

li.wassenaar {
	top: 111px;
	left: 46px;
}



li.voorschoten {
	top: 114px;
	left: 52px;
}

li.leiden {
	top: 106px;
	left: 52px;
}


li.utrecht {
	top: 115px;
	left: 86px;
}

li.middelburg {
	top: 170px;
	left: 8px;
}

li.enschede {
	top: 104px;
	left: 182px;
}

li.hengelo {
	top: 99px;
	left: 178px;
}

li.almelo {
	top: 94px;
	left: 172px;
}

li.deventer {
	top: 101px;
	left: 147px;
}

li.zutphen {
	top: 121px;
	left: 137px;
}

li.arnhem {
	top: 135px;
	left: 127px;
}

li.eindhoven {
	top: 178px;
	left: 105px;
}

li.breda {
	top: 163px;
	left: 70px;
}

li.zevenbergen {
	top: 158px;
	left: 60px;
}

li.tilburg {
	top: 164px;
	left: 84px;
}

li.roermond {
	top: 198px;
	left: 137px;
}

li.maastricht {
	top: 228px;
	left: 120px;
}

li.gent {
	top: 210px;
	left: 9px;
}

li.zottegem {
	top: 220px;
	left: 13px;
}

li.antwerpen {
	top: 198px;
	left: 55px;
}

li.brugge {
	top: 198px;
	left: -15px;
}

li.brussel {
	top: 230px;
	left: 54px;
}

li.kortrijk {
	top: 221px;
	left: -5px;
}

li.leuven {
	top: 228px;
	left: 75px;
}

li.hasselt {
	top: 222px;
	left: 103px;
}

li.soest {
	top: 113px;
	left: 95px;
}

li.woerden {
	top: 115px;
	left: 74px;
}


li.almere {
	top: 94px;
	left: 93px;
}

li.alkmaar {
	top: 70px;
	left: 70px;
}

li.zwaag {
	top: 70px;
	left: 80px;
}


li.gorinchem {
	top: 138px;
	left: 75px;
}

li.wijkbijduurstede {
	top: 124px;
	left: 101px;
}

li.hoogeveen {
	top: 63px;
	left: 156px;
}

li.zaandam {
	top: 83px;
	left: 73px;
}

li.purmerend {
	top: 80px;
	left: 78px;
}


li.nijmegen {
	top: 142px;
	left: 122px;
}

li.apeldoorn {
	top: 115px;
	left: 134px;
}

li.spijkenisse {
	top: 147px;
	left: 36px;
}

li.krimpenaandenijssel {
	top: 135px;
	left: 55px;
}

li.barendrecht {
	top: 141px;
	left: 52px;
}

li.capelle {
	top: 133px;
	left: 63px;
}

li.oss {
	top: 150px;
	left: 115px;
}

li.almelo-bma {
	top: 85px;
	left: 176px;
}


li.zoetermeer {
	top: 122px;
	left: 53px;
}

li.gouda {
	top: 122px;
	left: 64px;
}
li.alphen {
	top: 111px;
	left: 61px;
}

li.zaltbommel {
	top: 148px;
	left: 90px;
}

li.sittard {
	top: 215px;
	left: 126px;
}

li.venlo {
	top: 185px;
	left: 140px;
}

li.delfzijl {
	top: 15px;
	left: 180px;
}

li.didam {
	top: 136px;
	left: 139px;
}

li.den-bosch {
	top: 156px;
	left: 98px;
}

img.dot {
	width: 6px;
	height: 6px;
	background: url(../img/ico_dot_small.png) no-repeat 0 0;
}

a:hover img.dot {
	background: url(../img/ico_dot_small_blue.png) no-repeat 0 0;
}

img.dotbe {
	display: none;
	width: 9px;
	height: 9px;
	background: url(../img/ico_dot_blue.png) no-repeat 0 0;
}

a:hover img.dotbe {
	display: none;
	background: url(../img/ico_dot.png) no-repeat 0 0;
}


/* MAP SUBTEXT
-------------------------------- */

.map-text {
	border: 2px solid #c9cacb;
	margin-top: 20px;
	padding: 0px 10px;
	color: #841521;
	font-size: 120%;
}

.map-image {
	margin-top: 290px;
	position: absolute;
}

div.city {
	margin-top: 290px;
	position: absolute;
}

div.contact {
	position: absolute;
}

/* CITY UPDATE
-------------------------------- */

div.city-update {
	background: url(../img/btn_kantoren.jpg);
	width: 201px;
	height: 127px;
	padding: 10px 0 0 1px;
}

div.city-update img {
	float: left;
}

div.city-update:hover {
	background-position: 0 -137px;
}

div.city-right {
	width: 102px;
	float: right;
	position: relative;
	height: 117px;
	margin: 0 10px 0 0;
	line-height: 17px;
}

.stad a,
.naam a,
.telefoon a {
	color: #fff;
	text-decoration: none !important;
}

.stad {
	font-size: 140%;
	margin: 0;
	font-weight: bold;
}

.naam {
	font-size: 110%;
	line-height:16px;
	height: 55px;
}

.telefoon {
	font-size: 100%;
	padding: 0 0 0 20px;
	background: url(../img/ico_phone.png) no-repeat 0 0;
	line-height: 20px;
	height: 15px;
	display: table-cell;
}


div.city-update a.btn {
	width: 92px;
	height: 22px;
	line-height: 22px;
	float: left;
	padding: 0 0 0 10px;
	background-image: url(../img/btn_kantoren_more_small.png);
	background-position: 0 -22px !important;
	color: #fff;
	text-decoration: none !important;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	left: 0;
}

div.city-update a {
	background-position: 0 0 !important;
	color: #ffffff;
}

div.city-update a:hover {
	background-position: 0 -22px !important;
}

/* FAKE TAGCLOWD
-------------------------------- */

div.subtext {
	width: 400px;
	height: 70px;
	margin: auto;
	font-size: 90%;
	font-weight: bold;
	clear: both;
	text-align: center;
}

div.subtext-update {
	width: 420px;
	height: 70px;
	margin: auto;
	font-size: 90%;
	clear: both;
	text-align: center;
}

div.subtext span:hover {
	color: #92333f;
}

div.subtext a:hover {
	color: #92333f !important;
}

/* FOOTER
-------------------------------- */

div.footer {
	display: block;
	clear: both;
	width: 100%;
	height: 86px;
}

div.footer ul {
	width: 642px;
	margin: 20px auto ;
	text-align: center;
}

div.footer ul li {
	list-style-type: none;
	display: inline;
	padding: 0;
	font-size: 80%;
	color: #58595b;
	height: 16px;
	line-height: 16px;
}

div.footer ul li img.right {
	float: right;
	position: relative;
	margin-right: 5px;
	bottom: 26px;
}

div.footer ul li img.left {
	float: left;
	position: relative;
	bottom: 26px;
}

div.footer ul li span {
	color: #941125;
	margin: 0 5px;
}

div.footer ul li a {
	color: #58595b;
	text-decoration: none;
}

div.footer ul li a:hover {
	text-decoration: underline;
}

span.nieuwsarchief {
	background-color: #002d65;
}

span.nieuwsarchief a {
	color: #ffffff !important;
	text-decoration: none !important;
}

div#ajaxloader {
	position: absolute;
	margin-left: 47%;
	margin-top: 400px;
	display: none;
}

span.prov {
	cursor: pointer;
}

span.spec {
	cursor: pointer;
}

span.prov:hover {
	text-decoration: underline;
}

span.selected {
	text-decoration: underline;
}

span.spec:hover {
	text-decoration: underline;
}

#mycarousel {
	padding: 0;
	position: relative;
	top: 300px;
}
#mycarousel li {
	list-style-type: none;
}




.basic {
	width: 202px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f4e8e8;
	position: relative;
	z-index: 10;
}
.basic div {
	padding: 10px 10px 0 10px;
	font-size: 90%;
}

.basic a.list-category {
	cursor: pointer;
	display: block;
	height: 27px;
	width: 202px;
	clear: both;
}
.basic a:hover {
}
.basic a.selected img {
	color: #fff;
	background-position: 0 -27px;
}

.top {
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.middle {
}

.bottom {
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

img.vind-uw-kantoor {
	position: absolute;
	top: -50px;
	right: 60px;
	z-index: -20;
}

ul.list-provincies {
	margin: 0;
	padding: 0 0 0 5px;
}

ul.list-provincies li {
	background: url(../img/ico_dot_small.png) left center no-repeat;
	list-style-type: none;
	color: #962125;
	width: 70px;
	float: left;
	padding: 0 0 0 15px;;
	margin: 0;
}

ul.list-provincies li a {
	color: #962125;
	text-decoration: none;
}

ul.list-provincies li a:hover {
	text-decoration: underline;
}

ul.list-specialismes {
	margin: 0;
	padding: 0 0 0 20px;
}

ul.list-specialismes li {
	list-style-image: url(../img/ico_dot_small.png);
	color: #962125;
	padding: 0 0 0 0px;
	margin: 0;
}

ul.list-specialismes li a {
	color: #962125;
	text-decoration: none;
}

ul.list-specialismes li a:hover {
	text-decoration: underline;
}

ul.list-advocaten {
	margin: 0;
	padding: 0 0 0 20px;
}

ul.list-advocaten li {
	list-style-image: url(../img/ico_dot_small.png);
	color: #962125;
	padding: 0 0 0 0px;
	margin: 0;
}

ul.list-advocaten li a {
	color: #962125;
	text-decoration: none;
}

ul.list-advocaten li a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	display: block;
	height: 1px;
}

a.provincie img,
a.specialisme img,
a.kantoor img {
	width: 202px;
	height: 27px;
	background-position: 0 0;
}

a.provincie:hover img,
a.specialisme:hover img,
a.kantoor:hover img {
	background-position: 0 -27px;
}

a.provincie img {
	background-image: url(/img/btn-list-provincie.png);
}
a.specialisme img {
	background-image: url(/img/btn-list-specialisme.png);
}
a.kantoor img {
	background-image: url(/img/btn-list-kantoor.png);
}

/*liquid corners*/
.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url('../img/corners1280x36.gif');
	height: 18px;
	font-size: 2px;
}
.top-left, .bottom-left {
	margin-right: 18px;
}
.top-right, .bottom-right {
	margin-left: 18px;
	margin-top: -18px;
}
.top-right {
	background-position: 100% 0;
}
.bottom-left {
	background-position: 0 -18px;
}
.bottom-right {
	background-position: 100% -18px;
}
.inside {
	border-left: 1px solid #002a5b;
	border-right: 1px solid #002a5b;
	background: #fff;
	padding-left: 25px;
	line-height: 18px;
	padding-right: 25px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.notopgap {
	margin-top: 0;
}
.nobottomgap {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.jqueryslidemenu {
	float: left;
	position: absolute;
	top: 145px;
	z-index: 100;
}

.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
}


* html .jqueryslidemenu ul li a {
	display: inline-block;
}

.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top-width: 0px;
	z-index: 999;
	margin-left: -1px;
}

ul.normal {
	background: url(/img/bg_normal.png) no-repeat bottom left;
	padding-bottom: 10px;
}

ul.wide {
	background: url(/img/bg_wide.png) no-repeat bottom center;
	padding-bottom: 10px;
}

ul.midwide {
	background: url(/img/bg_midwide.png) no-repeat bottom center;
	padding-bottom: 10px;
}


.jqueryslidemenu ul.normal li ul ul {
	border-top-width: 1px;
	position: relative;
	left: 2px;
}

.jqueryslidemenu ul li ul.normal li {
	display: list-item;
	float: none;
}

.jqueryslidemenu ul li ul.normal li ul {
	top: 0;
}

.jqueryslidemenu ul li ul.normal li a {
	width: 180px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	display: block;
	background: #fff;
	color: #333;
	padding: 0 0 0 20px;
	line-height: 20px;
	color: #962125;
	font-size: 90%;
	text-decoration: none;
	background: url(../img/ico_dot_small.png) no-repeat 8px 8px;
}

.jqueryslidemenu a:hover {
	text-decoration: underline !important;
}
/* wide */

ul.wide li {
	width: 882px;
}

ul.wide li a {
	color: #002F68;
}

div.wide-left {
	padding: 10px;
	float: left;
	overflow: hidden;
	width: 600px;
}

div.column-left a.wide-left-title,
div.column-right a.wide-left-title,
div.wide-left a.wide-left-title {
	font-size: 120%;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

div.sub {
	margin: 2px 0 5px 0;
}

div.sub a {
	padding: 0 0 0 12px;
	line-height: 17px;
	color: #962125;
	font-size: 90%;
	text-decoration: none;
	background: url(../img/ico_dot_small.png) no-repeat left 4px;
}

div.sub a:hover {
	text-decoration: underline;
}

div.wide-right {
	width: 230px;
	border-left: 1px dotted #ccc;
	float: right;
	padding: 10px;
}

div.wide-right-title {
	font-size: 140%;
	color: #962125;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important
}

div.grey {
	color: #666;
}

div.column-left {
	float: left;
	width: 280px;
}

div.column-right {
	float: right;
	width: 280px;
}

/* midwide */

ul.midwide li {
	width: 494px;
}

ul.midwide div.column-left {
	float: left;
	width: 237px;
}

ul.midwide div.column-right {
	float: right;
	width: 237px;
}

ul.midwide div.column-left,
ul.midwide div.column-right {
	padding-left: 10px;
}

/* CONTACT
-------------------------------- */

div.contact {
	position: absolute;
	width: 186px;
	height: 80px;
	left: 50%;
	margin-left: 271px;
	top: 20px;
	border: 2px solid #fff;
	white-space: nowrap;
	line-height: 20px;
	padding: 5px;
	overflow: hidden;
	background: #002a5b;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.contact:hover {
	background-color: #0a487a;
}

div.contact span {
	position: absolute;
}

div.contact a {
	color: #fff;
	text-decoration: none;
}

/* BEL ME TERUG
-------------------------------- */

div.belmeterugblok {
	background: url(/img/belmeterug.png) no-repeat right top;
	width: 200px;
	height: 122px;
}

input.belmeinput {
	margin: 0;
	margin-left: 10px;
	margin-top: 60px;
	padding: 0;
	border-style: none !important;
	background: url(/img/belme_bg.png);
	width: 178px;
	height: 29px;
	line-height: 32px;
	text-indent: 25px;
	font-size: 140%;
	float: left;
}

.btn-belme {
	cursor: pointer;
	text-decoration: none !important;
	background: url(../img/btn_belme.png) no-repeat right top;
	padding-right: 10px !important;
	margin-right: 13px;
	display: inline-block;
	width: 95px;
	height: 22px;
	white-space: nowrap;
	color: #ffffff;
	font-size: 100%;
	margin-top: 5px;
	text-shadow: 1px 1px 1px #333;
	font-weight: bold;
	border-style: none !important;
}

.btn-belme span {
	background: url(../img/btn_belme.png) no-repeat left top;
	height: 22px;
	display: inline-block;
}

li:hover .btn-belme span,
.selected .btn-belme span,
.btn-belme:hover span {
	background-position: 0 -22px;
	color: #fff;
}

li:hover .btn-belme,
li.selected .btn-belme,
.btn-belme:hover {
	background-position: right -22px;
	color: #fff;
}


.btn-belme div {
	text-align: center;
	padding: 0 1px 0 25px;
	position: relative;
	left: -5px;
}

.btn-belme:hover {
	text-decoration: none;
}

.btn-belme span span div {
	color: #fff;
}

div.call-to-action {
	background: #f6f6f6;
	padding: 5px 20px 20px 20px;
	clear: both;
}

div.call-to-action ul {
	margin: 0;
	padding: 0;
}

div.call-to-action ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

div.call-to-action ul li img {
	margin: 0 10px 0 0;
	float: left;
}

div.call-to-action ul li input {
	background: url('/img/bg_input_call_me.png') no-repeat 0 0;
	width: 70% !important;
	height: 27px;
	line-height: 27px;
	border-style: none;
	padding: 0 0 0 30px;
	font-size: 110%;
	float: left;
}

div.call-to-action ul li a.btn-belme {
	float: left;
}

div.call-to-action h2 {
	font-size: 150%;
	color: #464749;
	font-weight: bold;
}

div.call-to-action h3 {
	margin: 0;
	padding: 0;
	font-size: 125%;
	color: #464749;
	float: left;
}

div.call-to-action h4 {
	margin: 0;
	padding: 0;
	font-size: 125%;
	color: #464749;
	float: left;
}

div.call-to-action h3 a {
	border-bottom: 1px solid #464749;
	color: #464749 !important;
	text-decoration: none !important;
}

div.call-to-action h3 a:hover {
	color: #002F68 !important;
	border-color: #002F68 !important;
	text-decoration: none !important;
}

div.call-to-action p {
	color: #f48000;
	font-weight: bold;
	font-size: 170%;
	margin: 10px 0 0 0;
	width: 70% !important;
	float: left;
}

div.call-to-action p span {
	font-size: 70%;
	font-weight: normal;
	font-style: italic;
	color: #777;
}

div.call-to-action div.call-alert {
	font-size: 90%;
	color: #9C2122;
}

.handige-links div.call-to-action {
	display: none
}

