/* CSS Document */
/* test frontend.css */
/**************************************** START LAYOUT *****/
/**  optimised **/
#header {
	position: relative;
	border-bottom: 3px solid #6ACEF6;
	height: 34px;
	margin-bottom:5px;
}
#page_start #header {
	margin-bottom: 0;
}

#page_start #main .bold.roundedborder {
        clear:left !important;
        width:700px;
}


#header a {
	color: #000;
	text-decoration: underline;
}

#header a:hover {
	color: #06C;
}




ul.mainmenu {
	list-style: none;
	float: right;
}

ul.mainmenu li {
	float: left;
	font-size: 15px;
	padding-top: 10px;
	text-align: center;
}

ul.mainmenu li a {
	padding: 0 10px;
}

ul.mainmenu li.active {
	position: relative;
	font-size: 18px;
	border: 3px solid #6ACEF6;
	border-bottom: none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	background: #fff;
	line-height: 20px;
	height: 29px;
	padding-top:5px;
}

ul.mainmenu li.active a {
	text-decoration: none;
}

#header #speurdersLogo, #header #advertentiesLogo {
	
	background: url(http://www.gratisindekrant.nl/img/iconen/logoklein.png) no-repeat;
	padding: 1px 0 0 50px;
	float: left;
	font-size: 18px;
	height: 25px;
	margin: 5px 0 0 0;
}
#header #hdcmediaadvertentiesLogo {
	background: url(/img/2009/logo-hdc.gif) no-repeat;
	padding-left: 100px;
	float: left;
	font-size: 18px;
	height: 25px;
	margin: 5px 0 0 0;
	display: block;
}
#header #hcadvertentiesLogo {
	background: url(/img/2009/logo-hc.gif) no-repeat;
	padding-left: 100px;
	float: left;
	font-size: 18px;
	height: 25px;
	margin: 5px 0 0 0;
	display: block;
}
.logged_in {
	margin:5px 10px 10px 0;
	float:right;
	position: relative;
}
.logged_in li {
	list-style: none;
	border-left: 1px solid #ccc;
	font-size: 12px;
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
.logged_in li:first-child {
	border:none;
}

/* END MENU */

div.checkbox, div.radio {
	background-image: url(/img/checkbox.png);
	width: 14px;
	height: 15px;
	float: left;
	cursor: pointer;
}

div.checkbox.checked {
	background-image: url(/img/checkbox_selected.png);
}

div.radio {
	background-image: url(/img/iconen/radio.jpg);
}

div.radio.checked {
	background-image: url(/img/iconen/radio_selected.jpg);
}

a.select {
	padding: 3px 5px;
	border: 2px solid #6acef6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 12px;
	font-family: Verdana;
	background: url(/img/buttons/button_bg_blue.png) top right no-repeat;
	cursor:pointer;
	height:26px;
}
a.select ul li {
	height:18px;
	padding:3px 6px;
}

#login input[type=text]:disabled,
#login input[type=password]:disabled,
#login select:disabled {
	background :#EEE;
	color:#555;
}

input[type=text],
input[type=password],
.inputtext,
input.text,
input.password {
	padding: 4px 5px;
	margin: 0px 2px 0px 2px;
	border: 2px solid #6acef6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 12px;
	font-family: Verdana;
	vertical-align:bottom;
}
label {
	color: #06C;
}
.divtext {
	padding: 4px 5px;
	margin: 0px 2px 0px 2px;
	border: 2px solid #6acef6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 12px;
	vertical-align:bottom;
	background:white;
}	
button,
a.button,
input[type=button],
input[type=reset],
input[type=submit] {
	padding: 2px 10px 3px 10px;
	color: #06C;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #6acef6;
	border-width: 1px 2px 2px 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	background: #DEEDF7 url(/img/buttons/button_bg_blue.png) top right no-repeat;
	vertical-align:bottom;
	margin-top: 5px;
}

a.button {
	padding: 4px 10px;
}


input[type=button].hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:hover,
a.button.hover,
a.button:hover {
	color: black;
}

input[type=button].active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
button:active,
a.button.active,
a.button:active {
	border-style: groove;
	margin-top: 5px;
	
}


input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled,
button:disabled, a.button.disabled {
	background-image: url(/img/buttons/button_bg_grey.png);
	background-color:#E8E8E8;
	color: #999;
	cursor: default;
	border-color: #ccc;
	border-width: 1px 2px 2px 1px;
	padding: 2px 10px 3px 10px;
	/* override active state */
}
input[type=button]:disabled:active,
input[type=reset]:disabled:active,
input[type=submit]:disabled:active,
button:disabled:active, a.button.disabled {
	/*margin:0;*/
}

#page_kieskrant #content li {
	list-style: none;
	margin: 0 0 10px 20px;
	padding: 0;
}
#page_kieskrant #content ul.clusterwarning li {
	list-style:disc outside none;
	margin:0;
	margin-left:20px;
	color:red;
}
#page_kieskrant #content li input {
	margin: 0 0 0 -20px;
}

#page_kieskrant #content .herhalen input ,
#page_kieskrant #content .rubrieklabel input ,
#page_kieskrant #content .calendar  input ,
#page_kieskrant #content .legenda  input {
	margin: 0;
}
#page_kieskrant .hidden {
	display: none;
}
/** /optimised **/



/* LAYOUT classes */
.left {
	float: left;
}

.right {
	float: right;
}
/* LAYOUT id's */
#container {
	text-align: center; /* voor het centreren van de pagina */
	padding: 5px 0 5px 0;
}

#main { /* hier komt alle content in */
	
	margin: auto !important; /* anders werkt het centreren van de container 'text-align:center' niet */
	text-align: left; /* vanaf hier weer links uitlijnen, overschrijf de container waarde */
	width: 980px; /* breedte van de gehele pagina */
}

#rightColumn {
	width: 210px; /* zet de breedte voor de rechter col */
	margin-bottom: 63px; /* takes care of the space between rightcolumn and footer */
	margin-top:14px;
}
#page_start #rightColumn {
	margin-bottom:14px;
	display:block;
}


#content, 
#contentStart {
	position: relative;
	min-height: 400px;
	width: 768px; /* LET OP : width = width - horizontal paddings : 697 = 717 - (2 x 10) */
	margin: 0 0 14px 0;
	/* hack for IE5.5 */
	voice-family: "\"}\"";
	float: left;
	clear: left;
}

#content {
	clear: both;
	background-color:#DDF0FF;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	width: auto;
	margin: 0px 0 20px 0;
	padding: 3px 10px;
	float: none;
}

#acties { /* zet de breedte voor de content en acties div */
	height: 26px;
	position: relative;
	display: inline;
	float: left;
}

#actiesLabel {
	width: 50px;
	padding: 4px 0px 0px 0px;
	float: left;
	position: relative;
}
#actionbar {
	position: absolute;
	top: -10px;
	left: 60px;
	display: none;
	float: left;
	width: 530px;
}

#actionbar img {
	border: none;
}

#actionbar .actionitem {
	position: absolute;
	top: 0px;
	display: none;
}

#breadCrumbs {
	margin-bottom: 10px;
}
#breadCrumbsTop a, #selecteerproducttype a {
	text-decoration:none;
}

#logos {
	/* positioneer de logos onder aan de pagina */
/*	width: 500px;
	float: right;
	clear: both;
	margin-top: -10px;
	text-align: left;
	height:35px;
*/
	text-align: right;
}
#logos a {
	margin-left: 15px;
}

#footer {
	margin-top: 0;
	/* for ie6 */
	clear:left;
	width:100%;
}

#footerContent {
	border-top: 3px solid #6ACEF6;
	padding: 10px 0px 0px 0px;
	text-align: center;
	clear: both;
}
/******************************************* END LAYOUT *****/
/*********************************** STYLING AND MAKEUP *****/
/* No layout in this section please. */
/* STYLING : SIDEWIDE globals */
html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
} /* reset for all browsers */
* {
	font-family: Arial, Helvetica, sans-serif;
}
/* STYLING : SITEWIDE tags */
/* all the 'STYLING : SIDEWIDE tags' values are probably overridden by e.g. mainmenu / content-div later on */
h1 {
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 6px;
	color:#336376;
}

h2 {
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 3px;
}

h3 {
	font-size: 11px;
}

textarea {
	font-size: 100%;
}



a, .toggler {
	color: #06C;
	text-decoration: underline;
}

a:hover, .toggler:hover label:hover {
	color: #333333;
}

a:active, label:active {
	color: #EE5500;
}

a:active {
	color: #EE5500;
}

a, label {
	cursor: pointer;
}

#actionbar a:visited,
#breadCrumbs ul a:visited {
	color: #06C;
}

#breadCrumbs a {
	text-decoration: none;
}

#breadCrumbs ul a:hover {
	text-decoration: underline;
	color: black;
}

#breadcrumblabel_zakelijk {
	display: block;
	width: 219px;
	height: 139px;
	background: transparent url(/img/startbuttonsPZ_wit8.gif) no-repeat 0px -139px;
	margin-bottom: 10px;
}

#breadcrumblabel_particulier {
	display: block;
	width: 219px;
	height: 139px;
	background: transparent url(/img/startbuttonsPZ_wit8.gif) no-repeat;
}

