@charset "UTF-8";
/* CSS Document */

html {
    overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

a:active, a:focus {
    outline: none;
}

html, body, .main {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.nav {
	padding-top: 53px;
}

.nav a.link {
	color: #EBE0B7;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding: 2px 17px 2px 0px;
	border: 0;
}

.nav a:hover.link, .nav a.active {
	color: #A99543;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding: 2px 17px 2px 0px;
	border: 0;
}

.middle {
	background-image: url(../img/back_sidebar.gif);
	background-repeat: repeat-y;
}

.sfeer {
	width: 202px;
	float: left;
	height: 285px;
	padding-top: 69px;
}

.content {
	width: 543px;
	padding: 8px;
	float: left;
}

.heading {
	padding-top: 10px;
	width: 100%;
	border-bottom: 1px solid #242A18;
	margin-bottom: 10px;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 160%;
}

a {
	color: #242A18;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.nieuws {
	border:0px;
	color: #B8AC81;
	text-decoration: none;
	font-weight:normal;
	padding-right:15px;
}

.nieuws a {
	border:0px;
	color: #B8AC81;
	text-decoration: none;
	font-weight:normal;
	padding-right:15px;
}
.nieuws a:hover {
	border:0px;
	color: #A99543;
	text-decoration: none;
	font-weight:normal;
	padding-right:15px;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

.back_left {
	background-image: url(../img/header_back.gif);
	background-repeat: repeat-x;
}

p {
	padding-top: 0;
	padding-left: 5px;
	margin-top: 0;
}

.heading2 {
	display: block;
	width: 538px;
	text-decoration: none;
	color: #FFF;
	padding: 0;
	margin: 0;
	background-color: #A99543;
	padding-left: 5px;	
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 14px;
}

.inlay {
	background-color: #DBC8A3;
	margin: 10px;
	padding: 10px;
	border: 1px solid #2A2828;
}



a.btn_nieuws {
	width: 265px;
	height: 78px;
	background-image: url(../img/btn_nieuws.jpg);
	background-position: top;
	display: block;
}

a.btn_nieuws:hover {
	background-position: bottom;
}