/*	Copyright notice: 
	Copyright 2010, Pexer.nl Designz, K. Wiering.
	All rights reserved. */
body {
	padding: 0px;
	margin: 0px;
	color: #333;
	background: #FFF url(images/bg.jpg) repeat-x;
	background-attachment:fixed;
	background-position:bottom; 
}	

#page a:link {
	color: #666;
}
#page a:visited {
	color: #666;
}
#page a:hover {
	color: #118CC5;
}
#page a:active {
	color: #069;
}
#page{
	width:875px;
	margin-left:auto;
	margin-right:auto;
}
#page1{
	width:875px;
	margin-left:auto;
	margin-right:auto;
}
	
#header{
	background-image:url(images/headermenubg.jpg);
	height: 252px;
}

#banner{
	height:193px;
}

#nav {
	padding-left: 0px;
	clear: both;
	margin: 0;
	height:59px;
	font-weight:bolder;
	font-size:18px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: right;
}
#nav ul {
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	list-style: none;
	padding: 0;
}
#nav ul li {
	line-height:59px;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	background-image: url(images/lijn.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left:15px;
	padding-right: 15px;
	color: #CCC;
	text-decoration: none;
}
#nav li a:hover {
	background-image:url(images/hover.png);
	color: #4ab8eb;
}

#nav ul li.last a {
	background-image: none;
}
#nav ul li.last a:hover {
	background-image: url(images/hoverlast.png);
}

#content{
	color: #333;
	margin-top:0;
	padding-left: 50px;
	padding-bottom: 25px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 24px;
}
#title {
	color: #118CC5;
	font-size:22px;
	font-weight:bold;
	padding-top: 30px;
	padding-bottom: 40px;
}

#footer {
	width: 875px;
	margin-left:auto;
	margin-right:auto;
	font-family:Calibri;
	font-size:11px;
	text-align:center;
	padding: 10px;
	background-image: url(images/footer.png);
} 

.floatlft {
	padding-left: 10px;
	padding-right:10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.floatrght {
	padding-left: 10px;
	padding-right:10px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.nwschuin {
	font-style: italic;
	color: #19759E;

}
#page #content p img {
	text-align: right;
}
#buttons {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
}


.clearFloat {
	clear:both;
}

/* Table layout */
.frow {
	font-weight:bold;
	border-bottom:#09C solid 1px;
}
.rowG {
	border-bottom: #666 solid 1px;
	background:url(images/geweest.png);
	text-decoration:line-through;
}
.rowV {
	border-bottom: #666 solid 1px;
	background:url(images/vandaag.png);
}
.rowA {
	border-bottom: #666 solid 1px;
	background:url(images/aankomend.png);
}
	