#breadcrumblabel_zakelijk:hover {
	background-position: 0 -278px;
}

#breadcrumblabel_particulier:hover {
	background-position: 0 -417px;
}

#breadcrumbproperty_korting {
	color: #CC0000;
	font-weight: bold;
}

#actiesLabel a {
	text-decoration: none;
}

#login {
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	padding: 10px 8px;
	margin-bottom:3px;
	font-size: 1.2em;
	background: #fff;
}

#login h2 {
	margin: 4px 0;
}

#login input.text {
	background: white url(/img/iconen/at.png) top right no-repeat;
	padding-right: 25px;
	width: 150px;
}

#login input.password {
	background: white url(/img/iconen/pass.png) top right no-repeat;
	margin-bottom: 15px;
	padding-right: 25px;
	width: 150px;
}

#login input.submit {
	float: right;
}


#login label {
	font-size: 11px;
	color: black;
	padding: 0;
	cursor: default;
}

#login p.registerlinks {
	font-size: 11px;
}

#login #laatstebezoek {
	font-size: 11px;
	margin: 10px;
}

#modalWindowContent div.column a {
	cursor: pointer;
	color: #06C;
	text-decoration: none;
}

#modalWindowContent div.column a:visited {
	color: #06C;
}

#modalWindowContent div.column a:hover {
	text-decoration: underline;
	color: black;
}

#modalWindowContent div.column a:active {
	color: #EE5500;
}

.toggler:hover {
	color: black;
}

a.winkelLink {
	text-decoration: none;
}

.moduleHolder {
	float: right;
	margin-left: 15px;
}

#actionbar a:active, #breadCrumbs a:active {
	color: #EE5500;
}

label {
	padding-left: 4px;
}

#debug {
	font-size: 12px;
	color: purple;
	width: 550px;
	font-family: "Courier New", Courier, monospace;
}

#debugHeader {
	font-size: 14px;
	color: purple;
	width: 550px;
	font-family: "Courier New", Courier, monospace;
}

#content p {
	padding-bottom: 6px;
}

hr {
	margin: 8px 0px 8px 0px;
	border: none;
	height: 2px;
	background-color: #0099FF;
}
.module select option {
	margin: 1px 8px 1px 1px;
}
/* STYLING : SITEWIDE classes */
.icon44x24 {
	width: 44px;
	height: 24px;
	margin: auto;
}

.icon44x24 div {
	height: 24px;
}

.icon80x48 {
	width: 80px;
	height: 48px;
	margin: auto;
}

.icon80x48 div {
	height: 48px;
}

#logoLogin {
	background-position: 0px 0px;
	background-image: url(/img/iconen/logosleutel.png);
}

#logoParticulier {
	background-position: 0px -98px;
	background-image: url(/img/iconen/logosschaduw_wit8.png);
}

#logoZakelijk {
	background-position: 0px -49px;
	background-image: url(/img/iconen/logosschaduw_wit8.png);
}

.icon44x24 .alert {
	background-image: url(/img/iconen/speurdersnormaal.gif);
}

.semitransparant {
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.pointer {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 11px;
}

.smaller {
	font-size: 80%;
}

.large {
	font-size: 115%;
}

.larger {
	font-size: 130%;
}

.red {
	color: #FF0000;
}

.orange {
	color: #EE5500;
}

.darkred, #actionbar a.darkred {
	color: #CC0000;
}

.blue {
	color: #06C;
}

.grey {
	color: #666666;
}

.column {
	float: left;
	width: 20%;
}


#modalHcWindowHolder .column {
        width:32%;
}

#modalHdcWindowHolder .column {
        width:32%;
}


.lightGrey {
	color: #999999;
}

.hidden {
	display: none;
}
.center {
	text-align: center;
}

.inlineImage {
	margin-top: -8px;
}


.slimCheckbox {
	height: 13px;
	margin: 0px;
	width: 13px;
}

.simpleborder {
	border: 1px solid black;
}

.cleanBorder {
	border: 6px solid white;
}

.margin {
	margin: 15px;
}

.tinymargin {
	margin: 5px;
}

.clear {
	clear: both;
}

.button a {
	display: block !important; /* this makes the whole div clickable */
	padding: 10px;
}

ul.hoekje {
	margin: 5px 0px 0px 2px;
}

ul.hoekje li, #content ul.hoekje ul.hoekje li {
	background-image: url(/img/hoekje_trans8.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 6px 0px 0px 20px;
}

ul.hoekje ul, #content ul.hoekje ul {
	margin: 0;
}

ul.hoekje ul li, #content ul.hoekje ul li {
	margin: 0 0 0 10px;
	background-image: none;
	width: auto;
	list-style-type: disc;
	padding: 0;
}

ul.hoekjenormaal {
	margin: 0px 0px 0px 2px;
	margin-left: 15px;
}

ul.hoekjenormaal li {
	background-image: url('');
	background-repeat: no-repeat;
	list-style-type: disc;
	padding: 3px 0px 0px 10px;
}

a.winkelLink {
}

a.winkelLink div {
	margin-right: 10px;
}

a.winkelLink div div {
	margin-right: 0px;
}

.imageholder div {
	float: left;
	width: 25px;
	height: 25px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.imageholder .algemeen_grijs {
	background-image: url(/img/iconen/iconengrijs.gif);
	background-position: 0px -75px;
}

.imageholder .algemeen_rood {
	background-image: url(/img/iconen/iconenrood_blauw8.gif);
	background-position: 0px -75px;
}

.imageholder .algemeen_zwart {
	background-image: url(http://www.gratisindekrant.nl/img/iconen/iconenzwart.gif);
	background-position: 0px -75px;
}

.icon25x25 {
	width: 25px;
	height: 25px;
	margin: auto;
	margin-right:10px;
}

.icon25x25 div {
	height: 25px;
	background-image: url(http://www.gratisindekrant.nl/img/iconen/iconenzwart.gif);
}

.whitebg div {
	background-image: url(http://www.gratisindekrant.nl/img/iconen/iconenzwart.gif);
}

.bluebg .grijs, .icon25x25 .grijs {
	background-image: url(/img/iconen/iconengrijs.gif);
}

.whitebg .grijs {
	background-image: url(/img/iconen/iconengrijs.gif);
}

.bluebg .zwart, .icon25x25 .zwart {
	background-image: url(http://www.gratisindekrant.nl/img/iconen/iconenzwart.gif);
}

.whitebg .zwart {
	background-image: url(http://www.gratisindekrant.nl/img/iconen/iconenzwart.gif);
}

.bluebg .rood, .icon25x25 .rood {
	background-image: url(/img/iconen/iconenrood_blauw8.gif);
}

.whitebg .rood {
	background-image: url(/img/iconen/iconenrood_wit8.gif);
}

.icon25x25 .algemeen {
	background-position: 0px -75px;
} /* 4 */
.icon25x25 .auto {
	background-position: 0px -100px;
} /* 5 */
.icon25x25 .watersport {
	background-position: 0px -125px;
} /* 6 */
.icon25x25 .wonen {
	background-position: 0px -200px;
} /* 9 */
.icon25x25 .vakantie {
	background-position: 0px -25px;
} /* 2 */
.icon25x25 .erotiek {
	background-position: 0px -175px;
} /* 8 */
.icon25x25 .zaken {
	background-position: 0px -225px;
} /* 10 */
.icon25x25 .kennismaking {
	background-position: 0px -50px;
} /* 3 */
.icon25x25 .kamperen {
	background-position: 0px 0px;
} /* 1 */
.icon25x25 .personeel {
	background-position: 0px -150px;
} /* 7 */


.module td {
	font-size: 11px;
}

.module .hoekje li {
	background-image: url(/img/hoekje_wit8.gif);
}
/* STYLING : ID'S*/
.modalWindow {
	padding: 5px;
	background-color: #FFFFFF;
	overflow: auto;
	height: 420px;
}

.modalWindow a {
	clear: both;
	display: block;
}

.modalWindow h2 {
	font-size: 14px;
	clear: both;
}
/* STYLING : ID'S*/
.subrubriek {
	padding: 5px;
}

.subrubriek a {
	clear: both;
	display: block;
}

.subrubriek h2 {
	font-size: 14px;
	clear: both;
}



#transparencyLayer {
	position: absolute;
	background-color: gray;
	width: 100%;
	height: 2000px;
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	display:none;
	z-index:101;
}

#modalWindowContainer {
	position: absolute;
	width: 100%;
	top: 50px;
	text-align: center;
	display: none;
	height: 0px;
	z-index: 200;
}

#modalWindowHolder {
	width: 900px;
	margin: auto;
	text-align: left;
}

#modalWindowHeader {
	font-weight: bold;
	background: transparent url(/img/modal.gif);
}

#modalWindowHeaderTitle {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	height: 35px;
	padding-top: 7px;
	/* hack for IE5.5 */
	voice-family: "\"}\"";
	height: 28px;
}

#modalWindowCloseLink {
	font-size: 13px;
	cursor: pointer;
	float: right;
	padding-top: 7px;
	padding-right: 7px;
	color: #FFFFFF;
}

#content .winkelLink {
	color: #000000;
}

.winkeldiv.active {
  border-color:#6acef6 !important;
  border:3px solid #6acef6 !important;
  background-color:white;
 }
 
