/* container-css */
#container {
width:1300px; 
margin-left:auto; 
margin-right:auto;
background-image: url('/afbeeldingen/achtergrond_logo.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center 65px;
}
/* body-css */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background : #B1D93B;
margin: 0px;
padding: 10px;
}
/* Form_velden-css */
input,textarea,select,button {
background-color: #8C8C8C;
color: #000000;
border: 1px solid #8C6226;
}
/* Header-css */
#header {
margin-bottom: 10px;
}
/* Links-css */
#links {
float: left;
width: 180px;
margin: 0px;
margin-bottom: 10px;
}
/* Midden-css */
#midden {
margin-bottom: 10px;
margin-left: 200px;
margin-right: 200px;
}
#middenvol {
margin-bottom: 10px;
margin-left: 200px;
}
/* Rechts-css */
#rechts {
float: right;
width: 180px;
margin: 0;
margin-bottom: 10px;
}
/* Footer-css */
#footer {
clear: both;
text-align:center;
background-color: #B37C30;
border: 1px solid #000000;
}
/* Box-css */
.box {
background: #B37C30;
width: 180px;
margin-bottom: 20px;
border: 1px solid #000000;
}
/* Main-css */
.main {
background: #D9973B;
padding: 5px;
min-height: 400px;

filter: alpha(opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.80; opacity: 0.80;
}
/* Titel-css */
.titel {
background-color: #8C6226;
border-bottom: 1px solid #000000;
text-align: center;
font-size: 12pt;
}
.titelmain {
background-color: #B37C30;
border: 1px solid #000000;
text-align: left;
font-size: 12pt;
padding-left: 10px;
}
/* Tekst-css */
.tekst {
padding: 5px;
}
/* URL-css*/
a, a:hover, a:visited, a:link {
color: #2b350e; /*#748D26*/
text-decoration: none;
}
/* hr-css */
hr {
border: none;
height: 1px;
background-color: #000000;
}
/* Error-css */
.errorbox {
width: 80%; 
padding: 20px; 
vertical-align: middle; 
background-color: #B37C30; 
border: 1px solid #000000; 
margin-left: auto; 
margin-right: auto;
}
/* Geen doorzichtigheid */
.no_opacity {
filter: alpha(opacity=125);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=125);
-moz-opacity: 1.25; opacity: 1.25;
}
/* Header */
.header {
background: url('/afbeeldingen/header.png'); 
height: 90px; 
margin-bottom: 10px; 
font-size: 30pt; 
padding-right: 20px; 
padding-bottom: 10px; 
color: #D9973B;
}
.header_tekst {
width: 100%; 
height: 100%; 
text-align: right; 
background: url('/afbeeldingen/header_tekst.png') no-repeat; 
background-position: 100%;
}
