/* Algemeen */

body {
	background: #D4D4D4 url('images/bg.jpg');
	color: #5D5D5D;
	text-align:center;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font: 70%/1.3em Verdana, arial, helvetica, sans-Serif;
}

#oudebrowsers {
	display:none;
}

/* Opmaak headers en textopmaak */

h1 {
	font:2em 'Arial Black', Arial, Verdana, sans-Serif;
	background:#808992;
	color: #F2F2F2;
	text-align:center;
	text-transform: uppercase;
	margin: 0px;
	padding-top:0.5em;
	height:39px;
	display:block;
}

h2 {
	font:1.2em 'Arial Black', Arial, Verdana, sans-Serif;
	background:#B6BEC6;
	color: #FFFFFF;
	text-align:left;
	text-transform: uppercase;
	margin: 0px;
	padding:3px;
	display:block;
}

h3 {
	font:1.2em 'Arial Black', Arial, Verdana, sans-Serif;
	font-weight: bold;
	color: #808992;
}

p {
	line-height: 1.6em;
	color: #5D5D5D;	
}

/* Opmaak plaatjes en foto's */

hr {
	height:1px;
	border:0px;
	border-top:1px solid #808992;
}

.tabellen {
	border:0px solid #5D5D5D;
	padding:0px;
	margin:0px;
}

img {
	border:0px;
}

.foto {
	background: #FFFFFF;
	padding:3px;
	margin:5px;
	border: 1px solid #4B4E4C;
}

.foto:hover {
	background: #FFFFFF;
	padding:3px;
	margin:5px;
	border: 1px solid #4B4E4C;
}

/* Opmaak links */

a {
	color: #5D5D5D;
	text-decoration: none;
}

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


#content a {
	color: #A3574F;
	text-decoration: none;
}

#content a:hover {
	color: #808992;
	text-decoration: underline;
}

/* opmaak lijsten, forms */

#content li {
	color:#5C5C5C;
	list-style-image:url('images/li_over.gif');
}

#sidebar li {
	width:85%;
	background:#F2F2F2;
	color:#5C5C5C;
	list-style-image:url('images/li.gif');
	margin:0px 0px 1px 0px;
	padding:2px 10px 2px 2px;
	left:0px;
}

#sidebar li:hover {
	background:#F8D406;
	color:#FFFFFF;
	list-style-image:url('images/li_over.gif');
	margin:0px 0px 1px 0px;
	padding:2px 10px 2px 2px;
	left:0px;
}

#sidebar li:hover a {
	color:#FFFFFF;
}

#sidebar .aktief {
	background:#808992;
	color:#FFFFFF;
	list-style-image:url('images/li_aktief.gif');
}

#sidebar .aktief a {
	color:#FFFFFF;
}

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

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

.input {
	background: #FFFFFF;
	border: 1px solid #8F8F8F;
}

.inputbutton {
	background: #999999;
	color:#FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
}


/* Site layout */

#container {
	background: #FFFFFF url('images/achtergrond.jpg');
	margin:0px auto;
	padding:0px 27px 0px 29px;
  	width: 610px;
	text-align:left;
	border-bottom:3px solid #5D5D5D;
}

html>body #container {
	margin: 0px auto;
	padding:0px 27px 0px 29px;
  	width: 610px;
	text-align: left;
}

#header {
	background:#FFFFFF url('images/header.jpg') no-repeat;
	color: #FFFFFF;
	text-align: left;
	height: 99px;
	margin: 0px;
	clear:both;
}

#content {	
	padding: 0px;
	margin:0px 0px 0px 228px;
	width: 375px;
}

#sidebar {	
	text-align: left;
	float: left;
	margin:0px;
	padding: 0px;
	width:227px;
}

#footer {	
	background: #BFC4C8;
	color: #FFFFFF;
	text-align: center;
	width:auto;
	margin:0px;
	padding:3px;
	clear: both;
}

.menu {
	direction:rtl;
	text-align:right;
}

.tekst {
	padding:20px;
}