.winkeldiv {
	border: 3px solid transparent;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	padding:5px 10px;
	cursor:pointer;
}


#zakelijkIngang {
	background: transparent url(/img/startbuttonsPZ_wit8.gif);
	background-position: 0px -139px;
	width: 219px;
	height: 139px;
}

#zakelijkIngang.hover {
	background-position: 0px -278px;
	width: 219px;
	height: 139px;
	cursor: pointer;
}

#zakelijkIngang a {
	height: 139px;
	padding: 0px;
}
/******* PLACE MODULES BELOW THIS LINE *****/


#imgpreviewdiv {
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	background: white;
	padding: 6px;
}
#main .module {
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	background: white;
	padding: 6px;
	margin:10px 0;
}

.homepageModule img {
	margin-top: 7px;
	margin-right: -3px;
}
.roundedborder {
	border: 3px solid #6acef6;
	-moz-border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	border-radius: 8px 8px;
}
.roundedimage {
	border: 3px solid #6acef6;
	-moz-border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	border-radius: 8px 8px;
	padding:10px 5px;
	margin:10px;
	background-color:white;
}
#searchmodule {
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	margin-top:15px;
	padding: 8px;
}
#searchmodule input.text {
	width:95px;
}
#searchmodule form {
	margin:10px 0 5px 0;
}
#searchmodule img {
	margin:10px;
	float:right;
}

.moduleHolder img, .tipmoduleholder img {
	margin: 7px;
}


div.slider:first-child {
	margin-top: 3px;
}

#acties a:hover {
	text-decoration: underline;
}


#actiesImage {
	margin-left: 5px;
	margin-right: 5px;
}

#breadCrumbs {
	margin-top: 10px;
}

#breadCrumbs li {
	padding-bottom: 5px;
}

#breadCrumbs li h1 {
	padding: 3px 0px 0px 50px;
	font-size: 14px;
}

#breadCrumbs li.neus_1 {
	list-style-type: none;
	background-image: url(/img/speurders_stap1.gif);
	background-repeat: no-repeat;
}

#breadCrumbs li.neus_2 {
	list-style-type: none;
	background-image: url(/img/speurders_stap2.gif);
	background-repeat: no-repeat;
}

#breadCrumbs li.neus_3 {
	list-style-type: none;
	background-image: url(/img/speurders_stap3.gif);
	background-repeat: no-repeat;
}

#breadCrumbs li.neus_4 {
	list-style-type: none;
	background-image: url(/img/speurders_stap4.gif);
	background-repeat: no-repeat;
}

#breadCrumbs ul ul {
	margin: 10px 0 0 0;
	list-style-position: outside;
	list-style-type: disc;
}
#breadCrumbs ul ul li {
	margin: 0 0 0 50px;
	list-style-position: outside;
	list-style-type: disc;
}

#breadCrumbs ul.hoekje li {
	padding: 6px 0px 0px 20px;
	background-image: url(/img/hoekje_wit8.gif);
	background-repeat: no-repeat;

}

#errorDiv, #errordiv {
	color: red;
	font-weight: bold;
	background-color: white;
	text-align: center;
	padding: 5px;
}

#mededelingDiv, #mededelingdiv {
	color: green;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#previousNextButtons,
.previousNextButtons {
	margin:10px 3px;
	height:30px;
	display:block;
	clear: both;
}
/* algemene style voor content */
/* paragraphs */
#content ul h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content ul h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content ul h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content .module h3 {
	margin-top: 0px;
}

#content h4 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 3px;
}

#content p {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

#content .module p {
	margin: 0px;
}

#content p.voetnoot {
	text-align: right;
	font-weight: bold;
	font-size: 90%;
}

#content p.veelwit {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* lists */
#content ul, #content ol{
	list-style: disc outside;
	margin: 5px 10px;
}

#content ol {
	list-style: decimal outside;
}

#content li {
	margin-left: 1em;
}
#content ul.hoekje li {
	margin-left: 0px;
}

#content dl {
	display: list-item;
	list-style: none outside;
	margin-top: 2px;
	margin-bottom: 2px;
}

#content dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#content dd {
	margin: 0px 20px 10px 20px;
	padding: 0px;
}
/* tables */
#content table {
	font-size: 100%;
}

#content table.formulier td {
	padding: 2px 3px;
}

#content table.breed {
	width: 100%;
	margin: 0px;
}

#content table.breed h1 {
	margin: 0px;
	padding: 0px;
}

#content table.breed p {
	margin: 0px;
	padding: 0px;
}

#content table.verttop td {
	vertical-align: top;
}
/* #content td { padding:3px 4px;
 text-align:left;
 }*/
#content .module td {
	padding: 0px;
}
/* #content table.breed h1 { padding-bottom:3px;
 } */
#content table.klein td {
	padding: 1px 4px 1px 0px;
}

#content table.klein td:first-child {
	padding-left: 0px;
}
/* speciaal voor actie */
#content .open {
	display: none;
}

#content .uitroep {
	background-image: url(/img/iconen/speurdersnormaal.gif);
	background-position: 0px -25px;
	margin-right: 5px;
	height: 25px;
	vertical-align: bottom;
}

#content .imgbullet {
	margin-right: 10px;
}

#content .dubbel {
	padding-right: 20px;
	margin-bottom: 10px;
}

#content img.logo {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
/* speciaal voor eerste-keer-hier */
#content img.kopje {
	vertical-align: middle;
	margin-right: 10px;
}
/* speciaal voor nieuwsbrief */
#content div.plaatjerechts {
	text-align: center;
	vertical-align: top;
}

#content div.plaatjerechts img {
	padding-top: 10px;
}

#content div.plaatjerechts img:first-child {
	padding-top: 0px;
}
/* speciaal voor speurderproducten */
#content .erbovenop {
	border-width: 5px;
	border-color: #06C;
	border-style: solid;
	text-align: center;
	vertical-align: middle;
}
/* speciaal voor tariefkaart=sluitingstijden */
#content table.tabel {
	background:white;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}

#content table.tarieven {
	text-align: center;
	margin: 1px;
}

#content table.tabel td {
	border-left: 1px solid white;
	margin: 0px;
	padding: 5px;
}

#content table.tabel th {
	border: 1px solid white;
	margin: 0px;
	padding: 5px;
}

#content tr.blauw {
	background-color: #c0f0ff;
}

#content tr.dkblauw {
	background-color: #66aacc;
	color: white;
	font-weight: bold;
}

#content td.links {
	text-align: left;
}

#content tr.nopad td {
	padding: 0px;
}

#content tr.springin td:first-child {
	padding-left: 20px;
}

#content table.tabel th {
	background-color:#6ACEF6;
	color:white;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#content fieldset {
	border: 1px solid #9cdcf9;
	margin-top: 10px;
	padding: 0 7px;
	background: #DDF0FF;
}

#content fieldset legend {
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #9cdcf9;
	border-bottom: none;
	padding: 4px 8px;
	margin-bottom: 10px;
	background: #DDF0FF;
}

#content fieldset table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom:6px;
}

#content fieldset table td {
	padding: 3px 6px;
}

#content fieldset table th {
	padding: 5px 6px;
	background: #BFE4FF;
}

#content fieldset table tr.odd {
	background: #CFEBFF;
}

#content fieldset table tr.note td,
#content fieldset table tfoot {
	background: #BFE4FF;
	font-style:italic;
}

#content .tabdiv {
	/* this is a fix for fadeout / fadein functionality in IE */
	/* read: http://dev.jquery.com/ticket/2457 for more information */
	background-color: #fff;
	padding: 10px;
}

#content .verticalbackground {
	width: 486px;
}

#content .horizontalbackground {
	position: relative;
	z-index: 10;
}

#content .tabs {
	height: 27px;
	position: relative;
	margin: 0;
	padding: 0;
	top: 3px;
	z-index: 15;
}

#content .tabs li {
	position: relative;
	list-style: none;
	line-height: 24px;
	height: 27px;
	overflow: hidden;
	margin: 0;
	padding: 0 6px 0 6px;
}

#content .tabs li.vertical {
	padding-right: 0px;
}

#content .tabs li.active {
	line-height: 24px;
	height: 30px;
}

#content .tabs li a {
	display: block;
	margin: 0;
	border-top: 3px solid #9cdcf9;
	text-decoration: none;
	color: black;
	background-color: #fff;
	font-weight: bold !important;
	/*have to do this as somewhere another value is set on !important*/
}

#content .tabs li.active a {
	border-top: 3px solid #04b7f1;
	border-bottom: none;
	padding-bottom: 3px;
	margin-left: 0;
}

#content .tabs li .tab_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 30px;
	background: url(/img/tab_left.gif);
}

#content .tabs li .tab_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
	height: 30px;
	background: url(/img/tab_right.gif);
}

#content .tabs li.active .tab_left {
	background: url(/img/tab_left_active.gif);
}

#content .tabs li.active .tab_right {
	background: url(/img/tab_right_active.gif);
}

#content .tabcornerimage {
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 11;
}

#content #tabbottomrightcorner, #content #tabbottomleftcorner {
	top: 18px;
}

#content #tabbottomrightcorner, #content #tabtoprightcorner {
	left: 170px;
}

#content #bottomrightcorner {
	clear: right;
}

