/**
 * Dnls Stylesheet
 */

/*
 * common styles
 */
a img {
	border: 0px solid white;	
}

img.absmiddle {
	vertical-align: middle;
	margin-bottom: 0.25em;	
}

h1, h2, h4 {
	color: #E80909;
	font-family: 'Trebuchet MS',Verdana,Arial,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h5 {
	color: #E80909;
	font-family: 'Trebuchet MS',Verdana,Arial,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display:inline;
}

.clr { 
	clear: both;	
}

.clrleft {
	clear: left;	
}

.clrright {
	clear: right;	
}

.redcorner {
	background-color: red;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: white;	
}

.bold {
	font-weight: bold;
}
 
a.button {
	display: block;
	color: black;
	border: 1px solid #D3D3D3;
	background-image: url( "../images/icons/background.jpg" );	
	background-repeat: repeat-x;
	height: 20px;
	line-height: 20px;
	text-decoration: none;	
	padding-left: 5px;
	font-family: 'Trebuchet MS',Verdana,Arial,Sans-Serif;
	font-size: 11px;	
}

a.button:hover{
	border: 1px solid red;	
}	

a.button:hover span {
	text-decoration: underline;	
}
* a.button { height: 1%; }

a.button img {
	margin-right: 5px;
}

/* ie button should be block */
* a.iebutton { height: 1%; }
 
 
a.def {	
	font-size: 11px;
	color: #37A1C7;
	text-decoration: underline;
}

a.def:hover {
	color: #F06917;
}

a.location {
	font-size: 11px;
	color: #5d6363;
	font-weight: normal;
	text-decoration: underline;	
}

.green { color: green; }
.red { color: red; }
 
.default {
	color: #999999;
	font-family: 'Trebuchet MS',Verdana,Arial,Sans-Serif;
	font-size: 11px;	
} 

form {
	padding: 0px;
	margin: 0px; 
}

form p, p {
	margin: 0px;
	padding: 0px;
}
 
input.text, select, textarea { 
	background-color: #FFFFFF;
	border: 1px solid lightgrey;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

input.text, select {
	padding: 0px;
	margin: 0px;	
}

input.text {
	padding: 1px 0px;	
}

#afsluiter, a {
	color:#A7A7A6;
}

.naarboven {
	text-align: center;	
}

.defaultpadding {
	padding: 20px 7px;	
}

.itemicons {
	display: block;
	float: left;
	height: 16px;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	background-color: #DB382D;	
	border: 1px solid #DB382D;
	margin-right: 5px;
}

/**
 * Paginator
 */
.paginator .paginabutton {
	color: #5d6363;
    display: block;
    border: 1px solid #FFFFFF;    
    float:left;
    text-align:center;
    font-weight: bold;
    font-size: 10px;    
}

.paginator .currentpage {
    border: 1px solid #5d6363;
} 
 
.paginator .paginas .paginabutton {
	width: 20px;	
} 
 
.paginator .dots {
	display: block;	
	float: left;	
} 
 
.paginator .volgende,
.paginator .paginas,
.paginator .vorige {
	padding-right: 10px;
	float: left;
}

.paginator .vorige {
	padding-right: 0px;
	padding-left: 10px;	
}

.paginator .inactief {
	visibility: hidden;	
}

/**
 * Ajax Tooltip
 */ 
.ajaxTooltip {
	background-image: url( "../images/transparent-black.png" );
	background-position: 7px 10px;
	background-repeat: no-repeat;
	padding-right: 7px;
	padding-bottom: 10px;		
	visibility: hidden;
	position: absolute;
	z-index: 25;	
	width: 320px;
}

.ajaxTooltip .ajaxTooltipInner {
	border: 1px solid red;
	background-color: white;
}

.ajaxTooltip .loader {
	width: 290px;
	height: 230px;
}	

.ajaxTooltip .closebutton {
	padding-right: 5px;
	padding-top: 5px;
	float: right;	
}

.ajaxTooltip .closebutton a {
	display: block;
	background-image: url( "../images/close_button.gif" );
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;		
}

.ajaxTooltip .closebutton a:hover {
	background-position: 0px -14px;	
}

.ajaxTooltip .closebutton a:focus {
	outline: none;	
}

.ajaxTooltip .title {
	padding: 10px 0px 10px 10px;
	background-color: #E80909;	
	color: white;
}

.ajaxTooltip .title h1 {
	color: white;	
}

.ajaxTooltip .formulier {
	padding: 10px;	
}

.ajaxTooltip .formulier .lcol {
	width: 90px;
}

.ajaxTooltip .formulier input {
	width: 180px;	
}

.ajaxTooltip .formulier input.checkbox {
	width: 15px;
}


.ajaxTooltip #Brochureaanvraagsubmitknop {
	width: 180px;	
}

