/* Algemeen */

body {
	background: #DC9248 url('images/bg.jpg');
	color: #FFFFFF;	
	text-align:center;
	width:100%;
	height:100%;
	font: 70%/1.6em Verdana, 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.5em Arial, Verdana, sans-Serif;
	font-weight: bold;
	color: #7F0D0D;
	height:53px;
	overflow:hidden;
}

h2 {
	font: 1.2em Arial, Verdana, sans-Serif;
	font-weight: bold;
	color: #222222;
	height:23px;
	overflow:hidden;
}

h3 {
	font: 1.1em 'Trebuchet MS', Arial, Verdana, sans-Serif;
	font-weight: bold;
	color: #222222;
}

p,h1,h2 {
	margin-bottom:1em;
}

ul {
	margin-left:2em;
}

noscript, .alert {
	padding:1px;
	color:#FFFFFF;
	background:red;
	clear:both;
}

/* Opmaak plaatjes en foto's */

img {
	border:0px;
}

.foto, #rechterkolom img {
	background: #282828;
	padding:2px;
	margin:5px;
	border: 2px solid #DC9248;
}

#navigatie img {
	display:block;
	float:left;
}

/* Opmaak links */

a {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #DC9248;
	text-decoration: underline;
}

#navigatie a {
	color: #FFFFFF;
	text-decoration: none;
}

#navigatie a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#navigatie .aktief {
	color:orange;
}

/* opmaak forms */

input, textarea {
	background: #FFFFFF;
	color: #000000;
	font-size: 1.0em;
	font-family: Verdana, arial, helvetica, sans-serif;
	border: 1px solid #000000;
	width:200px;
}

.inputbutton {
	width:auto;
	background: #B9480B;
	color:#FFFFFF;
	padding:2px 10px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

/* Site layout */

#container {
	background: #212121;
	margin:0px auto;
  	width: 630px;
	height:100%;	
	border-left:3px solid #DC9248;
	border-right:3px solid #DC9248;
	text-align:left;
}

html>body #container  {
	height:auto;
	min-height:100%;
}

#container2 {
	background: #7F0D0D url('images/container.gif') repeat-y;
	margin:0px auto;
  	width: 630px;
}

#header {
	background: #7F0D0D url('images/header.jpg') no-repeat;
	color:#FFFFFF;
	text-align:left;
	height:224px;
}

#navigatie {
	padding:187px 0px 0px 170px;
	clear: both;
}

#navigatie2 {
	background: #1D1D1D;
	padding:5px 0px;
	text-align:center;
}

#titels {
	height:53px;
	overflow:hidden;
}

#inhoud {	
	text-align:left;
	float:left;
	padding: 10px;
	width:320px;
}

#rechterkolom {		
	padding: 10px;
	float:left;
}

#footer {	
	background: #7F0D0D url('images/footer.gif') no-repeat;
	color: #FFFFFF;
	text-align: left;
	height:75px;
	clear: both;
}