#content .background .cornerimage {
	margin: -3px;
	position: relative;
	z-index: 11;
}

#telegraaflink {
	background-image: url(/img/iconen/icon_telegraaf.png);
}

#spitslink {
	background-image: url(/img/iconen/icon_spits.png);
}

#hclink {
	background-image: url(/img/iconen/icon_hc.png);
}

#hdclink {
	background-image: url(/img/iconen/icon_hdc.png);
}
#rcolink {
	background-image: url(/img/iconen/icon_rco.png);
}
.tabbackground {
	border: 3px solid #6ACEF6;
	background: white;
	width: 656px;
}

.carouselholder {
	margin: 20px 0 0 0;
	text-align: center;
	background-image: url('/img/carousel/background_middle.png');
}

.carousel {
	overflow: hidden;
	margin: 25px 0 0 0;
}

.carousel {
	margin-top: 10px;
}

.carousel .holder div {
	width: 470px;
	float: left;
	text-align: center;
}

.carousel .holder img {
	vertical-align: bottom;
}

input.kleinecheckbox {
	height: 13px;
	width: 13px;
	margin: 0px;
}
/********************************** END STYLING AND MAKEUP *****/
#content div.module ul.hoekje li {
	background-image: url(/img/hoekje_wit8.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 6px 0px 0px 20px;
}

#content .nomargin {
	margin: 0px;
}

.over {
	cursor: pointer;
}

#hcMapImageHolder_weekend div, #hcMapImageHolder_midweek div, #hdcMapImageHolder div {
	height: 450px;
	width: 244px;
	position: absolute;
}

.empty_Map {
	left: 244px;
}

.empty_midweekMap {
	left: -5856px;
}

.empty_weekendMap {
	left: -3416px;
}
/*** Unused? ***/
.actionlabel {
	float: right;
	width: 480px;
	text-align: left;
	padding-top: 1px;
}

.optionTogglers li, .calendarsList li {
	width: 675px;
}

.HDC108 {
	left: 0px;
} /*  */
.HDC1012 {
	left: -244px;
} /*  */
.HDC1014 {
	left: -488px;
} /*  */
.HDC607 {
	left: -732px;
} /*  */
.HDC9010 {
	left: -976px;
} /*  */
.HDC9011 {
	left: -1220px;
} /*  */
.HDC11014 {
	left: -1464px;
} /*  */
.HDC14 {
	left: -2440px;
} /*  */
.HDC12013 {
	left: -1952px;
} /*  */
.HDC12 {
	left: -1708px;
} /*  */
.HDC13 {
	left: -2196px;
} /*  */
.HDC11 {
	left: -2684px;
} /*  */
.MHC {
	left: 0px;
} /* totaal nh */
.MNH {
	left: -244px;
} /* totaal boven kanaal */
.MZH {
	left: -488px;
} /* totaal onder kanaal */
.M01 {
	left: -732px;
} /* kop noord holland */
.M02 {
	left: -976px;
} /* west friesland */
.M03 {
	left: -1220px;
} /* groot alkmaar */
.M04 {
	left: -1464px;
} /* kennemerland */
.M05 {
	left: -1708px;
} /* haarlem e.o. */
.M6A {
	left: -1952px;
} /* zaanstreek */
.M6B {
	left: -2196px;
} /* purmerend en waterland */
.M08 {
	left: -2440px;
} /* amstelveen en amstelland */
.M9A {
	left: -2684px;
} /* hoofddorp */
.M9B {
	left: -2928px;
} /* nieuw vennep */
.M9C {
	left: -3172px;
} /* badhoevedorp */
.M0A {
	left: -3416px;
} /* Kaag en Braassem */
.M0B {
	left: -3660px;
} /* nieuwkoop */
.M0C {
	left: -3904px;
} /* alphen */
.M1A {
	left: -4392px;
} /* hillegom en lissen */
.M1B {
	left: -4636px;
} /* noordwijk */
.M12 {
	left: -4148px;
} /* leiden e.o. */
.M13 {
	left: -4880px;
} /* almere */
.M3A {
	left: -5368px;
} /* gooi en almere */
.M3B {
	left: -5124px;
} /* gooi */
.M16 {
	left: -5612px;
}
.WHC {
	left: 0px;
} /*  */
.WNH {
	left: -244px;
} /*  */
.WZH {
	left: -488px;
} /*  */
.W01 {
	left: -3172px;
} /* kop noord holland */
.W03 {
	left: -2928px;
} /* groot alkmaar */
.W04 {
	left: -2684px;
} /* kennemerland */
.W05 {
	left: -2440px;
} /* haarlem e.o. */
.W6A {
	left: -1708px;
} /* purmerend en beemster */
.W6B {
	left: -1952px;
} /* zaanstreek */
.W67 {
	left: -2196px;
} /* zaanstreek en oostzaan */
.W08 {
	left: -1464px;
} /* haarlemmermeer */
.W09 {
	left: -1220px;
} /* amstelland */
.W10 {
	left: -732px;
} /* aar en veenstreek */
.W12 {
	left: -976px;
} /* leiden e.o. */
.c_h div {
	height: 32px;
}

.c_h .c_r .c_f {
	width: 85px;
	text-align: left;
	background-image: none;
}

.c_h .c_r div {
	float: left;
	width: 18px;
	height: 28px;
	margin: 1px;
	text-align: center;
	cursor: default;
	background-image: url('/img/checkbox_disabled.png');
	background-repeat: no-repeat;
	background-position: 1px 13px;
}
.c_h .HC div {
	width: 80px;
	background-position: 35px 13px;
}

.c_h {
	position: relative;
	height: 120px;
	width: 245px;
	margin: 0;
	font-size: 90%;	
}
.calendar {
	margin: 10px 0 0 0;
	position: relative;
	width: 310px;
}
.module {
	position: relative;
}

.module .slider  {
	z-index:50;
}

.herhalen {
	position: absolute;
	float: left;
	width: 310px;
	left: -10px;
	top: 10px;
	z-index: 50;
	
}
.left .herhalen {
	left: 20px;
	top: 10px;
}

.herhalen .content {
	padding: 5px;
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
		background: #fff;
}
.toggler {
	cursor: pointer;
	color: #06C;
} /* toggler items zijn ook links */
.slider {
	display: none;
}

.c_h .c_d, .c_h .c_u, .c_h .c_d_i, .c_h .c_u_i {
	cursor: pointer;
	float: right;
	position: relative;
	top: 77px;
	left: -19px;
	margin: 1px;
	width: 12px;
	height: 13px;
}
.c_h .c_d, 
.c_h .c_u, 
.c_h .c_d_i, 
.c_h .c_u_i {
	cursor: pointer;
	float: none;
	position: absolute;
	top: 105px;
	left: auto;
	right: 0;
	margin: 0;
	width: 12px;
	height: 13px;
}

.c_h .c_u, 
.c_h .c_u_i {
	top: 5px;
	left: -5px;
}
.c_h .c_u, 
.c_h .c_u_i {
	top: 40px;
	left: auto;
}

.c_d {
	background-image: url('/img/pijl_blue.png');
}

.c_u {
	background-image: url('/img/pijl_omhoog_blue.png');
}

.c_h .c_r .c_d_s {
	background-image: url('/img/checkbox_disabled_selected.png');
}

.c_h .c_r .c_s_n {
	background-image: url('/img/checkbox_100.png');
	background-position: -95px 13px;
	background-repeat: no-repeat;
}

.c_h .c_r .c_s_s {
	background-image: url('/img/checkbox_selected_100.png');
	background-position: -95px 13px;
	background-repeat: no-repeat;
}

.c_h .c_r .c_n {
	background-image: url('/img/checkbox.png');
	background-position: 1px 13px;
	background-repeat: no-repeat;
}

.c_h .c_r .c_s {
	background-image: url('/img/checkbox_selected_100.png');
	background-position: -95px 13px;
	background-repeat: no-repeat;
}

.c_h .HC .c_n {
	background-image: url('/img/checkbox.png');
	background-position: 35px 13px;
}

.c_h .HC .c_s {
	background-image: url('/img/checkbox_selected.png');
	background-position: 35px 13px;
	background-repeat: no-repeat;
}

.c_h .HC .c_d_s {
	background-image: url('/img/checkbox_disabled_selected.png');
	background-position: 35px 13px;
	background-repeat: no-repeat;
}

.c_h .c_r .discount {
	background-image: url('/img/checkbox_selected_discount_100.png');
	background-position: 0px 13px;
	background-repeat: no-repeat;
}

.c_h .HC .discount {
	background-image: url('/img/checkbox_selected_discount_100.png');
	background-position: 35px 13px;
	background-repeat: no-repeat;
}

.c_h .c_r .discount_30, .c_h .c_r .discount_35, .c_h .c_r .discount_40, .c_h .c_r .discount_45, .c_h .c_r .discount_50 {
	background-image: url('/img/checkbox_selected_100.png');
}
.c_h .c_r .discount_30 {
	background-position: -15px 13px;
}

.c_h .c_r .discount_35 {
	background-position: -31px 13px;
}

.c_h .c_r .discount_40 {
	background-position: -47px 13px;
}

.c_h .c_r .discount_45 {
	background-position: -63px 13px;
}

