/* Algemeen */

body {
	background: #501A15;
	color: #232323;	
	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:bold 2em 'Trebuchet MS', Arial, verdana, sans-Serif;
	color: #222222;
}

h2 {
	font:bold 1.6em 'Trebuchet MS', Arial, verdana, sans-Serif;
	color: #222222;
}

h3 {
	font:bold  1.1em 'Trebuchet MS', arial, Verdana, sans-Serif;
	font-weight: bold;
	color: #222222;
}


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 {
	background: #FFFFFF;
	padding:1px;
	margin:5px;
	border: 1px solid #000000;
}

/* Opmaak links */

a {
	font-weight:bold;
	color: #9F2A1E;
	text-decoration: underline;
}

a:hover {
	color: #501A15;
	text-decoration: underline;
}

#navigatie a {
	display:block;
	background:url('images/button.jpg') no-repeat;
	font:bold 10px verdana, arial, sans-serif;
	text-transform:uppercase;
	color: #FFF;
	padding:8px 0px 15px 15px;
	text-decoration: none;
}

#navigatie a:hover {
	color: #FFEEA5;
	text-decoration: none;
}

#navigatie .aktief {
	color:#F7E184;
}

/* opmaak forms */

input, textarea {
	background: #FFFFFF;
	color: #000000;
	font-size: 1.0em;
	font-family: Verdana, arial, helvetica, sans-serif;
	border: 1px solid #000000;
}

select {
	background: #FFFFFF;
	color: #000000;
	font-size: 1.0em;
	font-family: Verdana, arial, helvetica, sans-serif;
	border: 1px solid #000000;
}

option {
	background: #FFFFFF;
}

optgroup {
	background: #E4E4CC;
}

.inputbutton {
	width:auto;
	background: #9F2A1E;
	color:#FFFFFF;
	padding:2px 10px;
	font-weight: bold;
	border: 1px solid #000000;
}

.inputbutton:hover {
	background: #501A15;
	border: 1px solid #000000;
}

/* Site layout */

#container {
	background: #FFF url('images/container.gif') repeat-y;
	margin:0px auto;
  	width: 770px;
	text-align:left;
}

#header {
	background: url('images/header.jpg') no-repeat;
	height:174px;
}

#navigatie {
	background: url('images/navigatie.gif') no-repeat;
	text-align: left;
	width:154px;
	float:left;
}

#inhoud {	
	text-align:left;
	padding: 0px 0px 0px 0px;
	width:531px;
	float:left;
}

#footer {	
	background: url('images/footer.gif') no-repeat;
	color: #FFFFFF;
	text-align: center;
	height:50px;
	clear: both;
}

/* Tekst */

.txt_boven {
	background:url('images/txt_top.jpg') no-repeat;
	height:27px;
	width:591px;
}

.txt_onder {
	background:url('images/txt_bottom.jpg') no-repeat;
	height:29px;
	width:591px;
}

.txt_midden {
	background:url('images/txt_midden.jpg') repeat-y;
	width:531px;
	padding:0px 30px;
}

.flashtitel {
	width:470px;
	height:27px;
}

.kalender td {
	border-bottom:1px solid #CCCCA5;
	vertical-align:top;
}