@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #282525;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 5px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
h2 {
	font-size: 16px;
	color: #282525;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0;
}
#container {
	position:absolute;
	left: 50%;
	margin-left: -425px;
	width:850px;
	background-color: #FFFFFF;
}

a img { border:none; }

a:active, a:focus { outline:none; }

/*
#logo {
	height: 105px;
	background-image: url(../images/filth-logo.jpg);
	background-repeat: no-repeat;
}
*/
#header.nieuws {
	height: 137px;
	background-image: url(../images/header-03.jpg);
}
#breadcrumb {
	height: 25px;
	padding-left: 35px;
	padding-top: 9px;
	font-size: 12px;
	color: #B1B3B6;
	background-image: url(../images/breadcrumb-bg.jpg);
}
#breadcrumb a {
	text-decoration: none;
	color: #B1B3B6;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#content {
	float: right;
	width: 530px;
	padding: 0 35px 10px 0;
	font-size: 12px;
	line-height: 18px;
	color: #4D4D4F;
}
#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content a {
	font-weight: bold;
	color: #4D4D4F;
}

/* MENU */
#menu {
	float: left;
	width: 210px;
	padding: 30px 0 30px 35px;
	font-size: 18px;
	line-height: 18px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
#menu a {
	text-decoration: none;
	color: #282525;
}
#menu a:hover {
	text-decoration: none;
	color: #282525;
}
#menu a.active {
	text-decoration: none;
	color: #FF0000;
}
/* FOOTER */
#footer {
	clear: both;
	margin: 0 35px 0 35px;
	padding: 10px 0 10px 250px;
	font-size: 10px;
	color: #B1B3B6;
	border-top: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
#footer a {
	text-decoration: none;
	color: #B1B3B6;
}
#footer a:hover {
	text-decoration: underline;
}