.c_h .c_r .discount_50 {
	background-position: -79px 13px;
}

.c_h div.hc div {
	width: 136px;
}

.c_h div.hc .c_f {
	width: 50px;
}

.c_h .c_header, .c_h .c_hc_header {
	padding-left: 87px;
	height: 16px;
	margin-bottom: 8px;
}

.c_h .c_header div, .c_h .c_hc_header div {
	float: left;
	border-bottom: 1px solid black;
	width: 20px;
	text-align: center;
	height: 18px;
}

.c_h .c_hc_header div {
	width: 80px;
}

.calendarLinks {
	top: 0px;
	font-size: 90%;
	position: absolute;
	right: -75px;
	padding: 10px;
	border: 1px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	background: #BFEDFF;
}
.calendarLinks a {
	font-weight: bold;
	color: #000;
}
.clearfix:after ,
#content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0;
}

.clearfix ,
#content {
	display: inline-block;
}

html[ xmlns ] .clearfix ,
html[ xmlns ] #content {
	display: block;
}

/* tool tip */
#mouseDiv {
	border: 1px solid #CCCC66;
	margin: 0px;
	background-color: #FFFFEE;
	width: 217px;
	position:absolute;
	z-index:1000;
}
#page_start #mouseDiv {
	width: 300px;
}

#page_mailcheck p {
	font-size:12px;
}

#page_kieskrant #mouseDiv {
	width: 300px;
}

#mouseDivHeader {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #CCCC66;
}

#mouseDivContent {
	padding: 5px 10px 5px 10px;
}

.selectedColor {
	margin-top: -1px;
	border: 2px solid #06C;
}

.square {
	width: 20px;
	height: 20px;
}

#productbarholder {
	margin:0 0 14px 0;
	width: 980px;
	float: left;
}

#productbar {
	overflow: hidden;
	width: 920px;
	height: 122px;
	background: url('/img/slider/top.gif') top repeat-x;
}

#holder {
	margin-top: 7px;
}

#holder td {
	text-align: center;
}

#scrollbar {
	height: 16px;
	background: url('/img/slider/bottom.gif');
}

#scrollbar div.category {
	position: absolute;
}

#scrollbar div {
	cursor: pointer;
}

#buttonleft {
	float: left;
	width: 30px;
	height: 138px;
	background: url('/img/slider/left.gif');
	cursor: pointer;
}

#buttonright {
	float: right;
	width: 30px;
	height: 138px;
	background: url('/img/slider/right.gif');
	cursor: pointer;
}

#slider {
	visibility: hidden;
	position: absolute;
	height: 13px;
	margin-top: 1px;
	background: url('/img/slider/slider_background.gif') top no-repeat;
}

.pointer {
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}

#footer p.smaller {
	text-align: left;
	margin: 15px 0 0 0;
	line-height: 15px;
}

#footer p.smaller img {
	float: left;
	margin: 0 20px 0 85px;
}


#accountmessagewindow {
	position: absolute;
	/*visibility: hidden;*/
	width: 400px;
	left: 150px;
	top: 150px;
	background-color: white;
	border: 2px solid #c00;
	padding: 15px;
	font-size: 11px;
}

.actie {
	position: relative;
}

.actie img {
	border: none;
}

#content.actie h1, #content.actie h2, #content.actie h3 {
	color: #c01c79;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
}

#content.actie h1 a, #content.actie h2 a, #content.actie h3 a {
	color: #c01c79;
}

.column_left {
	float: left;
	width: 47%;
}

.column_right {
	float:left;
	width: 47%;
}

#content.echo_rdam .column_right h1, #content.echo_rdam .column_right h2 {
	text-align: right;
	padding-right: 30px;
}

#content.echo_rdam .column_right h1 {
	padding-right: 70px;
}

.echo_rdam .boat {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: -30px;
	cursor: move;
}

.echo_rdam .map_small {
	float: left;
	width: 334px;
	height: 257px;
	margin-right: 5px;
	position: relative;
	top: -30px;
}

.echo_rdam .button_echo_rdam {
	float: right;
}

#content.superpakket h1, #content.superpakket h2, #content.superpakket h3 {
	font-size: 18px;
}

.superpakket .box {
	margin: 20px 0 0 10px;
}

.superpakket .koekoek {
	position: absolute;
	left: -30px;
	top: 450px;
	cursor: n-resize;
}

.superpakket .example_ad {
	float: right;
}

.superpakket .box3 {
	margin-left: 130px;
}

.superpakket .box4, .superpakket .box5 {
	float: left;
	width: 47%;
}

.superpakket .speurdermaken1 {
	position: absolute;
	top: 200px;
	right: 40px;
}

.superpakket .speurdermaken2 {
	float: right;
}
/* START SPECIFIC */
div.homepageModuleHolder {
	float: left;
	clear: both;
}

div.homepageModule {
	float: left;
	background-color: white;
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	margin: 8px 8px 0 0;
	width: 206px;
	padding: 12px 10px;
}

div.homepageModule p {
	position: relative;
}

div.homepageModule.hover {
	border-color: #5a9ed6;
}

div.module.hover {
	border-color: #5a9ed6 !important;
}


div.homepageModule h2 {
	font-size: 1.3em;
	padding-top: 0px;
}

.category {
	background: #dff1ff url(/img/2009/category_bg.jpg) 0 0 repeat-x;
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	margin-top: 8px;
	width: 260px;
} 

#business {
	float: left;
	width: 470px;
	height: 284px ;
}




.category h2 {
	margin: 10px 13px;
	font-size: 1.7em;
	height: 33px;
	line-height: 33px;
	background: url(/img/2009/icons-nose.png) no-repeat;
	padding: 0 0 0 65px;
}

#consumer {
	float: right;
}

#consumer h2 {
	background-position: 0 -68px;
}



.category p {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 10px 15px;
}

.category ul {
	padding: 0;
	margin: 0 0 10px 5px;
	list-style: none;
	list-style-position: inside;
	float: left;
	width: 48%;
	overflow: hidden;
}

#consumer.category ul {
	float: none;
	width: auto;
}

.category ul li {
	margin: 0 0 10px 10px;
	padding: 0;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.category ul li a {
	display: block;
	background: url(/img/2009/icons-category.png) 0 0 no-repeat;
	font-weight: bold;
	text-decoration: none;
}

.category ul li a span {
	color: #000;
	font-size: 1.2em;
	margin: 0 0 0 30px;
	border-bottom: 1px solid #000;
}

.category ul li.algemeen a {
	background-position: 0 -75px;
}

.category ul li.algemeen a:hover {
	background-position: 0 -325px;
}


.category ul li.personeel a {
	background-position: 0 -50px;
}

.category ul li.personeel a:hover {
	background-position: 0 -300px;
}

.category ul li.auto-mobiliteit a {
	background-position: 0 -100px;
}

.category ul li.auto-mobiliteit a:hover {
	background-position: 0 -350px;
}

.category ul li.watersport a {
	background-position: 0 -125px;
}

.category ul li.watersport a:hover {
	background-position: 0 -375px;
}

.category ul li.wonen a {
	background-position: 0 -200px;
}

.category ul li.wonen a:hover {
	background-position: 0 -450px;
}

.category ul li.vakantie-vrije-tijd a {
	background-position: 0 -25px;
}

.category ul li.vakantie-vrije-tijd a:hover {
	background-position: 0 -275px;
}

.category ul li.erotiek a {
	background-position: 0 -175px;
}

.category ul li.erotiek a:hover {
	background-position: 0 -425px;
}

.category ul li.zaken-transacties a {
	background-position: 0 -225px;
}

.category ul li.zaken-transacties a:hover {
	background-position: 0 -475px;
}

.category ul li.kennismaking a {
	background-position: 0 -50px;
}

.category ul li.kennismaking a:hover {
	background-position: 0 -300px;
}

.category ul li.kamperen-voertuigen a {
	background-position: 0 0px;
}

.category ul li.kamperen-voertuigen a:hover {
	background-position: 0 -250px;
} 

.spinbutton {
	background:#DEEDF7 url(/img/spin1.gif) no-repeat scroll center !important;
}
#showcase {
	background: #fff url(/img/2009/showcase_bg_echo.jpg) no-repeat;
	/*background: #fff url(/img/voorjaar2010-1.jpg) no-repeat;*/
	height: 200px;
	margin-top: 10px;
	width:750px;
}

#showcase h1 {
	font-size: 15px !important;
	text-align: right;
	margin-top:-55px;
	margin-right:5px;
	text-decoration:none;
	color:#336376 !important;
}

#showcase a,
#showcase a hover  {
	color:#336376 !important;
	text-decoration:none;
}

#showcase .publishers {
	padding-top:170px;

}

#showcase .publishers img {
	padding: 0 10px 10px 0;
	border: none;
}
/* speurder maken specific */
.speurdermaken {
	margin-top: 10px;
}

.speurdermaken input.slimCheckbox {
	margin-left: -20px;
}

.speurdermaken div.description {
	color: #555;
}

#uploadcompleet2_slider {
	margin-top:-7px;
}
#selecteerproducttype {
	background:white;
	border: 3px solid #6acef6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:693px;
}
#selecteerproducttype h1 {
	margin:5px;
}


