html{
	height:100%;
}

body{
	font-size:0.8em;
  color: #543;
	font-family: Arial, sans-serif;
	margin:0;
	padding:0;
  background: #948674 url(filler.jpg) repeat-y center fixed;
  text-align: center;
  height: 100%
}

#mainContainer {
	margin: 0 auto 0 auto;
  padding: 0;
	width: 780px;
  text-align: left;
  height: 100%;
}

#header {
	margin: 0 auto 0 auto;
  padding: 0;
	width: 780px;
  top: 0px; 
  background: url(header.jpg) no-repeat;
  height: 98px;
}

#navigatie {
  position: relative;
	width: 712px;
  top: 80px;
  left: 168px;
  color: #00C;
}

#inhoud {
  position: relative;
	width: 780px;
  top: 100px;
  left: 0px;
}

#inhoud img {
  border: 0px;
  text-decoration: none; 
}

#logo {
  position: absolute; 
  top: 16px;
}

#foto {
  position: absolute;
  top: 30px;
}

#adres {
  position: absolute; 
  top: 250px;
}
 
#vlaglinks {
  position: absolute;
  top: 400px; 
  left: 20px;
}

#vlagrechts {
  position: absolute;
  top: 400px; 
  left: 100px;
}

#rechterkolom {
  position: absolute;
	width: 600px;
  top: 0px;
  right: 0px;
  padding-left: 15px;
}


p {
  margin-top: 0px; 
}

h1 {
  margin-top: 0px;
	font-size: 140%;
	font-weight: bold;
}

h2 {
  margin-top: 15px; 
  margin-bottom: 0px;
	font-size: 120%;
	font-weight: bold;
}

.label {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.rechts {
  text-align: right;
}

table {
  width: 100%;
}

#tabel_klein {
  font-size: 85%;
  border: none;
  width: 100%;
}

td {
  vertical-align: top;
}

td ul {
  margin-left: 15px; 
}

.opvallend {
	font-weight: bold;
	font-size: 100%;
}

.groot {
  margin-top: 0px;
  margin-left: 90px;
	font-size: 200%;
	font-weight: bold;
  }

.klein {
	font-size: 80%;
}

.fotoRechts {
  float: right;
	margin-left: 10px;
	margin-right: 10px;
}

.fotoLinks {
  float: left;
	margin: 10px 40px 10px 20px;
}

#navigatie ul { 
  padding: 3px 0; 
  margin-top: 0px; 
  margin-left: 0px; 
  margin-bottom: 0px; 
  font-size: 14px; 
  font-weight: bold; 
  text-align: left; 
} 

#navigatie ul li { 
  list-style: none; 
  margin: 0; 
  display: inline; 
} 

#navigatie ul li a { 
  padding: 3px 0.5em; 
  margin-left: 3px; 
  border-bottom: none; 
  background-color: #6f6658; 
  text-decoration: none; 
} 

#navigatie ul li a:link { 
  color: #fff;
} 

#navigatie ul li a:visited { 
  color: #fff;
} 

#navigatie ul li a:hover, 
#navigatie ul li a:visited:hover { 
  color: #6f6658;
  background-color: #fff; 
} 

#navigatie ul li a#current { 
  color: #6f6658;
  background: #fff; 
}

=============
input,
textarea {
background-color: #fff;
border: solid 1px #9cc;
color: #000;
}

select {
background-color: #fff;
border: solid 1px #9cc;
color: #000;
}

.geen_text {
font-size: 100%;
color: #CCC;
}

.geen_vakje {
font-size: 100%;
}

.input_fout {
background-color: #fff;
border-style: solid 1px #f00;
color: #000;
}

.text_fout {
color: #F00;
}