.ajaxTooltip #Brochureaanvraagsubmitknop a {
	color: black;	
}

.ajaxTooltip .formulier textarea {
	width: 180px;	
}

.ajaxTooltip .formulier td {
	vertical-align: top;	
	padding-bottom: 7px;	
}

/**
 * Small Advertiser
 */
 
#advertiser_small  {
    width: 200px;
    padding-right:27px;
}
 
.advertiser_small .imglink {
	text-decoration: none;	
}

.advertiser_small .header {
	position: relative;
	height: 40px;	
}

.advertiser_small .header h1 {
	position: absolute;
	bottom: 0px;
	left: 0px;	
}

.advertiser_small .imglink .info {
	margin-top: 0px;
	display: block;
	width: 190px;
	text-decoration: underline;
	text-align: center;	
	color: #37A1C7;	
	font-size: 11px;
}
 
/**
 * Friar tuckin position fixed hack
 */
body {
	font-family: 'Trebuchet MS',Verdana,Arial,Sans-Serif;	
	font-size: 11px;
	background:url("../images/databg.jpg"); 	 
	background-attachment:fixed; 
	margin:0; 
	padding:0px; 
	border:0; 
	height:100%;
}

#topmenu {
	position:fixed; 
	display:block; 
	top:0; 
	left:0;
	width: 100%; 
	height: 100px; 
	background-image: url( "../images/pagebackground.jpg" );
	background-color:red; 
	z-index:20;
}

#topmenu .topmenulayout {
	height: 100px;	
}

#topmenu .topmenucenter {
	position: relative;
	margin: 0px auto;
	width: 960px;	
}

#topmenu .topmenucenter .leftbox {
	float: left;	
}

#topmenu .topmenucenter .rightbox {
	float: left;	
}

#topmenu .topmenucenter .logo {
	padding-top: 13px;
}

#topmenu .topmenucenter .sitenaam {
	padding-top: 13px;
	padding-left: 20px;
	font-size: 11px;
	letter-spacing: 22px;
	color: white;
	height: 30px;
}

#topmenu .topmenucenter .menu {
	padding-left: 20px;
	padding-top: 27px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: black;	
}

#topmenu .topmenucenter .menu .aantal {
	color: white;
	font-weight: normal;
	font-size: 16px;	
}

#topmenu .topmenucenter .menu a {
	border: 1px solid #F78888;
	padding: 0px;
	color: white;
	text-decoration: none;
}

#topmenu .topmenucenter .menu a:hover {
	text-decoration: underline;
}	

#topmenu .navigation {	
	position: absolute;
	width: 235px;
	margin-top: 4px;
	background-image: url( "../images/contentbackground.jpg" );
	background-repeat: repeat-x;
	background-color: white;
	background-position: 0px 4px;	
}

#topmenu .navigation .redcorner {
	float: left;	
}

#topmenu .navigation .label {
	float: left;
	padding-left: 5px;
	line-height: 24px;
	color:#999999;
	font-weight:bold;	
}

#topmenu .navigation .flashbar {
	padding-top: 25px;
	padding-left: 4px;	
	height: 270px;
}

#topmenu .searchform {
	background-color: #88A3B7;
	margin: 0px 4px 4px 4px;	
	padding: 2px;
}

#topmenu .searchform .zoekaction {
	padding-bottom: 5px;
}	

#topmenu .searchform .zoekbutton {	
	display: block;  
	height: 20px; 
	line-height: 20px;
	background: white; 
	border: 1px solid black; 
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;	
}

#topmenu .searchform .row1 .formlabel {
	float: left;
	display: block;
	width: 80px;	
}

#topmenu .searchform .trefwoord {
	margin-top: 1px;	
}

#topmenu .searchform .trefwoord input {
	width: 138px;
}

#topmenu .searchform .categorie {
	margin-top: 1px;	
}

#topmenu .searchform .categorie select {	
	width: 140px;
}

#topmenu .searchform .provincie {
	margin-top: 1px;	
	margin-bottom: 1px;
}

#topmenu .searchform .provincie select {
	width: 140px;		
}

#topmenu .searchform .regio select {
	width: 140px;		
}

#topmenu .searchform .personen {
	
}	

#topmenu .searchform .personen input {
	float: right;	
	width: 101px;
	margin-right: 3px;
	margin-bottom: 1px;
}

#topmenu .searchform .zalen {
	
}

#topmenu .searchform .zalen select {

	float: right;
	width: 103px;
	margin-right: 3px;
}

#topmenu .searchform .zoekencheckbox {
	float: right;	
	width: 111px;	
}

#centeredcontentarea {
	position: relative;
	width: 960px;	
	margin: 0px auto;	
} 

#centeredcontentarea .contentarea {
	padding-top: 104px;	
	margin-left: 240px;
}