.contenttitle {
	text-align: right;
	padding-bottom: 8px;
	border-bottom: 2px solid #6acef6;
	font-size: 1.2em;
}


#content .uploaddummybutton {
	width:75px;
}
div .uploaddummytext {
	width:125px; /* als tekst op knop 'bladeren...' */
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

/*
input.file {
	position: relative;
	text-align: right;
	height:28px;
	margin-top:1px;
	filter:alpha(opacity: 0);
	opacity:0;
	z-index: 2;
}
 */
.downarrow, .uparrow {
	background: url(http://www.gratisindekrant.nl/img/iconen/arrows.png) 0 0 no-repeat;
	display:inline-block;
	width:25px;
	height:25px;
}

span.uparrow {
	background-position:-25px 0;
}

#content .tabset {
	margin-top:15px;
	height:27px;
}
#content .tabset li:hover {
	color:black;
}
#content .tabset li {
	float:left;
	cursor:pointer;
	background:#DEEDF7 url(/img/buttons/button_bg_blue.png) no-repeat scroll right top;
	border:3px solid #9CDCF9;
	
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	
	border-bottom:3px solid #6ACEF6;
	padding:7px 10px 6px 10px;
	list-style-type:none;
	margin:0;
	font-size:13px;
	font-weight:bold;
	font-family:'Verdana';
	color:#0066CC;
}
#content .tabset li.active {
	border-color:#6ACEF6;
	border-bottom:none;
	padding-bottom:9px;
	font-weight:bold;
	cursor:default;
	background:white;
	color:black;
}

ul.advantages li {
	list-style-image:url('http://www.gratisindekrant.nl/img/iconen/checked.jpg');
	list-style-position:inside;
	font-size:12px;
}
.tipmodule {
	text-align:center;
}
.tipmodule img.adpreview {
	margin:8px 0 5px 0;
	border:1px solid black;
}
.tipmodule p {
	text-align:left;
}
#content .tipmodule li {
	margin:0;
}
#content .tipmodule ul {
	margin:6px 0 0 0;
}
.tipmodule {
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	background: white;
	font-size: 11px;
	padding: 5px 10px 15px 10px;
	float: left;
	width: 190px;
	margin: 7px;
	height: 170px;
}

.tipmodule h2 {
	font-size: 14px;
	margin: 0;
}

.tipmodule.clickable {
	cursor: pointer;
}

.tipmodulenoclick {
	text-align:center;
}
.tipmodulenoclick img.adpreview {
	margin:8px 0 5px 0;
	border:1px solid black;
}
.tipmodulenoclick p {
	text-align:left;
}
#content .tipmodulenoclick li {
	margin:0;
}
#content .tipmodulenoclick ul {
	margin:6px 0 0 0;
}
.tipmodulenoclick {
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	background: white;
	font-size: 11px;
	padding: 5px 10px 15px 10px;
	float: left;
	width: 190px;
	margin: 7px;
	height: 170px;
}

.tipmodulenoclick h2 {
	font-size: 14px;
	margin: 0;
}


.over:hover {
	border-color: #5a9ed6;
}

.tipmodule:hover {
	border-color: #5a9ed6;
}


.gevondenspeurder .date,
.gevondenspeurder .rubriek {
	font-weight:bold;
	
}
.rubrieklabel {
	font-weight:bold;
	color:#063;
	font-size:90%;
}

#geschiedenistable tr.even { background-color:#BFE4FF; }
#geschiedenistable tr.odd { background-color:#CFEBFF; }
#geschiedenistable tr.hover { cursor:pointer; background-color:#DDF0FF; }

tr.even { background-color:#BFE4FF; }
tr.odd { background-color:#CFEBFF; }
tr.hover {background-color: #BDEDF3 !important; }


span.searchword { background-color:yellow; }
span.rubriek .searchword { background:none; }

#page_zoekspeurder #content img.margin {
	padding:3px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-top:15px;
	margin-left:0px;
	background-color:#AED4FF;
}
#page_zoekspeurder #content .gevondenspeurder {
	background:#f2faff;
	margin:5px;
	padding-bottom: 5px;

}
#page_zoekspeurder #content label {
	width:130px;
	float:left;
	display:block;
	padding-top:5px;
}

#page_zoekspeurder #content select {
	width:144px;
	float:left;
	margin-left:6px;
	margin-right:6px;
	display:block;
}

#page_zoekspeurder #content ul.call4action {
	margin-left: 10px;

}

#page_zoekspeurder #content th {

	background-color:#AED4FF;
	border: 1px dotted #FFFFFF;
	padding: 2px;
}
.blueheader {
	background-color:#AED4FF;
	border: 0px dotted #aaaaFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px !important;
	 height: 14px;
	color:#303030;
}
#invoersuggestie {
	clear:both;
	padding-top:8px;
	display:none;
}
#invoersuggestie img {
	float:left;
	margin:8px 5px;
}
#page_speurdermaken #faqs {
	display:none;
}
#page_speurdermaken #faqs li {
	margin-top:1em;
	font-weight:bold;
}
#page_speurdermaken #faqs li p {
	font-weight:normal;
}
#page_speurdermaken .upsel {
	padding-top:20px;
	cursor:pointer;
	display:none;
}
#page_speurdermaken .previewbackground {
	padding:10px;
	min-height:76px;
}
#page_speurdermaken .speurdersoort {
	font-size:14px;
	font-weight:bold;
}
#page_speurdermaken #elm1_image {
	margin-left:4px;
}
#page_speurdermaken .mceIframeContainer {
	padding:1px 0;
} 
#page_speurdermaken form {
	padding-top:1px;
}
#page_start .roundedborder h2, #page_speurdermaken .editor h2 {
	padding:5px 10px 10px;
	background-color:#6ACEF6;
	color:white;
}
#page_speurdermaken .rightpanel .roundedborder {
	background:white;
}
#page_speurdermaken #original {
	margin:10px 0;
	display:none;
}
#page_speurdermaken #original img {
	width:200px;
	border:1px solid black;
}

#page_reizen #content h1,
#page_reizen #content h2,
#page_reizen th {
	font-family:'Times new roman',Times,Garamond,serif;
	color:#C01C79;
	font-weight:normal;
}
#page_reizen #content h1 {
	font-size: 26px;
	margin:15px 0;
	padding:0;
}
#page_reizen #content h2 {
	font-size: 18px;
	margin:5px 0;
}
#page_reizen #content ul {
	list-style-type:circle;
	margin-left:15px; 
}
#page_reizen #content ul.kranten li {
	float:left;
	width:30%;
}
#page_reizen #content #startmetopgeven {
	margin:15px 0;
}
#page_reizen #content table.tabular {
	margin:10px;
}
#page_reizen table.tabular td {
	padding:2px 4px;
	border:1px solid #aaa;
}
#page_reizen table.tabular tr {
	background-color:#DFF1FF;
}
#page_reizen table.tabular tr.even {
	background-color:#BFE4FF;
}

#page_reizen table.tabular th {
	border:1px solid #aaa;
	background-color:#BFE4FF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:4px 20px;
}
#page_reizen div.bereik {
	background-color:white;
	width:710px;
	padding:20px 10px;
	margin:10px 10px;
}
#page_reizen div.bereik img {
	margin:0;
}

#page_actueel #content div.clearfix {
	width:100%;
	margin-top:20px;
}

#page_speurdermaken #uploadframe, #page_speurdermaken #uploadpreview {
	display:none;
	width:150px;
}

#page_speurdermaken #content #elm1_parent {
	overflow:hidden;
	width:200px;
}
#page_speurdermaken #content .mceExternalToolbar {
	border:1px solid #CCC;
	top:-54px;
}
#page_speurdermaken #content #elm1_path_row {
	visibility:hidden;
}
#priceIndication {
	border-collapse:collapse;
}
#priceIndication td {
	padding:1px 4px;
}
#bondata label {
	padding-right:4px;
}
#bondata p {
	padding-top:6px;
}
#priceIndication tr.odd {
	background-color:#DDF0FF;
}
#priceIndication tr {
	border-top:2px solid #AFDFFF;
	background-color:#CFEBFF;
}
#priceIndication td, #priceIndication th {
	padding:6px;
}
#priceIndication th {
	background-color:#BFE4FF;
}

#page_speurdermaken .rightpanel .roundedborder {
	background-color:white;
}
#page_speurdermaken .leftpanel, .rightpanel {
	margin: 15px 0;
}

#page_speurdermaken .rightpanel {
	width: 376px;
}
#page_speurdermaken div.prijsIndicatieHolder {
	position:relative;
	background-color:#AFDFFF;
	color:#282828;
	padding:3px 10px 10px;
}
#page_speurdermaken .prijsIndicatieHolder p {
	margin:10px 0 0 0;
}

#page_speurdermaken .prijsIndicatieHolder h2 {
	color:black;
	background:none;
	font-weight:normal;
	padding:7px 0;
}

#page_speurdermaken .toolbar {
	background:#AFDFFF;
	padding:25px 0 10px 0;
	text-align:center;
	height:45px;
	margin-top:1px;
}

#page_speurdermaken .previewholder h1 {
	float:right;
	margin:0px;
	padding:5px;
}
#page_speurdermaken .previewholder {
	position:relative;
	margin:4px;
}
#page_speurdermaken .selectfileplease {
	display:none; 
}
#page_speurdermaken .previewholder div {
	position:absolute;
	top:0;
	left:0;
	width:150px;
}

