/* Algemeen */

body {
	background: #2B51BB url('images/bg.gif') center top;
	color: #303540;	
	text-align:center;
	width:100%;
	height:100%;
	font: 70%/1.6em arial, Geneva, helvetica, sans-Serif;
}

html {
	width:100%;
	height:100%;
}

#oudebrowsers, .teller {
	display:none;
}

* {
	margin:0px;
	padding:0px;
}

/* Opmaak headers en textopmaak */

h1 {
	font:1.2em 'Trebuchet MS', Arial, verdana, sans-Serif;
	font-weight: bold;
	color: #FFF;
}

h2, #inhoud h1 {
	font: 1.2em 'Trebuchet MS', Arial, verdana, sans-Serif;
	font-weight: bold;
	color: #A80000;
}

h3 {
	font: 1em 'Trebuchet MS', arial, Verdana, sans-Serif;
	font-weight: bold;
	color: #303540;
}

p,h1,h2 {
	margin-bottom:0.7em;
}

ul {
	margin-left:2em;
	margin-bottom:0.7em;
}

noscript, .alert {
	padding:1px;
	color:#FFFFFF;
	background:red;
	clear:both;
}

/* Opmaak plaatjes en foto's */

img {
	border:0px;
}

.foto, #rechterkolom img {
	background: #FFFFFF;
	padding:2px;
	margin:5px;
	border: 2px solid #E6DD2F;
}

/* Opmaak links */

a {
	font-weight:bold;
	color: #303540;
	text-decoration: none;
}

a:hover {
	color: #2B51BB;
	text-decoration: underline;
}

#navigatie a {
	font:bold 11px arial, sans-serif;
	color: #2B51BB;
	text-decoration: none;
}

#navigatie a:hover {
	color: #A80000;
	text-decoration: underline;
}

#navigatie a.aktief {
	color:#A80000;
}

#navigatie a:focus, #inhoud a:focus {
	outline-color:#AB0000; outline-style:solid; outline-width:1px;
	background:#FAF9E4;
	color:#AB0000;
}

/* opmaak forms */

input, textarea {
	font-size: 1.0em;
	font-family: Verdana, arial, helvetica, sans-serif;
	width:200px;
}

.inputbutton {
	width:auto;
}

/* Site layout */

#container {
	background: url('images/container.gif') repeat-y center top;
	margin:0px auto;
  	width: 732px;
	text-align:left;
}

#header {
	background: url('images/header.jpg') no-repeat;
	color:#FFFFFF;
	text-align:center;
	height:64px;
	padding:120px 41px 0px 495px;
}

#navigatie {
	background: url('images/navigatie.jpg') no-repeat;
	text-align: right;
	height:33px;
	padding:18px 25px 0px 30px;
}

#inhoud {	
	text-align:left;
	margin: 0px 30px 0px 30px;
/*	height:280px;
	overflow:auto;*/
}

#rechterkolom {		
	padding: 0px 20px 10px 20px;
	margin-left:430px;
}

#footer {	
	background: url('images/footer.gif') no-repeat;
	height:48px;
	padding:0px 40px;
	clear:both;
}

.kolom {
	float:left;
	width:300px;
	padding:10px;
}

.tekstvlak {
	padding:7px;
	background:#F9F9F9;
	border:1px solid #e0e0e0;
}

.fotovlak {
	padding:5px;
	background:#FFFFFF;
	border:1px solid #e0e0e0;
}