#centeredcontentarea .contentarea .topbar .redcorner {
	float: left;	
}

#centeredcontentarea .contentarea .topbar .label {
	float: left;
	padding-left: 5px;
	line-height: 24px;
	color:#999999;
	font-weight:bold;
}

#topmenu .navigation .label {
	float: left;
	padding-left: 5px;
	line-height: 24px;
	color:#999999;
	font-weight:bold;	
}


#maincontent {
	background-image: url( "../images/contentbackground.jpg" );
	background-repeat: repeat-x;
	background-color: white;
	background-position: 0px 4px;		
}

#maincontent .content {
	padding: 0px;	
}

#footer {
	padding: 20px 10px 20px 10px;
	margin-top: 4px;
	background-color: white;
	color:#A7A7A6;	
}

#footer a {
	color:#A7A7A6;	
}

#footer .subfooter {
	padding-top: 12px;
	font-size: 9px;
}

#footer .subfooter a {
	
}

#footer .subfooter .column {
	float: left;
	width: 33%;
	padding-bottom: 20px;
}



/**
 * Home - Pagina
 */
#home {
 	padding: 20px 7px 10px 7px;	
} 
 
#home .beschrijving {
	font-weight: normal;	
}

#home .categories {
	margin-bottom: 10px;	
}

#home .categories .button {
	margin-right: 20px;
	margin-top: 5px;
	width: 200px;
	float: left;
}

#home .aanbieders {
	margin-bottom: 20px;	
}

#home .aanbieders .advertiser_small {
	width: 200px;
	float: left;	
}

/**
 * DNLS Advertiser Small
 */
.wmhgAdvertiserSmall .rightContentHead {
	color:#E80909;
	font-family:'Trebuchet MS',Verdana,Arial,Sans-Serif;
	font-size:16px;
	font-weight:bold;
}

.wmhgAdvertiserSmall .afbeelding {
	width: 190px;
	float: left;	
}

.wmhgAdvertiserSmall .info {
	border-left: 200px solid transparent;
}
 
.wmhgAdvertiserSmall .divider {
	height: 8px;
	width: 50px;	
}

.wmhgAdvertiserSmall .informatie {
	float: right;
	margin-right: 65px;	
}

.wmhgAdvertiserSmall .informatie a {
	text-decoration: none;	
}

.wmhgAdvertiserSmall .informatie a img {
	vertical-align: bottom;
	margin-right: 4px;
}

.wmhgAdvertiserSmall .informatie a span {
	text-decoration: underline;
}

.wmhgAdvertiserSmall .offerte {
	float: right;
	margin-right: 10px;	
}

.wmhgAdvertiserSmall .offerte a  {
	text-decoration: none;	
}

.wmhgAdvertiserSmall .offerte a img {
	vertical-align: bottom;
	margin-right: 4px;
	border: 1px solid #000;
	background-color: #0400b1;	
}

.wmhgAdvertiserSmall .offerte a span {
	text-decoration: underline;	
}

.webfxmouseover {
	cursor: pointer;
	background-color: #FEF7E7;	
}

/**
 * Zoek resultaten
 */
#locatieslijst .resultaten {
	margin: 20px 0px;
}

#locatieslijst .wmhgAdvertiserSmall {
	margin-bottom: 20px;	
}

#locatieslijst .lijstsidebar {
	background-image: url( "../images/contentbackground-side.jpg" );
	background-repeat: repeat-x;
	padding-top: 20px;
	float: right;
	background-color: #eee;
	width: 165px;	
	padding-left: 10px;
}

#locatieslijst .lijstcontent {	
	border-right: 175px solid #eee;
	padding: 20px 5px 20px 7px;	
}

#locatieslijst .lijstcontentnosidebar {
	border-right: 0px solid #eee;	
}



#locatieslijst .resulttitle {
    float:left;
}
#locatieslijst .paginator {
    float:left;
}    

#locatieslijst .pageindicatortext {
    color: #5d6363;
}    

/**
 * Advertiser Large
 */
#advertiserlarge .googlemapholder {
	width:300px;
	height:300px;	
	background-color: #efefef;
	overflow: hidden;	
} 
#advertiserlarge .googlemapholder .googlemap {	
	width: 300px;
	height: 300px;	
}

#advertiserlarge .advertisersidebar {
	background-image: url( "../images/contentbackground-side.jpg" );
	background-repeat: repeat-x;
	padding-top: 20px;
	float: right;
	background-color: #eee;
	width: 145px;	
	padding-left: 10px;
}

#advertiserlarge .advertisercontent {
	border-right: 155px solid #eee;
	padding: 20px 5px 20px 7px;	
}

