/* Algemeen */

body {
	background: #D8D8DB;
	color: #797979;	
	text-align:center;
	width:100%;
	height:100%;
	font: 71%/1.5em arial, Geneva, helvetica, sans-Serif;
	overflow:none;
}

html {
	width:100%;
	height:100%;
	overflow:none;
}

#header *, #oudebrowsers {	
	display:none;
}

* {
	margin:0px;
	padding:0px;
}


/* Opmaak headers en textopmaak */

h1 {
	font:2em 'Arial Narrow', Arial, verdana, sans-Serif;
	font-weight: normal;
	color: #FFF;
	padding:18px 0px 0px 220px;
}

h2 {
	font: 1.1em 'Arial Narrow', Arial, verdana, sans-Serif;
	font-weight: bold;
	color: #FFF;
	padding:0px 0px 0px 50px;
	margin-bottom:0em;
}

#inhoud h1 {
	color:#B7B7B7;
	margin-bottom:0.5em;
	padding:0px;
}

#inhoud h2 {
	color:#B7B7B7;
	margin-bottom:0.5em;
	padding:0px;
} 


p,h2 {
	margin-bottom:1em;
}

noscript, .alert {
	padding:1px;
	color:#FFFFFF;
	background:red;
	clear:both;
}

ul {
	margin-left:1.5em;
}

/* Opmaak plaatjes en foto's */

img {
	border:0px;
}

.foto, #rechterkolom img {
	margin:3px;
}

/* Opmaak links */

a {
	font-weight:bold;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #AAA;
	text-decoration: underline;
}

#navigatie a {
	display:block;
	background:url('images/nav_bg.gif') no-repeat right top;
	margin-bottom:3px;
	padding:0px 6px;
	color:#626281;
	height:23px;
}

#navigatie a:hover {
	background:url('images/nav_bg2.gif') no-repeat right top;
	color:#414141;
	text-decoration:none;
}

/* opmaak forms */

input, textarea {
	background: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, arial, helvetica, sans-serif;
	border: 1px solid #000000;
	width:250px;
}

input:focus, textarea:focus {
	border: 1px solid #EF7D31;
}

.inputbutton {
	width:auto;
	background: #393C50;
	color:#FFFFFF;
	padding:2px 10px;
	font-weight: bold;
	border: 1px solid #000000;
}

.inputbutton:hover {
	background: #585163;
	border: 1px solid #000000;
}

/* Site layout */

#container {
	margin:0px;
  	width: 100%;
	text-align:left;
}

#header {	
	background:#D8D8DB url('images/header2.jpg') no-repeat;
	height:72px;
}

#titel {
	background:url('images/titel_bg.gif') repeat-x;
	height:63px;
}

#inhoud {
	background:#FFF url('images/menubg.gif') repeat-y left top;
 	text-align:left;
}

#tekst {
	margin-left:200px;
	padding:15px;
}

#navigatie {
	width:197px;
	padding:3px 3px;
	margin-right:15px;
	float:left;
}

#footer {
	background:url('images/footer2.jpg') repeat-x;
	height:50px;
	clear:both;
	color:#FFF;
}

#terugbutton {
	clear:both;
	padding:1px;
}

#terugbutton a {
	display:block;
	padding:1px 10px;
	background:#5B697C;
	color:white;
}

#terugbutton a:hover {
	background:#393A4E url('images/header.jpg');
	color:white;
	text-decoration:none;
}
