/******************************************************************************************************
	STANDAARD
******************************************************************************************************/
* {
	margin: 0;
}
ul {
	padding: 0;
}

html, body {
   border: none;
   height: 100%;
}

img, fieldset {
   border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

#icstats {
   visibility: hidden;
   display:none;
   height: 0px;
}
.show{
	display: block;
	visibility: visible;
}
.hidden{
	display: none;
	visibility: hidden;
}
/******************************************************************************************************
	ALGEMENE STIJLEN
******************************************************************************************************/
html {

}

body {

}

div#bottom_border {
   position: fixed;
   width: 100%;
   height: 8px;
   background: #FFFFFF;
   font-size: 1px;
   left: 0;
   bottom: 0;
}

div#global_container {
   min-height: 100%;
   border-left: 8px solid white;
   border-right: 8px solid white;
}

/******************************************************************************************************
	SPECIFIEKE PROJECTONDERDELEN
******************************************************************************************************/


/******************************************************************************************************
	BEGRIPPENLIJST
******************************************************************************************************/
a.begrip {
	color: green;
	border-bottom: 1px dotted green;
}

.begrippenlijst {
   padding: 10px;
   border: 1px solid #CCE4F2;
   background-color: #F8FDFF;
   font: 9px Tahoma;
   width: 250px;
}

.begrippenlijst h3 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 8px;
}

.begrippenlijst p {
	font-size: 12px;
	line-height: 17px;
	color: #434242;
}

hr {
   color: #dfdfdf;
   background-color: #dfdfdf;
   height: 1px;
}
label {
	width: 150px;
}
.straal {
	line-height: 25px;
}
.straal input, .straal select{
	position: absolute;
	left: 200px;
	margin-top: 1px;
}
.linkerColumnZoekVerkooppunt {
	width: 80px;
	padding-bottom: 7px;
	text-align: right;
}
.middelColumnZoekVerkooppunt {
	width: 7px; 
}
.rechterColumnZoekVerkooppunt {
	width: 110px; 
	padding-bottom: 7px;
	text-align: right;
}
.internetAanbiederTitel {
	font-family: Verdana;
	font-size: 12px;
	color: #707173;
}
h2.zoekresultaten {
	font-size: 20px;
	color: #484b4e;
	font-family: verdana;
	padding-top:20px;	
	padding-bottom: 16px;
	border-bottom: solid 1px #dfdfdf;
	margin-bottom: 27px;
}
p.titel_result {
	font-size: 16px;
	font-family: Verdana;
	color: #707173;
	margin: 0;
	padding: 0;
}
.internetAanbiederTitel {
	font-family: Verdana;
	font-size: 12px;
	color: #707173;
}
h2.zoekresultaten {
	font-size: 20px;
	color: #484b4e;
	font-family: verdana;
	padding-top:20px;	
	padding-bottom: 16px;
	border-bottom: solid 1px #dfdfdf;
	margin-bottom: 27px;
}
p.titel_result {
	font-size: 16px;
	font-family: Verdana;
	color: #707173;
	margin: 0;
	padding: 0;
}
h1.internetaanbieders, p.internetaanbieders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #484b4e !important;
	line-height: 24px;
   font-weight: normal;
   margin-bottom: 6px;
   margin-top: -13px;
}
.debug_bar {
	position: fixed; 
	left: 0px; 
	bottom: 0px; 
	height: 50px; 
	width: 100%; 
	border-top: 3px solid red; 
	background-color: yellow;
	z-index: 99999;
}
.debug_value {
	background-color: yellow;
	border: 3px solid red;
	padding: 3px;
	color: black;
}