/* CSS Document */
*{
margin:0px;
padding:0px;
border:0px;
font-family:verdana, aria;
}


body{
	background:#AF1414 url(../images/body-bg.gif);
}

#page_container{
	width:950px;
	position:absolute;
	left:50%;
	margin-left:-475px;
	background-color:#fff;
}

#menu{
	text-align:center;
	float:left;
	width:105px;
}

#menu a{
	color:#000;
	text-decoration:none;
	font-size:11px;
}

#menu a:hover{
	color:#999;
	font-size:11px;
}

#menu a img{
	border:1px solid #000;
	margin:8px 0px 3px 0px;
}

#menu a:hover img{
	border:1px solid #999;
}

#lijst{
	width:170px;
	float:left;
	/*border-right:1px dotted #6A6A6A;*/
}

#links{
	width:670px;
	float:left;
	border-right:1px solid #DDD;
}

#header{
	height:102px;
	/*border-bottom:1px dotted #6A6A6A;*/
	background:#fff url(../images/header-bg.jpg) no-repeat right;
	padding:15px 15px 0px 15px;
}

#adres{
	height:52px;
	background:#606060 url(../images/adres-bg.jpg) repeat-x;
	font-size:11px;
	color:#BDBDBD;
	line-height:24px;
	padding-left:4px;
}

#adres a,
#content a{
	color:#700;
	text-decoration:none;
}

#adres a:hover,
#content a:hover{
	color:#fff;
	text-decoration:none;
}

#content{
	background:#fff ;
	/*border-bottom:1px dotted #6A6A6A;*/
	padding:0px 25px;
	min-height:548px;

}

*html #content{height:565px;}

#content ul{
	margin:15px;

}

.thumbnails a img{border:1px solid #000;}
.thumbnails a:hover img{border:1px solid #999;}

#footer{
	height:42px;
	background:#666 url(../images/footer-bg.jpg);
	padding-left:10px;
	line-height:16px;

}
