/*
 * donkerpaars: #876aaf;
 * lichtpaars: #d0cddb;
 * achtergrond: #e4e4e4;
 * 
 */
 
.left {
    float: left
}

.right {
    float: right;
}

* {
	margin: 0;
	padding: 0;
}

body{
	text-align:center;
	background-color: #e8e8e8;
	background-image: url("../images/body_bg_tile.gif");
	background-position: top;
	background-repeat: repeat-x;
}

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto; 
	min-height: 100%;
}

#wrapper{
	width: 958px;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #876aaf;
	border-right: 1px solid #876aaf;
}

#header {
	width: 958px;
	height: 130px;
	border-bottom: 10px solid #886aaf;
	margin-bottom: 40px;
}

#header a img {
	border: 0px;
}

.logo {
	margin-top: -25px;
	margin-left: -30px;
	float: left;
}

.logo_nvkh {
	margin-top: -32px;
}

.headerfoto {
	float: right;
}                

#menu{
	margin-top: 0px;
	padding: 0;
	background-color: #d0cddb;
	background-image: url("../images/body_bg_tile.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 60px;
	text-align: left;
}
#menu ul{
	list-style: none;
	margin-left: 223px;
	padding:0;	
}
#menu li{
	display: block;
	float: left;
	height: 60px;
	width: 105px;
	text-align: center;
	padding: 0;
	color: #886aaf;
}
#menu li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #886aaf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 23px;
}
#menu li a:link{
	text-decoration: none;
}
#menu li a:visited{
	text-decoration: none;
}
#menu li a:hover{
	text-decoration: none;
	background-image: url("../images/menu_mouseover_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	color: #fff;
}
#menu li a:active{
	text-decoration: none;
}
#menu li a:visited:hover{
	text-decoration: none;
	color:#ffffff;
}
#menu li a.current{
	color:#ffffff;
	background-image: url("../images/menu_mouseover_bg.gif");
	background-position: top;
	background-repeat: repeat-x;
}
.maincontent {
	float: left;
	width: 958px;
	border-left: 1px solid #876aaf;
	border-right: 1px solid #876aaf;
	margin-left: -1px;
	padding-bottom: 40px;
}
#footer {
	position: relative;
	height: 50px;
	margin-top: -50px;
	clear: both;
	background-color: #d1cddb;
}

#footer_content {
	width: 958px;
	height: 50px;
	margin: 0 auto;
	background-color: #d1cddb;
	border-left: 1px solid #876aaf;
	border-right: 1px solid #876aaf;
}

#footer_content img {
	border: 0;
}

#footer_content img.pixelme {
    margin-top: 8px;
    margin-right:10px;
}

#welkom_content {
	width: 572px;
	float: left;
	margin-left: 40px;
}

#welkom_content img {
	float: right;
	border: 2px solid #876aaf;
	margin-left: 20px;
}

#nieuws_content img {
	border: 2px solid #876aaf;
	margin-bottom: 10px;
}


#links_content {
	width: 918px;
	float: left;
	margin-left: 40px;
}

#full_width_content {
    width: 880px;
	float: left;
	margin-left: 40px;
}

#nieuws_content {
	width: 266px;
	float: right;
	margin-right: 40px;
}

#contact_content {
	width: 420px;
	float: left;
	margin-left: 40px;
}

#google_maps {
	width: 420px;
	float: right;
	margin-right: 40px;
}

.homepage_lokker {
	margin-left: 40px;
	width: 266px;
	float: left;
}

.homepage_lokker img{
	margin-bottom: 10px;
}

.homepage_lokker a img {
	border: 2px solid #d0cddb;
}

.homepage_lokker a img:hover {
	border: 2px solid #876aaf;
}

p {
	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
	line-height: 18px;
	margin-bottom: 20px;
}

table#tarieven p {
    margin-bottom: 10px;    
}

p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	float: right;
	margin: 18px 20px 0 0;
}

p.footer a {
	color: #876aaf;
}
p.footer a:link {
	color: #876aaf;
	text-decoration: underline;
}
p.footer a:hover {
	text-decoration: none;
}

p a {
	color: #876aaf;
}

p a:link {
	color: #876aaf;
	text-decoration: none;
    font-weight: bold;
}

p a:visited {
	color: #876aaf;
	text-decoration: none;
}

p a:hover {
	color: #876aaf;
	text-decoration: underline;
}

p a:active {
	color: #fb331c;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma;
	font-weight: bold;
	color: #876aaf;
	font-size: 22px;
	margin-bottom: 15px;
}

h1 a {
	color: #876aaf;
}

h1 a:link {
	color: #876aaf;
	text-decoration: none;
}

h1 a:visited {
	color: #876aaf;
	text-decoration: none;
}

h1 a:hover {
	color: #876aaf;
	text-decoration: underline;
}

h1 a:active {
	color: #fb331c;
	text-decoration: underline;
}

h2 {
	font-family: Tahoma;
	font-weight: bold;
	color: #876aaf;
	font-size: 18px;
	margin-bottom: 15px;
}

h2 a {
	color: #876aaf;
}

h2 a:link {
	color: #876aaf;
	text-decoration: none;
}

h2 a:visited {
	color: #876aaf;
	text-decoration: none;
}

h2 a:hover {
	color: #876aaf;
	text-decoration: underline;
}

h2 a:active {
	color: #fb331c;
	text-decoration: underline;
}

input {
	border: 1px solid #876aaf;
	padding: 2px;
	margin-right: 5px;
	background-color: #e8e8e8;
	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
}

textarea {
	border: 1px solid #876aaf;
	padding: 2px;
	background-color: #e8e8e8;
	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
}

select {
	border: 1px solid #876aaf;
	background-color: #e8e8e8;
	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
}

.iframe {
	border: 1px solid #876aaf;
}    

.link {
	width: 142px;
	height: 200px;
	margin: 0px 40px 40px 0px;
	float: left;
	text-align: center;
}

.link a img {
	border: 1px solid #d0cddb;
}

.link a img:hover {
	border: 1px solid #876aaf;
}

#teller {
	width: 80px;
	height: 15px;
	float: left;
	margin: 15px 0px 0px 5px;
}