#page_speurdermaken .previewholder img {
	z-index:1;
	float:left;
	padding:4px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
	visibility:hidden;
}
#page_speurdermaken .previewholder .loadindicator {
	z-index:2;
	visibility:hidden;
	background-color:#AFDFFF;
	color:white;
	filter:alpha(opacity=80);
	opacity:.8;
}
#page_speurdermaken .previewholder.loading .loadindicator {
	visibility:hidden;
}
#page_speurdermaken .mceIframeContainer {
	border-top:none;
}
#page_speurdermaken .mceExternalClose {
	display:none;
}
.defaultSkin span.mce_image {
	background:url('/img/iconen/upload_image_icon.png') no-repeat 2px 2px;
}

#page_speurdermaken .defaultSkin span.mce_clearmakeup {
	background-position:-580px 0;
}

#page_speurdermaken .defaultSkin span.mce_inserticon {
	background:url('/img/editor/inserticon-small.png') no-repeat 0px 0px;
}

#page_speurdermaken .defaultSkin iframe {
	width:346px;
}
#page_speurdermaken .clearlooks2_modalBlocker {
	filter:alpha(opacity=40);
	opacity:.4;
	background-color:black;
}		
#page_speurdermaken .downarrow, #page_speurdermaken .uparrow {
	margin:10px 10px 0 10px;
}

#page_speurdermaken #completeImage_text {
	background:white;
	padding:2px;
	border:1px solid #A4A098;
	width:320px;
	overflow:visible;
	margin:1px 0px 5px 0px;
}

#page_speurdermaken #ondersteund {
	background-color:white;
	padding:10px;
	margin:10px 10px 10px 0;
}

/* start experimenteel */
.sliders {
	width:100px;
	height:20px;
	position:relative;
}
.sliders div.background {
	position:absolute;
	margin-top:5px;
	width:110px;
	height:3px;
	background:#ccc;
	border:1px solid #aaa;
}
.sliders div.handle {
	position:absolute;
	cursor:pointer;
}
.sliders div div {
	position:absolute;
	visibility:hidden;
	top:-20px;
	background-color:white;
	padding:3px;
	border:1px solid #ccc;
}
/* end experimenteel */
#page_reizen #content ul ul li {
	float:left;
	width:30%;
}
#startmetopgeven {
	margin-top:10px;
}
#content.kerstgroet {
	background-image: url(/img/acties/kerstgroet/bg.jpg); 
	background-repeat: no-repeat;
	background-position: 328px 28px;
	padding-bottom: 15px;
}
#content.wintervoucher {
	background-image: url(/img/acties/wintervoucher/floral.png);
	background-repeat: no-repeat;
	background-position: 100% 180px;
	padding-bottom: 15px;
}
#content.wintervoucher h1 ,
#content.wintervoucher h2 {
	margin-left: -5px;
	height: 45px;
	background: url(/img/acties/wintervoucher/sneeuwkopjes.png) no-repeat 0px 0px;
}
#content.wintervoucher #watis h2 {
	background-position: 0px -50px;
}
#content.wintervoucher #vragen-advies h2 {
	background-position: 0px -100px;
}
#content.wintervoucher #voorwaarden h2 {
	background-position: 0px -150px;
}
#content.wintervoucher #mogelijkheden h2 {
	background-position: 0px -200px;
}
#content.wintervoucher h3 {
	font-size: 12px;
	color: #c00;
	font-weight: bold;
}
#content.wintervoucher h1 strong,
#content.wintervoucher h2 strong {
	display: none;
}

#content.wintervoucher table {
	border-collapse: collapse;
	margin-top: 10px;
}
#content.wintervoucher td {
	line-height: 30px;
	border: 1px solid #000;
	padding: 2px;
	background: #FFDFDF;
}
#content.wintervoucher th {
	text-align: right;
	border: 1px solid #000;
	line-height: 20px;
	background: #c00;
	color: #fff;
	padding: 2px;
}
#content.wintervoucher th.voordeel {
	text-align: left;
}
#content.wintervoucher .price {
	text-align: right;
}
#content.wintervoucher .voucher {
	float: right;
	position:relative;
	margin-top: -40px;
	margin-right: -40px;
}
#content.wintervoucher table .button {
	color: #c00;
}
#content.wintervoucher #watis ,
#content.wintervoucher #vragen-advies ,
#content.wintervoucher #voorwaarden {
	position: relative;
	width: 330px;
	float: left;
}
#content.wintervoucher #mogelijkheden {
	position: relative;
	width: 410px;
	float: right;
}
#content.wintervoucher .snow {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	float: none;
}
#content.kerstgroet h1 {
	background: url(/img/acties/kerstgroet/h1.png) no-repeat 0px 0px;
	height: 145px;
	width: 320px;
	margin-top: 25px;
}
#content.kerstgroet h1 * {
	display: none;
}
#content.kerstgroet h3 ,
#content.kerstgroet h3 * {
	margin-top: 10px;
	font-size: 17px;
	color: #c00;
	font-weight: bold;
	font-family: garamond, 'times new roman', times, serif;
}
#content.kerstgroet h3 em {
	font-size: 21px;
	font-family: garamond, 'times new roman', times, serif;
}
#content.kerstgroet #uitleg {
	float: left;
	width: 320px;
}
#content.kerstgroet textarea.module {
	border-width: 2px;
	margin: 0;
	overflow-y: scroll;
	width: 200px;
}
#content.kerstgroet #uploadfile {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#content.kerstgroet fieldset {
	position: relative;
	margin-top: 220px;
	width: 410px;
	float: right;
	background: #fff url(/img/acties/kerstgroet/hulst.jpg) no-repeat bottom left;
}
#content.kerstgroet #previewStuff {
	position: relative;
	float: right;
	background: #fff;
	width: 182px;
	min-height: 20px;
}
#content.kerstgroet #previewStuff img {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	margin: 5px;
	width: 162px;
}
#content.kerstgroet label {
	display: block;
	cursor: default;
	color: #000;
}
#content.kerstgroet .voorbeelden {
	text-align: center;
	margin-top: 20px;
}
#content.kerstgroet .voorbeelden img {
	margin: 0 0px;
}
#content.kerstgroet p {
	margin-top: 5px;
}
#content.kerstgroet .snow {
	position: absolute;
	bottom: 0;
	left: 0;
}
#main #breadCrumbsTop {
	margin: 10px 0;
	position: relative;
	z-index: 100;
	height: 70px;
	clear:both;
}
#main #breadCrumbsTop .active {
	border-width: 3px;
	padding: 4px;
	background-color:#9EEDFF;
}
#main #breadCrumbsTop .active h1 a {
	color: #000;
	text-decoration: none;
}
#main #breadCrumbsTop ul.breadCrumbs {
	height: 62px;
	background: #fff url(/img/breadcrumb-dotted-bg.png) repeat-x 0 50%;
	display: inline;
	position: relative;
	float: left;
}

#main #breadCrumbsTop ul li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	height: 50px;
	width: 150px;
	overflow: hidden;
	background: #ddf0ff;
	border-width: 1px;
	padding: 6px;
	cursor: pointer;
	border: 1px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
}
#main #breadCrumbsTop ul li.first {
	margin-left: 0;
}

#main .options {
	float: right;
	margin: 0;
	background: #ddf0ff;
	width: 210px;
	height: 50px;
	margin: 0;
	border-width: 1px;
	border-color: #000;
}
#main .options a {
	color: #000;
	font-weight: bold;
	line-height: 16px;
}

#main #breadCrumbsTop ul li ul {
	padding: 0 5px 0 5px;
	margin: 0 -5px 0 -5px;
}

#main #breadCrumbsTop ul li ul li.showmore {
	background:url(/img/pijl_blue.png) no-repeat bottom right;
}

#main #breadCrumbsTop ul li ul li {
	float: none;
	height: auto;
	width: auto;
	margin: 0 0 0 10px;
	text-indent: -10px;
	padding: 0;
	overflow: visible;
	background: none;
	line-height: 17px;
	background: none;
	list-style-position: outside;
	list-style: none;
	border: none;
}
#main #breadCrumbsTop ul li.enabled:hover {
	overflow: visible;
	border-width: 3px;
	padding: 4px;
	width: 150px;
	height: auto;
	min-height: 50px;
}
#main #breadCrumbsTop ul li.disabled:hover {
	overflow: visible;
	border-width: 3px;
	padding: 4px;
	width: 150px;
	height: auto;
	min-height: 50px;
}

#main #breadCrumbsTop ul li.enabled:hover ul  {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#main #breadCrumbsTop ul li.disabled {
	border-color: #ccc;
	cursor: default;	
	background: #eee;
}
#main #breadCrumbsTop ul li.disabled * {
	color: #666;
	cursor: default;
}
#breadCrumbsTop h1 {
	font-size: 14px;
	margin: 0 0 2px 0;
	padding: 0;
}
#breadCrumbsTop .button {
	float: left;
	margin: 37px 0 0 14px;
}

