@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	/*color:#ffffff;*/
	background-image:url(../img/main-bg.gif);
}

#container{
	left:50%;
	width:818px;
	margin-left:-409px;
	position:absolute;
	height:100%;
	margin-top:20px;
}
	
#header{
	background-image:url(../img/header.png);
	width:818px;
	height:250px;
}

#left{
	width:448px;
	background-color:#ffffff;
	float:left;
	height:575px;
}

.titel{
	color:#cc6633;
	margin-left:10px;
	margin-right:10px;
}

.inhoud{
	margin-left:10px;
	margin-right:10px;
}

#right{
	width:370px;
	background-color: #ffffff;
	float:left;
	height:575px;
	background-image:url(../img/bg_bruin.png);
}

#footer{
	width:818px;
	height:18px;
	background-image:url(../img/footer.png);
	float:left;
	margin-left:-506px;
}

#menu{
	z-index:1;
	position:absolute;
	margin-top:30px;
	margin-left:-30px
	
}

#menu ul li{
	list-style:none;
	font-size:20px;	
}

a:link { color:#ffffff; text-decoration: none;}
a:active { color:#ffffff; text-decoration: none;}
a:visited {color:#ffffff; text-decoration: none;}
a:hover { color:#ffffff;  text-decoration: none; }


.tabel{
	margin-left:10px;
}

.rij{
	width:100px;
}

#footer a{
	margin-left:540px;
}
