/*** algemeen ***/
html, body {
  margin: 0;
  padding: 0;
  text-align: justify;
/*  height: 100%;*/
}

/**
	Oranje: #F78F1E;
	Grijs: #727272
	Blauw: #002B5C;
**/

body {
  position: relative;
  /*background-color: #002B5C;*/
  background-color: white;
}

div{
	text-align: justify;
	
}

div.breadcrumb{
	font-size:12px;
	color: #F78F1E;
}

div.breadcrumb a{
	color:#002B5C; 
	text-decoration:underline;
}

img{
	border: 0px;
}

body, input, table, textarea, select, pre {
  font: 12px/1.5em Arial, Verdana, Helvetica, sans-serif;
}

.adres {
  font: 10px Verdana, Helvetica, sans-serif;
}

td{
	vertical-align:top;
}

#page {
  /*border-left: 1px solid #5F5F5F;
  border-right: 1px solid #5F5F5F;*/
  position: relative;
  width: 980px;
  background-color: white;
  margin: 0 auto;
}

#bottomsite {
	text-align:right;
	text-decoration: none;
	color: #B0B0B0;
	background-color: #FFFFFF;
	border-top: 1px solid #B0B0B0;
}

a{
	text-decoration: none;
	color: black;
	
}
a:hover{
	color: #F78F1E;
}

a.kop{
	font-family: Arial Black, Arial, Verdana, Helvetica, sans-serif;
	color: white;
	text-align: center; 
	font-size:150%;
	font-weight:bolder; 
	text-decoration: none;
}

a.kopOrange{
	color: white;
	text-align: center; 
	font-size:14px;
	font-weight:bold;
}

a.kleinkoporange{
	font: 12px/1.5em Arial, Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

a.kleinkoporange:hover{
	color: #F78F1E;
}

a.kopGrey{
	color: white;
	text-align: center; 
	font-size:14px;
	font-weight:bold;	
}

a.kleinkopgrey{
	font: 12px/1.5em Arial, Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

a.kleinkopgrey:hover{
	color: #727272;
}

a.kopBlue{
	color: white;
	text-align: center; 
	font-size:14px;
	font-weight:bold;
}

a.kleinkopblue{
	font: 12px/1.5em Arial, Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

a.kleinkopblue:hover{
	color: #002B5C;
}


a.bottom {
	color: #B0B0B0;
	text-decoration: none;
}

a.bottom:hover{
	color: #000000; 
}

a.bottom2 {
	color: #000000; 
	text-decoration: none;
}

a.bottom2:hover{
	color: #B0B0B0;
}

a.head {
  font: 18px/1.5em Arial Black, Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
}

table{
	width: 100%;
}

table.gids{
	width: 300px;
	background-color: #F78F1E;
	color: white;
	border: 0px;
}

table.bodycenter{
	width: 100%;
	background-color: #ABABAB;
	color: white;
	border-top: 2px solid white; 
}

table.blok{
	width: 100%;
	background-color: white;
	color: black;
	border-collapse:collapse; 
}


table.bedrijf {
	width:100%; 
	border-collapse:collapse; 
}

table.bedrijf td{
	background-color:white; 
	text-align:left; 
	vertical-align:top; 
	color:black;
}

table.navigatie{
	background-image: url('../images/backgroundBlue.jpg'); 
	background-repeat: repeat-x; 
	font-size:14px; 
	color: white;
	font-weight:bold;
}

table.navigatie a{
	color: white;
}

table.navigatie td:hover{
	color: white;
	background-image: url('../images/backgroundOrange.jpg'); 
	background-repeat: repeat-x; 
}

td.admintableheader
{
	color:#000042;font-weight:bolder;
}

td.gidscategorie{
	width: 300px;
	border: 3px solid #D60093;
	background-color: #DAC8D4;
}

table.bedrijf{
	width: 100%;
	background-color: #ABABAB;
	color: white;
	border-top: 2px solid white; 
}

h1{
	margin: 0px 0px 0px 12px; 
	text-align:left; 
	color:white; 
	font-size:14px;
	font-weight:bold;
}

h2 {
	margin: 0px; 
	color:#002B5C; 
	text-align:left; 
	font-size:14px; 
	font-weight: bold;
}
h3 {
	font-family: Arial Black, Arial, Verdana, Helvetica, sans-serif;
	color: white;
	text-align: center; 
	font-size: 100%;

}

/*** forms ***/
form {
  padding-bottom: 10px;
}

label{
  margin: 6px 0;
  vertical-align: top;
}


.input {
  width: 12em;
  margin: 6px 0;
  vertical-align: top;
}

label, input, .input, textarea, select {
  display: block;
  float: left;
  margin-bottom: 6px;
}
input, textarea, select {
  margin-top: 4px;
  width: 200px;
}
select, .input {
  width: auto;
}

label.fout{
	color:#F78F1E;
}

br {
  clear: left;
}