#rightColumn.topBreadCrumbs {
	display: none;
	position: absolute;
	top: 60px;
	right: 100px;
	z-index: 110;
}
.closeWindow img {
	position: absolute;
	right: 5px;
	top: 5px;
	border: none;
}

.error span,
.warning span,
.info span {
	float:right;
	font-weight:normal;
	cursor:pointer;
	color:#0066CC;
	text-decoration:underline;
}

.error,
.warning,
.info {
	padding:6px 10px;
	margin:2px 0;
	border:2px solid #04B7F1;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-radius: 6px;
}
.error {
	border-color:#CC0000;
	font-weight:bold;
}
.warning {
	font-weight:bold;
}


#myenquete {
display:none;
position:absolute;
top: 100px;
z-index:99999;
left: 100px;
}

#enquetemodule {
	margin-bottom:15px;
	background:#496DC4 url('/img/banners/enquete.gif') no-repeat top left;
	height:102px;
	cursor:pointer;
	display:block;
}

/* toegevoegd door Rob */
.account_email_bestaat {
	display:none;
	color:#C00;
}
.useraccount_bestaat_niet {
	display:none;	
}

#page_kieskrant .left label {
	font-weight: bold;
}

#errorDiv ul#beperkingen li {
	text-align: left;
	margin: 0 0 0 300px;
	list-style-type: square;		
}

#errorDiv ul#beperkingen li.header {
	margin: 0 0 0 292px;
	list-style-type: none;
}



#page_contracten h1 {
	font-size:19px;
	color:#437A93;
}
#page_contracten h2 {
	font-size:15px;
	color:#437A93;
}
#page_contracten table.breed.tabel {
	width:500px;
	border:1px solid white;
	background:white;
	border-right:0px solid white;
}
#page_contracten table.tabel th, #page_contracten table.tabel td {
	border:none;
	border-right:1px solid white;
}
#page_contracten .odd {
	background:#DDEDF3;
}
#page_contracten table.tabel th {
	border-right:1px solid white;
	background:#6ACEF6;
	color:white;
}
#page_contracten .logintableholder {
	width:400px;
	float:right;
	margin:0 20px;
	background:white;
	border:1px dashed #6ACEF6;
}

.notification,  .mijnaccounttableholder {
	background:#ddedf3;
	border:1px solid white; 
	margin:10px 0;
} 
.mijnaccounttableholder {
	background:white; 
} 
.mijnaccounttableholder .detailcontainer, .mijnaccounttableholder .detailloader {
	display:none;
	background-color:#DDF0FF;
	padding:1em;
} 
.notification h2, .mijnaccounttableholder h2 {
	padding:7px 10px;
	font-size:13px;
	color:#444;
} 
.mijnaccounttableholder table {
	width:938px;
	margin:0 10px;
	border-collapse:collapse;
} 
.mijnaccounttableholder table table {
	width:auto;
} 
.mijnaccounttableholder th, .mijnaccounttableholder td {
	padding:6px 6px 8px 6px;
	background:#DDF0FF;
	border-left:1px solid white;
} 
.mijnaccounttableholder .detailrow td {
	padding:0;
} 
.mijnaccounttableholder th.sorted {
	background:#336376;
	color:white;
} 
.mijnaccounttableholder tr.odd td {
	background:#ddedf3;
}

table.tabel tr.odd td {
	background:#ddedf3;
} 
.mijnaccounttableholder tr td {
	background:white;
} 
.mijnaccounttableholder table table tr td {
	background:inherit;
	border-left:inherit;
	padding:inherit;
}
.mijnaccounttableholder .buttonholder input {
	width:182px;
	text-align:left;
}
.notification p {
	padding:3px 10px 3px 10px !important;
}
.helpermodal {
	display:none;
	border:5px solid #04B7F1;
	position:absolute;
	z-index:105;
	background-color:white;
	padding:1em;
}
.helpermodal .button {
	background-color:#E3E3E3;
}
.selectcustomer {
	right:250px;
	top:80px;
    font-size:13px;
    font-weight:normal;
}
.selectcustomer ul {
	list-style-position:inside;
	padding-bottom:10px;
}
.selectcustomer li {
	padding:3px;
}
.pointtop, .pointleft {
	width:0px;
	height:0px;
	border:10px solid transparent;
	position:absolute;
}
.pointtop {
	border-top:none;
	border-bottom:20px solid #04B7F1;
	top:-23px;
	right:50px;
}
.pointleft {
	border-left:none;
	border-right:20px solid #04B7F1;
}
.callforactions {
	padding:10px 0 3px 0;
}
.callforactions .button {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border:none;
	background:#ffc;
	margin:10px 0;
}

#page_contracten .logintableholder p {
	height:27px;
}
#page_contracten .logintableholder .text, #page_contracten .logintableholder .password, #page_contracten .logintableholder select {
	float:right;
	margin-top:-20px;
	width:160px;
}
#page_contracten .logintableholder select {
	width:175px;
}
#page_contracten .logintableholder form {
	padding:10px 15px;
}
#page_contracten .needtoregister {
	background:#DDEDF3;
	padding:10px 15px;
}
#TB_window #content {
	position:static;
}
#searchcluster {
        background: #dff1ff url(/img/2009/category_bg.jpg) 0 0 repeat-x;
        display: block;
        float: right;
        width: 260px;
        height: 411px;
        border: 3px solid #6acef6;
        -moz-border-radius: 6px 6px;
        -webkit-border-radius: 6px 6px;
        border-radius: 6px 6px;
        margin-right: 11px;      
        margin-top: 8px;   
        margin-bottom: 8px;
}

#searchclusterinner {
	margin: 8px !important;
	display: block;
}

#resultlandelijk, #resultregionaal, #resultlokaal {
	overflow-y:auto;
	margin-top:3px;
}

#resultlandelijkheader, #resultregionaalheader, #resultlokaalheader {
  	margin-bottom:3px;
  	margin-top:10px;
  	height:16px;
}

#searchcluster .resultaat {
	max-height:270px;
	height:255px;
	overflow-y:auto;
	margin-top:3px;
  	margin-bottom:3px;
}

#searchcluster .searchkop a, #searchcluster .searchkop a:hover {
	font-size:1.2em;
	font-weight: bold;
	color:black;
}

#searchcluster li {
	font-size:11px;
}

#page_start #mouseDiv li {
	font-size:10px;
	margin:3px 3px 3px 10px;
}

#searchcluster p {
	font-size:1.1em;
	font-weight: bold;
	margin-top:0px;
}


#searchcluster li a {
	text-decoration:none;
	color: black;
}

#searchcluster a:hover {
	color: darkblue;
}

#searchcluster ul {
	float: none;
	width: auto;
}

#searchcluster h2 {
	background-position: 0 -68px;
}

#searchvalue {
	width:217px;
	font-size:12px;
	font-weight:bold;
	color:#444;
	margin-bottom:5px;
}


div.searchRubriekenModule {
	float: left;
	background-color: white;
	border: 3px solid #6acef6;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	width: 279px;
	padding: 4px 4px;

}

#searchrubrieken {
	background: #dff1ff url(/img/2009/category_bg.jpg) 0 0 repeat-x;
	display: block;
	height:38px;
	float: right;

}

#searchrubrieken .result {
/*	height:450px;
	max-height:450px;
	*/
	overflow-y:auto;
}

#searchrubrieken .result ul {
	height:450px;
	max-height:450px;
	float: none;	
	width: auto;
	list-style-type: none;
}
#searchrubrieken li {
	font-size:10px;
	margin-bottom:2px;
}
#searchrubrieken li span, #searchrubrieken span {
	background:#DDD;
}
#searchrubrieken li span {
	text-decoration:underline;
}
#searchrubrieken h2 {
	background-position: 0 -68px;
}
#searchrubrieken a:hover {
	color:#333333;
}
#searchrubriekvalue {
	width:200px;
	font-size:11px;
	color:#444;
}

.adcontainer {
        line-height:160% !important;
}


.marviabutton {
	background-color:#048904!important;

	background:transparent url(http://static.getmarvia.com/images/marvia-sprite.gif) repeat-x scroll 0 -476px ;

	border-color:#898989;
	color:#FFFFFF!important;
	text-shadow:1px 1px 0 #343434!important;
	padding:0 !important;
	font-weight:900!important;
	float:left!important;
	margin-bottom:16px !important;
	margin-left:18px !important;
	-moz-border-radius-bottomleft:5px !important;
	-moz-border-radius-bottomright:5px !important;
	-moz-border-radius-topleft:5px !important;
	-moz-border-radius-topright:5px !important;
	
	font-size:15px !important;
	line-height:20px !important;
	padding:5px 15px 6px !important;
	-moz-background-clip:border!important;
	-moz-background-inline-policy:continuous!important;
	-moz-background-origin:padding!important;
	
	border:1px solid #CCCCCC!important;
	color:#333333!important;
	margin:0 !important;
	overflow:visible!important;
	text-shadow:1px 1px 0 #FFFFFF!important;
	width:auto!important;
}
.marviabutton:hover {
	
	border-color:#999999 #999999 #888888;
	color:#000000;
	text-decoration:none;
}


.previewdiv {
	position:absolute;
	/*height:100px;*/
	background:blue;
	border: 1px solid #CCCC66;
	background-color: #FFFFEE;
	width: 217px;
	z-index:1000;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
