/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#362b1d;
	background-image:url(../images/back_02.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#container{
	background-image:url(../images/back_03.jpg);
	width:990px;
	height:832px;
	margin:0 auto;
}

a:link, a:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

#menu{
	padding: 10px 0px 0px 233px;
	margin-bottom:14px;
}

#contentback{
	width:770px;
	height:536px;
	margin:0px 0px 0px 110px;
	overflow:hidden;
	background-repeat:no-repeat;
/*	background-color:#00FF00;*/
}

#content{
	width:350px;
	height:346px;
	overflow:auto;
	margin:170px 0px 0px 0px;
	padding: 0px 20px 20px 0px;
	float:right;
}

#bottom{
	width:420px;
	text-align:center;
	margin: 20px 0px 0px 280px;
	/*background-color:#00FF00;*/
}

#afbeelding1{
	position:absolute;
	margin-top:-45px;
	height:160px;
	width:200px;	
	background-image:url(../images/afbeelding1-small.png);
	background-repeat:no-repeat
	
	overflow:hidden;
	/* VOOR IE!! */
	.margin-left:-100px
}

#afbeelding2{
	position:absolute;
	margin-top:100px;
	height:160px;
	width:200px;
	background-image:url(../images/afbeelding2-small.png);
	background-repeat:no-repeat;
	
	/* VOOR IE!! */
	.margin-left:-100px;
}

#afbeelding3{
	position:absolute;
	margin-top:250px;
	height:160px;
	width:200px;
	background-image:url(../images/afbeelding3-small.png);
	background-repeat:no-repeat;
	
	/* VOOR IE!! */
	.margin-left:-100px;
}

#afbeelding4{
	position:absolute;
	margin-top:400px;
	height:160px;
	width:200px;
	background-image:url(../images/afbeelding4-small.png);
	background-repeat:no-repeat;
	
	/* VOOR IE!! */
	.margin-left:-100px;
}
