html {
	width: 100%;
	height: 100%;
}

body {
	background: url(/site-layout/gfx/bg.gif) repeat #634b29;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body, input, select, textarea {
	font-family: 'Arial', 'Helvetica', 'Sans-serif';
	color: #FFFFFF;
}

select, textarea, input {
	font-size: 100%;
}

img {
	border: none;
}

a {
    text-decoration: none;
    font-weight: bold;
}

h1,h2,h3 {
   margin: 0 0 10px 0;
}

p {
   margin: 0 0 10px 0;
}

.break {
	clear: both;
}

.hidden {
	display: none;
}

.block0 {
	position: absolute;
	left: 50%;
	overflow: visible;
}

.block1 {
	position: absolute;
	left: -470px;
	width: 960px;
	overflow: hidden;
	-moz-box-shadow: 3px 3px 3px #31200b; /* Firefox/Mozilla */
        -webkit-box-shadow: 3px 3px 3px #31200b; /*Safari/Chrome */
        box-shadow: 2px 3px 2px #31200b; /* Opera & hoe het zou moeten */
        /* Voor IE 8 */  
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#31200b')";  
        /* Voor IE 5.5 - 7 */  
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#31200b'); 
}

.header {
	float: left;
	width: 960px;
	height: 155px;
	overflow: hidden;
	background: url(/site-layout/gfx/bg-header.gif) repeat-x #72CDF4;
	text-align: center;
}

.nav {
   width: 960px;
   background: #FFFFFF;
   height: 20px;
   text-align: center;
}

#container {
    float: left;
    width: 960px;
    height: auto;
    background: url(/site-layout/gfx/bg-container.gif) repeat-y #FFFFFF;
}

#container-agenda {
    float: left;
    width: 960px;
    height: auto;
    background: url(/site-layout/gfx/bg-container-agenda.gif) repeat-y #FFFFFF;
}

.column0 {
	float: left;
	width: 800px;
	height: auto;
	overflow: hidden;
	background: transparent;
}

.column1 {
	float: left;
	width: 160px;
	height: auto;
	overflow: hidden;
	background: #CFAB7A;
}

.column2 {
	float: left;
	width: 160px;
	height: auto;
	overflow: hidden;
	background: #413000;
}

.column3 {
	float: left;
	width: 640px;
	height: auto;
	overflow: hidden;
	background: transparent;
}

.column4 {
	float: left;
	width: 960px;
	height: auto;
	overflow: hidden;
	background: transparent;
}

.footer {
   border-top: 10px solid #FFFFFF;
   background: #413000;
   height: 35px;
   line-height: 35px;
   text-align: center;
}

