/* Presentation Stylesheet */

a { color: #047be6; background: transparent; font-weight: normal; text-decoration: none;}
a:hover { color: #0d3e69; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #0d3e69; background: transparent; font-weight: normal; text-decoration: none;}

h1 {
	font-size: 170%;
	color: #0d3e69;
	background: transparent;
	line-height: 140%;
	font-weight: normal;

	padding: 0;
	margin: 0 0 15px 0;
	
	border: 1px dashed #b9b9b9;
	border-width: 0 0 1px 0;
}

h2 {
	color: #0d3e69;
	background: transparent;
	font-size: 125%;
	line-height: 120%;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;


}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 120%;
	line-height: 120%;
	color: #0d3e69;
	background: transparent;
}

p{
	margin: 0 0 1em; }


strong {
	font-weight: bold;
}





img.padding-left{
	margin: 0 0 15px 20px;
}

img.border{
	border: 1px solid #333;
}





a.h1link{
	float: right; 
	margin-top: -38px;
	color: #aeaeae;
}

a.h2link{
	float: right; 
	margin-top: -30px;
	color: #aeaeae;
}

a.h1link:hover{
	color: #0d3e69;
	text-decoration: none;
}


/* TOP */
#top #topinner h1{
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	border: none;
	width: 300px; 

	float: left;
	display: block;
	padding-top: 10px;

}

#top #topinner p.logininfo{
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	float: right;
}
#top #topinner p.logininfo strong{
	color: #fff;
}


#top #topinner p.logininfo a{
	color: #fff;
}



/* LEFT */

#left div.leftbox{
	padding: 10px;
	background: #e7f1fa;
}

#left div.leftbox h2{
	color: #0d3e69;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	background-image: url('/templates/img/left-h2bg.gif');
	background-repeat: repeat-x;
	background-position: 0 30px;
	font-size: 18px;
}

#left div.leftbox ul{
	margin: 0;
	list-style: none;
	padding: 10px 0 0 10px;
}

#left div.leftbox ul li{
	background-image: url('/templates/img/left-libg.gif');
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding: 0 0 2px 12px;
	padding: 0 0 2px 12px;
	margin-left: 0px;
	
}

#left div.leftbox ul li.highlight a{
	font-weight: normal;
	text-decoration: underline;
	color: #0d3e69;
}

/* Zoeken */

#zoeken{
	border: 1px solid #e0e0e0;
	padding: 2px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#zoeken div#zoekeninner{
	padding: 5px 10px 5px 10px;
	background: #f6f6f6;
	margin: 0;
	
}

#zoeken div#zoekeninner h2{
	margin: 8px 0 4px 0;
	padding: 0;
}

#zoeken div#zoekeninner h2.first{
	margin-top: 0;
}

#zoeken div#zoekeninner h2 a{
	color: #000;
}

#zoeken div#zoekeninner h2 span.selected{
	font-size: 11px;
	margin-left: 5px;
	color: #333;
}

#zoeken div#zoekeninner div.checkboxcontainer{
	background: #fff;
	padding: 10px;
	margin: 0 0 0 0;
	border: 1px solid #dfdfdf;
	border-width: 1px 0 1px 0;
}

input#zoeken-submit{
	background: url('/templates/img/button-zoeken.gif');
	width: 123px;
	height: 36px;
	text-align: center;
	color: #fff;
	border: 0;
	margin-left: 300px;
}


#zoeken div#zoekeninner div.hr{
	font-size: 1px;
	line-height: 1px;
	
	height: 1px;
	
	background: #dfdfdf url(../templates/img/hrbg.gif);
	background-repeat: repeat-x;
	width: 100%;
	
	margin: 5px 0 5px 0;
}



/* indexpages */

div.indexpages{
	/* height: 21px; */
	margin: 0;
	* margin-bottom: -10px;
	
}

div.indexpages span{
	float: left;
	display: block;
	margin-right: 10px;
}

div.indexpages input{
	display: block;
	width: 20px;
	height: 20px; 
	float: left;
	border: 1px solid #ebebeb;
	background: #fff;
	margin: 0 5px 5px 0;
	text-align: center;
	color: #444444;
	padding: 0 2px 3px 2px;
	cursor: pointer;
}

div.indexpages input.highlight{
	color: #000;
	background-color: #ececec;
	border-color: #c9c9c9;
}





/* resultaten overzicht */

ul#resultatenoverzicht{
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	list-style-type: none;
}

ul#resultatenoverzicht li{
	display: block;
	margin: 0 0 5px 0 !important;
	padding: 10px  !important;
	overflow: hidden;
}





ul#resultatenoverzicht li.odd{
	background: #f6f6f6;
}

ul#resultatenoverzicht li.marked{
	border: 1px solid red;
}

ul#resultatenoverzicht li.highlight{
	border: 1px solid #c9c9c9;;
	border-width: 1px 0 1px 0;
}

ul#resultatenoverzicht li.highlight a.bedrijfsnaam{
	text-decoration: underline;
}

ul#resultatenoverzicht div.resultimg{
	width: 80px;
	float: left;
	
}

ul#resultatenoverzicht div.resultimg img{
	border: 1px solid #dadada;
	background-color: #fff;
	padding: 2px;
}

ul#resultatenoverzicht div.resultinfo{
	width: 300px;
	float: left;
}

ul#resultatenoverzicht li a.naam{
	border: 0;
	text-decoration: underline;
	margin-left: 2px;
}

ul#resultatenoverzicht li div.resultinfo div.resultdetails{
	background: red;
	width: 525px;
	height: 57px;
	margin-top: 5px;
	background: transparent url('/templates/img/resultdetailsbg.gif');
}

