/*div {
	border: 1px solid orange;
}*/

body {
  font-size: 80%;
	margin: 0;
	padding: 0;
	font-family: tahoma;
	background-color: #D1D6DB;
  }

#header {
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 119px;
	z-index: 3;
}

#header-right {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 119px;
	width: 100%;
	background-image: url( ../images/header-eind.jpg );
	z-index: 2;
}

#sub-header {
	position: absolute;
	height: 46px;
	top: 110px;
	left: 0px;
	width: 100%;
	/* padding: 10px; */
	padding-left: 0px;
	background-image: url( ../images/sub-header.png );
/*	border-bottom: 1px dotted #3E6DB4; */
	z-index:1;
}

#sub-header-contents {
	margin-left: 20px;
	margin-top: 20px
}
	
#navigation {
/*	position: absolute;
	top: 157px;
	left: 0; */
	float: left;
	width: 12em;
/*	border-right: 1px dotted #3E6DB4;
	border-bottom: 1px dotted #3E6DB4; */
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-image: url( ../images/achtergrond-menu.jpg );
	background-repeat: repeat-x;
	padding: 0px;
	padding-top: 20px;
	text-align: center;
}

#navigation img.navfoto {
	width: 10em;
	margin: 1em;
	padding: 0px;
	}
	
#content {
	margin-top: 0;
	padding-top: 0px;
	margin-left: 12.5em;
	margin-right: 16%;
}

#content-big {
	margin-top: 0;
	padding-top: 0px;
	margin-left: 12.5em;
	margin-right: 0;
}

#pad {
	margin: 0;
	padding: 0;
	height: 145px;
}
/* IE zet navigatie, content en rechterbalk standaard te laag neer -> corrigeren */
* html #pad {
	height: 130px;
} 

#rightcolumn{
	width: 15%;
	float: right;
	background-color: #AFC0D0;
	margin: 0px;
	padding-top:20px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	text-align: center;
	vertical-align: middle;
}

#rightcolumn img {
	width: 80%;
	padding: 1px;
	margin-bottom:1.5em;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

#footer {
	clear: both;
	margin-top: 2em;
	text-align: center;
	color: white;
	font-size: 0.9em;
	height: 35px;
	width: 100%;
	background-image: url( ../images/onderbalk.png );
	background-repeat: repeat-x;
}

#footer a {
	color: white;
}

img {
	border: 0;
}

img.foto, img.photo {
	margin: 0 10px 10px 10px;
	padding: 1px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}	

img.left {
	margin-left: 0;
	float: left;
}

img.right {
	margin-right: 0;
	float: right;
}

.stukje {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px;
	background-color: #D1D6DB;
}

.donker {
	background-color: #AFC0D0;
}

div.lijntje {
	border: 1px solid white;
	padding: 1em;
} 
.column1, .column2 {
	width: 49%;
}

.column1 {
	float: left;
}

.column2 {
	float: right;
}

table.layout, tr.layout, td.layout {
	padding: 0;
	margin: 0;
} 


table.layout, td.layout {
	font-size: 1em;
	vertical-align: top;
}

/* IE5 makes text in table cells larger; prevent this */
* html td.layout {
	font-size: 80%;
	font-size/* */:/**/100%; 
	font-size: /**/100%;
}


h1 {
	font-family: tahoma;
	font-size: 1.3em;
	font-weight: bold;
}

/* het bullet plaatje voor headings */
h1 img {
	margin-right: 4px;
}

h2 {
	font-family: tahoma;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-family: tahoma;
	font-size: 1em;
	font-weight: bold;
}

h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}
br {
	margin: 0px;
}
a, a:visited {
	text-decoration: none;
/*	color: #3563B0; */
/*	color: #2A4F8E; */
/*	color: #1E3E7B; */
	color: #1C3F7B;
}

a:hover {
	text-decoration: underline;
	color: #3563B0;
}

ul {
	margin-top: 0;
	margin-bottom: 0l
}