﻿/* CSS document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #d51304 url("../images/bg.jpg") top repeat-x;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #6f6b66;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
}

a:focus, a:active {
	outline: 0;
	 -moz-outline: none;
}

img {
	border: none;
}

h1 {
	color: #6f6b66;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
	color: #6f6b66;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

h3 {
	color: #6f6b66;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	padding-top: 15px;
	margin: 0;
}
/**************************************/


/* Algemeen lay-out */
#wrapper {
	width: 988px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#container {
	background-color: #f1f1f1;
	width: 988px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#header {
	background: url("../images/header.jpg") top left no-repeat;
	width: 988px;
	height: 99px;
}

#adres {
	width: 135px;
	height: 55px;
	padding-right: 70px;
	padding-top: 20px;
	float: right;
}

#adres p {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
}

#logoleft {
	background: url("../images/logoleft.png") top left no-repeat;
	width: 127px;
	height: 150px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

#logoright {
	background: url("../images/logoright.png") top left no-repeat;
	width: 262px;
	height: 87px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 127px;
}

#headerimg {
	background: url("../images/headerimg.png") top left no-repeat;
	width: 193px;
	height: 93px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 280px;
}

#banner {
	width: 279px;
	height: 566px;
	float: left;
}

#content {
	width: 486px;
	height: 566px; /* 100% */
	float: left;
	border-right: 1px solid #9c9c9c;
}

#content .tekst {
	width: 426px; /* 486px */
	padding-top: 70px; /***** SPACING ONDER IMAGE ******/
	padding-left: 40px;
	padding-right: 20px;
}

#content .tekst a {
	color: #6f6b66;
	text-decoration: none;
}

#content .tekst a:hover {
	color: #6f6b66;
	text-decoration: underline;
}

#content .tekst-volg {
	width: 426px; /* 486px */
	padding-top: 25px; /***** SPACING ONDER IMAGE ******/
	padding-left: 40px;
	padding-right: 20px;
}

#content .tekst-volg a {
	color: #6f6b66;
	text-decoration: none;
}

#content .tekst-volg a:hover {
	color: #6f6b66;
	text-decoration: underline;
}

#contenttop {
	width: 486px;
	height: 57px;
	border-bottom: 1px solid #9c9c9c;
	display: block;
	margin-bottom: 58px;
}

#contenttopvolg {
	width: 486px;
	height: 57px;
	border-bottom: 1px solid #9c9c9c;
	display: block;
	margin-bottom: 2px;
}

#sidebar {
	width: 178px; /* 222px; */
	height: 544px; /* 566px */
	float: left;
	padding-top: 22px;
	padding-left: 22px;
	padding-right: 22px;
}

#sidebar p {
	padding: 0;
	line-height: 15px;
}

#sidebar img {
	border: 2px solid #b9b9b9;
	margin-top: 5px;
	margin-bottom: 5px;
}

#news {
	background: url("../images/news.gif") top left no-repeat;
	width: 156px; /* 178px */
	height: 30px; /* 59px */
	margin-top: 20px;
	padding-top: 29px;
	padding-left: 11px;
	padding-right: 11px;
}

#news input.email {
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #858585;
	font-size: 12px;
	border: 0;
	background: none;
	width: 153px;
}	
/**************************************/


/* Main menu */
.mainmenu {
	background: url("../images/menubg.gif") top repeat-x;
	width: 988px;
	height: 31px;
	overflow:hidden;
	position: relative;
}

.mainmenu ul, .mainmenu li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mainmenu li {
	display: inline;
}

.mainmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	z-index: 30;	
}

.mainmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

.mainmenu li a {
	float: left;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	text-align: center;
	height: 36px; /* 31px */
	padding: 5px 18px 0 18px;
	margin: 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.mainmenu li a:hover, .mainmenu li a.active{
	background: url("../images/menuactive.gif") top repeat-x;
	color: #FFF;
	text-decoration: none;
}
/**************************************/


/* Footer  */
#footer {
	background: url("../images/footerbg.jpg") top no-repeat;
	width: 988px; /* 988px */
	height: 44px; /* 54px */
	padding-top: 10px;
	text-align: center;
	position: relative;
}

#footer p {
	padding: 0;
	line-height: normal;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer span {
	padding: 0 18px;
}

#footer p.disc {
	position: absolute;
	top: 10px;
	right: 18px;
}

#footer p.disc a {
	color: #8a8d95;
	text-decoration: none;
}

#footer p.disc a:hover {
	color: #8a8d95;
	text-decoration: underline;
}
/**************************************/

