﻿body, html, form {
	margin: 0;
	background: url(images/bg-site.jpg) repeat-x #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 20px;
}

h1 
{
    color: #a0a81d;
    font-size: 1.4em;
    font-weight: bold;
}

/*MAIN*/

#centersite {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	display: inline;
	width: 900px;
	height: 124px;
	background: url(images/header.jpg) no-repeat center top;
}

#nav {
	float: left;
	display: inline;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 99px;
}

#main {
	float: left;
	display: inline;
	width: 900px;
}

#textcontainer {
	float: left;
	display: inline;
	width: 900px;
	margin-top: 20px;
}

#text {
	float: left;
	display: inline;
	margin-left: 20px;
	color: #ececea;
	width: 598px;
}

#subnav {
	float: left;
	display: inline;
	width: 280px;
	height: 401px;
	background: url(images/bg-subnav.jpg) repeat-x;
	border: solid 1px #302b28;
	font-size: 0.9em;
}

#contactspace {
	float: left;
	display: inline;
	width: 280px;
	height: 401px;
}

#adres 
{
    float: left;
    display: inline;
    width: 240px;
    margin-left: 20px;
    margin-top: 20px;
    color: #ececea;
}

#footer {
	float: left;
	display: inline;
	margin-top: 50px;
	width: 890px;
	height: 23px;
	background: url(images/bg-title.jpg) repeat-x;
	border: solid 1px #302b28;
	color: #7d7d7d;
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
	font-size: 0.8em;
}

/*NAVIGATIE*/

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
	vertical-align: top;	
	color: #333333;
	text-decoration: none;
	height:25px;
}

#nav ul li a {
    color: #333333;
    text-decoration: none;
}

#nav ul li a:hover 
{
    color: #ffffff;
    text-decoration: none;
}

#nav ul li .active {
	height:25px;
	color: #ffffff;
	text-decoration: none;
	float:left;
	background: url(images/menu-item-a.gif) no-repeat bottom center;
}

/*SUBNAVIGATIE*/

#subnav ul {
	padding: 0;
	margin: 0;
}

#subnav ul li {
	list-style-type: none;
	height: 22px;
	border-bottom: solid 1px #302b28;
	padding-left: 20px;
	padding-top: 7px;
}

#subnav ul li a {
	color: #959795;
	text-decoration: none;
}

#subnav ul li a:hover {
	color: #ececea;
	text-decoration: none;
}

#subnav ul li .active 
{
    color: #a0a81d;
}

/*HOMEPAGE*/

#textHome {
	float: left;
	display: inline;
	width: 459px;
}

.title
{
	background: url(images/bg-title.jpg) repeat-x;
	border: solid 1px #302b28;
	height: 31px;
	color: #ececea;
	font-weight: bold;
	padding-left: 20px;
}

.text
{
	color: #ececea;
	padding-left: 20px;
	padding-top: 10px;
}

.text ul {
	padding: 0; 
	margin: 0;
	list-style-type: none;
	line-height: 19px;
	
}

.text ul li {
	background: url(images/arrow.gif) no-repeat center left;
	padding-left: 22px;
	
}

.text ul li a {
	color: #ececea;
	text-decoration: none;
	
}

.text ul li a:hover {
	color: #a0a81d;
	text-decoration: underline;
}

#randomphotos {
	float: left;
	display: inline;
	width: 401px;
	margin-left: 20px;
	text-align: right;
}

.photo {
	border: solid 1px #302b28;
	padding: 2px;
	margin-bottom: 20px;
}

.photoNews {
	border: solid 1px #302b28;
	padding: 2px;
	margin-bottom: 10px;
}





/*MAIN CLASSES*/

a.textLink {
	color: #ececea;
	text-decoration: underline;
}

a:hover.textLink {
	color: #a0a81d;
	text-decoration: underline;
}

a.aanbodTitle 
{
   color: #a0a81d;
   font-weight: bold;
   text-decoration: none;
} 

a:hover.aanbodTitle 
{
   color: #a0a81d;
   font-weight: bold;
   text-decoration: none;
} 

a.newsTitle 
{
    color: #a0a81d;
    font-weight: bold;
    text-decoration: none;
}

a:hover.newsTitle 
{
    color: #a0a81d;
    font-weight: bold;
    text-decoration: none;
}

a.newsMore 
{
    color: #ececea;
    text-decoration: underline;
}

a:hover.newsMore
{
   color: #a0a81d;
   text-decoration: underline;
} 

a.footerLink 
{
    color: #7d7d7d;
    text-decoration: underline;
}

a:hover.footerLink
{
   color: #a0a81d;
   text-decoration: underline;
} 


a {
	color: #ececea;
	text-decoration: underline;
}

a:hover {
	color: #a0a81d;
	text-decoration: underline;
}