#advertiserlarge .actionbuttons .infoaanvraag {
	padding: 0px;	
}
#advertiserlarge .actionbuttons .infoaanvraag img{
	border-top: 3px solid red;	
	border-left: 5px solid red;
	border-bottom: 3px solid red;
	border-right: 5px solid red;
	background-color: red;
	padding-left: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
}

#advertiserlarge .actionbuttons .button {
	margin-right: 20px;
	margin-top: 5px;	
}

#advertiserlarge .tllayout {
	float: left;
	width: 305px;	
}

#advertiserlarge .trlayout {
	margin-left: 310px;	
}

#advertiserlarge .trlayout .adresgegevens {
	margin-bottom: 15px;	
}

#advertiserlarge .titel {
	margin-bottom: 5px;	
}

#advertiserlarge .titel .advertiseritemicons {
	padding-top: 8px;
	padding-right: 15px;
	float: right;	
}

#advertiserlarge .titel .text {
	float: left;	
	padding-right: 5px;
}

#advertiserlarge .titel .hamers {
	float: left;	
}
#advertiserlarge .titel .adresgegevens {
	padding-left: 15px;	
}

#advertiserlarge .tllayout .telefoongegevens { 
	padding-left: 15px;	
	width:223px;
}

#advertiserlarge .mlayout {
	margin-top: 20px;	
}

#advertiserlarge .mlayout .description .title {
	font-size: 12px;
}

#advertiserlarge .mlayout .description {
	color: #555;
	padding-bottom: 15px;
}

#advertiserlarge .mlayout .description  b {
	color: black;	
}

#advertiserlarge .mlayout .zaleninfo .text {
	padding-bottom: 0px;	
}

#advertiserlarge .mlayout .zaleninfo {
	padding-bottom: 15px;	
}

#advertiserlarge .mlayout .zaleninfo .clrleft {
	display: block;	
}

#advertiserlarge .mlayout .zaleninfo .column {
	float: left;
	display: block;
	width: 120px;
}

#advertiserlarge .mlayout .zaleninfo .description {
	color: #555;	
	padding-bottom: 0px;
}

#advertiserlarge .mlayout .zaleninfo ul.description {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;	
}

#advertiserlarge .mlayout .zaleninfo ul.description li {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

#advertiserlarge .blayout {
	padding-top: 20px;
	text-align: center;	
}

/**
 * Favorieten
 */
#favorieten {
	padding: 20px 7px;	
} 

#favorieten .mijnfavorieten {
	margin-top: 30px;
}	

#favorieten .advertisersmall {
	background-color: #F0F0F0;
	height: 32px;
	margin-bottom: 10px;
	width: 664px;	
} 

#favorieten .advertisersmall .arrows {
	width: 25px;
	padding-left: 10px;
	float: left;
	height : 32px;
	line-height: 35px;	
}

#favorieten .advertisersmall .title {
	width: 560px;
	float: left;
}

#favorieten .advertisersmall .aantal {
	background-image: url( "../images/favcount.jpg" );
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: left;
}

#favorieten .advertisersmall .verwijder {
	padding-top: 8px;
	width: 32px;
	float: left;
}

#favorieten .advertisersmall .verwijder a:focus {
	outline: none;	
}

#favorieten .mijnformulier {
	margin-top: 30px;	
}

#favorieten .geenresultaten {
	margin-top: 50px;
	margin-bottom: 50px;	
}

#favorieten .mijnnotes {
	font-style: italic;
	margin: 0px 0px 20px 195px;	
}

/**
 * Sitemap
 */
#sitemap {
	padding: 20px 7px;	
}

#sitemap .resultaten {
	margin-top: 20px;	
}

#sitemap .resultaten .links {
	width: 350px;
	float: left;	
}

#sitemap .resultaten .images {
	width: 300px;
	float: left;	
}

/**
 * Link partners
 */
#linkpartners .link {
	margin-bottom: 30px;	
} 
 
#linkpartners .link .title {
	font-weight: bold;
	font-size: 14px;	
}

/**
 * Evenement organisaties
 */
#evenementorganisatie {
	padding: 20px 10px;	
}

#evenementorganisatie .organisaties .organisatie {
	margin-bottom: 40px;	
}

#evenementorganisatie .organisaties .afbeelding {
	float: right;
	margin-left: 10px;
}

#evenementorganisatie .organisaties .titel {
	font-size: 14px;
	font-weight: bold;	
}

/**
 * Kernwoorden
 */
#kernwoorden {
	padding: 20px 10px;
	font-size: 10px;	
} 
 
#kernwoorden .kernwoord {
	float: left;
	border-right: 5px solid white;	
	width: 228px;
	white-space: nowrap;
	overflow: hidden;
}

#kernwoorden .kopje {
	text-decoration: none;
	font-weight: bold;
	color: black;	
}

#kernwoorden .kopje:hover {
	text-decoration: underline;	
}