ul#resultatenoverzicht li div.resultinfo div.resultdetails span{
	display: block; 
	float: left;
	width: 130px;

	text-align: center;
	margin: 35px 0 0 0;
	font-weight: bold;

}


/* Profiel */

div#profielimg{
	float: left;
	margin-right: 10px;
	background-color: #fff;
	text-align: center;
}

div#profielimg img{
	border: 1px solid #dadada;
	background-color: #fff;
	padding: 2px;
	width: 63px;
}

div#profielimg a#wijzigfoto{
	font-size: 11px;
}


table.profieldata{
	width: 630px !important;
}




/* Breadcrums */

ul#breadcrums{
	
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	text-align:justify;
	
	list-style-type: disc;
	margin: 0px 0 8px 0;
	padding: 10px 0 0 0;
}

ul#breadcrums li{

	display: inline;
	
	background: transparent url('/templates/img/icons/breadcrum-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	
	padding: 0 3px 0 15px;
}

ul#breadcrums li a{
	color: #525252;
}

ul#breadcrums li a:hover{
	color: #e69c0c;
}

ul#breadcrums li.first{
	background: transparent;
	padding: 0 3px 0 0;
}



/* table styling */

table.datatable  {
	margin:0px; 
	padding: 5px; 
	width: 100%;
	font-family: verdana; 
	font-size: 13px; 
	color: #000;
	border-collapse: collapse;	
}

table.datatable th { 
	font-weight: bold;
	color:#FFF; 
	background: #9B9B9B; 
	margin: 0; 
	padding: 3px 3px; 
	border: 0px solid;
	border-top-width: 3px;		
	border-top-color: #9C1B1A; 
}

table.datatable td { 
	padding: 3px 3px 3px 6px; 
	margin: 0; 
	vertical-align: top; 
}

table.datatable tr.odd { 
	background: #f6f6f6; 
}

table.datatable tr.even { 
	background: #FFF; 
}

table.datatable th a:link { 
	color: #FFF; 
	background: transparent; 
}

table.datatable th a:visited { 
	color: #FFF; 
	background: transparent; 
}

table.datatable th a:hover { 
	color: #DE2E30; 
	background: transparent; 
}

table.datatable th a:active { 
	color: #FFF; 
	background: transparent; 
}



/* Form elements */

form{
	margin: 0;
	padding: 0;
}

form fieldset{
	background: #eaf4f9;
	border: 1px solid #95bcd0;
	padding: 10px;
	margin: 5px 0 15px 0;
	position: relative;
	padding: 0px 10px 10px;
	font-size: 14px;	
}

form fieldset legend{
	font-size: 16px;
	color: #4d4d4d;
	font-weight: bold;
}

* html fieldset legend{
	position:relative;
	top:-0.7em; 
	margin-bottom:-0.7em;
}

form fieldset label{
	
	color: #4d4d4d;
	font-weight: normal;
	padding: 0;
	margin: 0;
}


form fieldset label.error{
	
	color: red;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border-bottom: 0px solid red;

}



form fieldset span.first{

	display: block;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	
}

form input.checkbox{
   float: left;
   margin-right: 8px;
}


form input.text{
	color: #565555;
	border: 1px solid #dadada;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 2px 0px;
	background: #fff;
	font-weight: normal;
	font-size: 15px;
	width: 200px;
}



form select{
	padding: 2px;
	margin: 2px;
	border: 1px solid #dadada;

}

form textarea{
	border: 1px solid #dadada;
	padding: 0 3px 0 3px;
	margin: 2px;
}


form input.submit{
	background: url('/templates/img/button-zoeken.gif');
	width: 123px;
	height: 36px;
	text-align: center;
	color: #fff;
	border: 0;
}

#loginform label{
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
}



div.error {
	border: 1px solid red;
	background-color : #FFCCCC;
	width: auto;
	margin: 5px 0px 15px 0px;
	padding: 15px;  
	color: #000;
}

div.info {
	border: 1px solid #000;
	background-color : #dadada;
	width: auto;
	margin: 5px 0px 15px 0px;
	padding: 15px;  
	color: #000;
}

span.marked {
	color: red;
	display: block;
	margin: 5px 0 -10px 0;
}

/* Footer */

#footer ul.footernav{
	list-style-type: none;
	margin: 5px 0 0 0px;
	padding: 0;

	width: 300px;
}

#footer ul.footernav li{

	display: inline;
	list-style-type: none;
	
	padding: 0px 0px 0 0px;
	margin: 0 5px 0 0px;
	
	
	
}

#footer ul.footernav li.first{
	border: 0;
	
}

#footer ul.footernav li.first{
	background: transparent;
}

#footer ul.footernav li a{
	font-weight: normal;
	font-size: 11px;
	line-height: 10px;
	color: #555555;
	padding: 0 0 0 8px;
	text-decoration: underline;
	
	background: transparent url('/templates/img/footer-itembg.gif');
	background-repeat: no-repeat;
	background-position: left;
	
}

#footer ul.footernav li.first a{
	padding: 0;
	text-decoration: underline;
}

#footer ul.footernav li a:hover{
	color: #d6161f;
	text-decoration: underline;
}


#footer  p#copyright{
	padding: 0;
	margin: 2px 0 2px 0;
	color: #555555;
	font-size: 11px;
	float: left;
}

#footer  p#tndmedia{
	padding: 0;
	margin: 2px 1px 2px 0;
	color: #555555;
	font-size: 11px;
	float: right;
}




