html, body {
	background: #fff url(file/leftBar.gif) top left repeat-y;
  
	width: 100%;
	height: 100%;
  
	margin: 0px;
	padding: 0px;

	font-size: 0.9em;
}

img {
  border: 0px;
}


/*** CLASSES PAGE LAYOUT ***/

.pageHeader {
	position: absolute;
	background: #FFB503;

	top: 0px;
	left: 0px;
	
	margin: 0px;
	padding: 0px;
	
	border: 0px;

	width: 100%;
    height: 115px;
}

.pageLeft {
	position: absolute;
	background: #fff;
	
	top: 135px;
	left: 30px;
	
	margin: 0px;
	padding: 0px;
	
	xborder: 1px solid #ccc;
		
	width: 750px;
}

.pageRight {
	background: #fff;
	
	margin: 135px 10px 20px 760px; /* n6.01win n6mac won't recognize top margin for right box, so it goes in body */
	
	padding: 0px;
		
	text-align: right;
}


/*** MENU RECHTS ***/

#nav, #nav ul {
	display: block;  
	
	padding: 0px;
	margin: 0px;
	
	min-width: 200px;
	_width: 200px;
}

#nav li {
	list-style-type: none;

	padding-bottom: 5px;
	padding-right: 10px;
	
	text-align: right;
	font-size: 1.0em;
	color: #999;  
}

.active {
	background: url(file/square-orange.gif) right no-repeat;
	color: #FFB503;
}
.active a:link, .active a:visited {
	color: #FFB503;
	font-weight: bold;
	text-decoration: none;
  
	font-size: 1.0em;
	letter-spacing: 2px;
}

.inactive {
	background: url(file/square-gray.gif) right no-repeat;
}
.inactive a:link, .inactive a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
	letter-spacing: 2px;
}
.inactive a:hover {
	color: #FFB503;
}


/*** CLASSES HEADER ***/

.headerLogo {
	margin-left: 20px;
	margin-top: 10px;

	font-size: 50px;
	font-weight: bold;
	color: #fff;
}

.headerSearch {
	position: absolute;
  
	top: 10px;
	right: 20px;
}


/*** MENU TOP ***/

.headerMenu {
	position: absolute;

	top: 75px;
	right: 70px;

	font-weight: bold;
	font-size: 0.95em;
	letter-spacing: 2px;
}
.headerMenu a:link, .headerMenu a:visited {
	color: #fff;
	text-decoration: none;
}
.headerMenu a:hover, .headerMenu a:active {
	color: #fff;
}
.headerOpenCulture {
	position: absolute;

	top: 65px;
	right: 25px;
}


/*** CLASSES PAGE TEXT ***/

.pageTitle {
	width: 100%;
  
	border-bottom: 1px solid #ccc;
	
	margin-bottom: 15px;
	padding-bottom: 5px;
	
	font-size: 2.0em;
	font-weight: bold;
	color: #FFB503;
		
}

.pageAction {
	float: right;
	
	margin-top: 20px;
	margin-right: 10px;
	
	font-weight: normal;
	font-size: 0.5em;
}
.pageAction a:link, .pageAction a:visited {
	text-decoration: none;
	color: #000;
}
.pageAction a:hover, .pageAction a:active {
	color: #FFB503;
}


.pageTextBox {
	width: 700px;

	padding-bottom: 10px;
}

.pageText {
        float: left;  
	width: 600px;

	margin-left: 55px;
	padding-right: 30px;
	padding-bottom: 10px;
  
	font-family: georgia, palatino, "times new roman", times, serif;
	font-size: 1.1em;
	letter-spacing: 0.5px;
	line-height: 1.5em;
}
.pageText a:link, .pageText a:visited {
	text-decoration: none;
	color: #FFB503;
}
.pageText a:hover, .pageText a:active {
	text-decoration: underline;
	color: #FFB503;
}


/*** CLASSES FOOTER ***/

.pageFooter {
	xposition: absolute;
	xleft: 0px;
  
        float: left;
	width: 100%;
	height: 30px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	text-align: right;

	font-size: 1.0em;
	
}
.pageFooter a:link, .pageFooter a:visited {
	padding-right: 30px;
	text-decoration: none;
	color: #000;
}
.pageFooter a:hover, .pageFooter a:active {
	padding-right: 30px;

	color: #FFB503;
}





/*** CLASSES OVERIG ***/

.inputSearch {
	border: 0px;
	background: #fff;
	color: #000;
}

.formulier {
	margin-top: 20px;
	padding: 10px;
  
	border: 1px solid #999;
  
	margin-bottom: 25px;
}

.inputOrange {
	border: 1px solid #999;
	color: #FFB503;
	margin-top: 5px;
}

.handtekening {
	float: left;
	width: 180px;
	height: 60px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.handtekeningNaam {
	display: inline;
	color: #FFB503;
	font-weight: bold;
	text-transform: capitalize;
}
.handtekeningFunctie {
	display: inline;
	color: #999;
	font-style: italic;
	text-transform: lowercase;
	font-size: 0.8em;
}

.orangeText {
	display: inline;
	color: #FFB503;
}

.newsMessage {
  width: 100%;
  margin-bottom: 20px;
}

.navLink {
  display: inline;
  padding-top: 10px;

  border-top: 1px solid #ccc;
  font-weight: bold;
}
.navLink a:link, a:visited {
  color: #000;
  text-decoration: none;
}
.navLink a:hover, a:active {
  color: #FFB503;
}


.newsTitle {
  display: inline;
  float: left;
  padding-bottom: 5px;
  margin-botom: 25px;
  border-bottom: 1px dotted #999;

  font-weight: bold;
  color: #000;
}

.newsDate {
  display: inline;
  float: right;

  font-size: 10px;
  color: #FFB503;
  font-style: italic;
}

p.textTitle {
	display: inline;
	color: #FFB503;
	font-size: 1.7em;
	font-weight: bold;
}

p.formTitle {
	display: inline;
	color: #FFB503;
  
	font-size: 1.3em;
	
	margin-bottom: 15px;
}

p.formTitleText {
	display: inline;
	color: #999;
  
	font-size: 0.8em;
}

p.pageLetter {
  padding-right: 30px;
  padding-bottom: 20px;
  background: url(/file/comma-down.gif) bottom right no-repeat;
}