BODY {
    margin: 0;
    padding: 0;
    text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #002c61;
	color: #3d3d3d;
}
BODY.green-bg {background-color: #004225;}
BODY.gold-bg {background-color: #796a29;}
BODY.purple-bg {background-color: #472451;}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {
	border: 1px solid #002c61;
	padding: 4px;
}
LABEL {cursor: pointer;}
H1, H2, H3, H4, H5, H6, P, UL, FORM, OL {
	padding: 0;
	margin: 0;
}
.content H1, .content H2, .content H3, .content H4,
.content H5, .content H6, .content P {margin: 10px 20px 0;}
.content P {
	font-size: 11px;
	margin: 0 0 15px 0;
	line-height: 120%;
}
.content UL, .content OL {
	font-size: 11px;
	margin: 10px 40px 0;
}
.content OL {margin: 10px 22px 0;}
.content A {
	color: #3d3d3d;
	text-decoration: underline;
}
.content A:HOVER {text-decoration: none;}
.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*  Page  */
#page {
    margin: auto;
    text-align: left;
	width: 966px;
}
.container {
	background-color: #fff;
	margin-top: 20px;
	padding: 18px 27px;
}
/*  Header  */
.header {padding-bottom: 10px;}
/*  Content  */
.content {padding-bottom: 80px;}
.header UL {
	list-style: none;
	float: right;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	z-index:1;
}
.header UL LI {
	font-size: 13px;
	position: relative;
	display: inline;
}
.header UL LI A {
	color: #3d3d3d;
	margin: 0 5px;
}
.header UL LI:HOVER DIV {display: block;}
.submenu {
	float: left;
	width: 213px;
	position: absolute;
	z-index:1;
	display: none;
	left: -10px;
	top: 10px;
	padding-top: 5px;
}
.submenu DIV {
	width: 213px;
	float: left;
	background: url("../images/bg/submenu-bg.png") repeat left top;
}
.header UL UL {
	background: #ffffff;
	padding-top: 0px;
	margin: 0 6px 6px;
	float: none;
}
.header UL UL LI.first A {margin-top: 25px;}
.header UL UL LI A {
	height: 31px;
	display: block;
	margin: 0 10px;
}
.header UL UL LI A:HOVER {
	font-weight: bold;
	text-decoration: none;
}
/*  Footer  */
.footer {
	text-align: right;
	padding: 15px 0; 
}
.footer UL {list-style: none;}
.footer UL LI {
	display: inline;
	font-size: 11px;
	color: #fff;
}
.footer A {color: #fff;}
.footer UL LI SPAN {margin: 0 5px;}
.main-content {
	float: left;
	width: 502px;
	display: inline;
	margin-left: 25px;
}
.content H2 {
	font-size: 18px;
	margin: 0 0 15px 0;
}
.news, .main-content {margin-top: 60px;}
.news {
	width: 243px;
	display: inline;
	margin-right: 25px;
	float: right;
}
.content .news UL {
	font-size: 12px;
	margin: 0;
}
.content .news UL LI {
	padding: 5px 0;
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #bfbfbf;
}
.content .news UL LI SPAN {font-weight: bold;}
.content .news UL LI A {
	text-decoration: none;
	text-align: left;
	width: 127px;
	float: right;
	margin-left: 10px;
}
.content .news UL LI A:HOVER {text-decoration: underline;}
.content .news UL LI.last {border: none;}
.box {
	float: left;
	width: 194px;
	text-align: center;
	color: #fff;
	display: inline;
	margin: 70px 12px 0 20px;
}
.box-top {
	padding-top: 26px;
	background: url("../images/bg/top-blue.gif") no-repeat left top;
}
.box-bg {background: url("../images/bg/bg-blue.gif") repeat-y left top;}
.box-bottom {
	background: url("../images/bg/bottom-blue.gif") no-repeat left top;
	height: 60px;
	text-align: right;
}
.box.purple {width: 198px;}
.box.purple .box-top {
	background: url("../images/bg/top-purple.gif") no-repeat left top;
}
.box.purple .box-bg {
	background: url("../images/bg/bg-purple.gif") repeat-y left top;
}
.box.purple .box-bottom {
	height: 56px;
	background: url("../images/bg/bottom-purple.gif") no-repeat left top;
}
.box.gold {width: 194px;}
.box.gold .box-top {
	background: url("../images/bg/top-gold.gif") no-repeat left top;
}
.box.gold .box-bg {
	background: url("../images/bg/bg-gold.gif") repeat-y left top;
}
.box.gold .box-bottom {
	height: 58px;
	background: url("../images/bg/bottom-gold.gif") no-repeat left top;
}
.box.green {width: 193px;}
.box.green .box-top {
	background: url("../images/bg/top-green.gif") no-repeat left top;
}
.box.green .box-bg {
	background: url("../images/bg/bg-green.gif") repeat-y left top;
}
.box.green .box-bottom {
	height: 54px;
	background: url("../images/bg/bottom-green.gif") no-repeat left top;
}
.content .box P {
	margin: 7px 23px 0;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 130%;
}
.content .box H2 {
	text-align: left;
	font-size: 16px;
	margin: 3px 23px 0;
}
A.pict {
	line-height: 0;
	font-size: 1px;
}
A.pict:HOVER IMG, .photo-frame UL LI A IMG:HOVER {opacity: 0.8;}
.box-bottom A {
	color: #fff;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 22px;
	position: relative;
	top: 14px;
}
.box-bottom A:HOVER {text-decoration: underline;}
.links {
	width: 190px;
	color: #fff;
	position: absolute;
	display: inline;
	bottom:4px;
	right:30px;
}
.links DIV {
	width: 192px;
	padding: 8px 0 12px 0;
	background: url("../images/bg/links-box-blue.png") repeat left top;
}
BODY.green-bg .links DIV {
	background: url("../images/bg/links-box-green.png") repeat left top;
}
BODY.purple-bg .links DIV {
	background: url("../images/bg/links-box-purple.png") repeat left top;
}
BODY.gold-bg .links DIV {
	background: url("../images/bg/links-box-gold.png") repeat left top;
}
.content .links H2 {margin: 0 20px;}
.content .links UL {margin: 0;}
.content .links UL LI {
	list-style: none;
	margin-top: 3px;
}
.content .links UL A {
	color: #fff;
/*	line-height: 140%;*/
	line-height: 15px;
	padding: 0 20px;
	display: block;
	text-decoration: none;
}
.content .links UL A:HOVER, .content .links UL A.active {
	font-style: italic;
	background: url("../images/icons/white-ic.gif") no-repeat 7px center;	
}
.flash {
	height: 249px;
	position:relative;
}
.separator {
	clear: both;
	height: 10px;
	line-height: 0;
	font-size: 0;
	margin: 5px 0 1px;
	border-top: 1px solid #C4C4C4;
}
.info-column.marg-info-col {margin-top: 64px;}
P.right-text {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 50px 0;
}
.content .info-column UL {margin: 0;}
.content .info-column UL LI {
	border-top: 1px solid #c4c4c4;
	list-style: none;
	float: left;
	width: 100%;
	padding: 15px 0;
}
.content .info-column UL LI.download {border-bottom: 1px solid #c4c4c4;}
.content .info-column UL LI A {
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.content .info-column UL LI IMG {
	float: left;
	margin-right: 20px;
}
.content .info-column UL LI A:HOVER IMG {opacity: 0.8;}
.text {
	float: left;
	width: 387px;
	margin-top: 60px;
	display: inline;
	margin-left: 40px;
}
.content .info-column UL LI SPAN {
	position: relative;
	top: 6px;
}
.content .info-column UL LI.route SPAN {top: 12px;}
.content .text OL, .content .text UL {margin-top: 0;}
.content .text H4 {padding-bottom: 0;}
.content P.no-bot {margin-bottom: 0;}
.content .photo-frame UL.pages LI {
	margin: 0;
	float: none;
	display: inline;
}
.content .photo-frame UL.pages A {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 6px;
	line-height: 0px;
	font-size: 1px;
	text-indent: -2000em;
	background-color: #b1b1b1;
	outline:none;
}
.content .photo-frame UL.pages A:HOVER,
.content .photo-frame UL.pages LI.selected A {background-color: #3d3d3d;}
.form-box {
    width: 659px;
    float: right;
    background: #d1d1d1 url(../images/bg/bg-form-box.gif) repeat-y left top;
    display: inline;
    margin: 25px 20px 0 0;
}
.top-form-box {
	background: url(../images/bg/top-form-box.gif) no-repeat left top;
	padding: 30px 0;
}
.bottom-form-box {background: url(../images/bg/bottom-form-box.gif) no-repeat left bottom;}
.form-content{
	width: 510px;
	margin-left: 37px;
	border-top: 1px solid #b9b8b8;
	padding: 15px 0 10px 0;
	float: left;
	display: inline;
}
.form-content.first { border-top: none; padding-top: 0;} 
.form-content H3.more-space { padding-top: 50px }
.form-content-message{
	width: 510px;
	margin-left: 55px;
	line-height:40px;
	float: left;
	display: inline;
}
.form-content.big{width: 582px;}
.form-content.big .form-row {margin-left: 0px;}
.form-content.no-border{
	border: none;
	padding: 0 0 5px 0;
}
.form-box  h2{
	margin: 10px 55px 15px 55px;
	position: relative;
}
.form-content h3{
	font-size: 14px;
	color: 3d3d3d;
	margin: 0 0 10px 18px;
}
.form-content img{
	margin: 0px 18px 5px 20px;
	float: left;
	display: inline;
}
.form-content p,
.form-content label{
	font-size: 12px;
	color: #3d3d3d;
	line-height: 120%;
	margin: 10px 0 0 0;
	float: left;
	display: inline;
}
.form-row{
	width: 100%;
	margin-left: 20px;
	padding-bottom: 5px;
	float: left;
	display: inline;
}
.form-row.padding-bot{padding-bottom: 15px;}
.form-content label{
	font-weight: bold;
	width: 85px;
	float: left;
	margin: 4px 0 0 0;
}
.form-content label.long{width: 185px;}
.form-content.big  label.long{ margin-left: 20px; }
.form-content label.long-two{ width: 170px;}
.form-content.big  label.long-two{ margin-left: 15px; }
.form-content input, .form-content textarea {
	border: none;
	border-top: 2px solid #bebbbb;
	border-right: 2px solid #bebbbb;
	background-color: #e8e4e4;
	color: #575757;
	font-size: 12px;
	padding: 0 3px 3px 3px;
	float: left;
}
.form-content input.input-check {
	padding: 0!important;
	margin-top: 4px;
}
.form-content textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 80px;
}
.form-content input.small { 
	width: 51px;
	font-size: 9px;
}
.form-content input#naam,
.form-content input#email,
.form-content input#phone, 
.form-content input#onderwerp, 
.form-content textarea{ width: 391px; }
.form-content input#adres-1{ width: 101px;}
.form-content input#adres-2{ 	
	width: 61px;
	margin-left: 28px;
}
.form-content input#adres-3{ 	
	width: 150px;
	margin-left: 35px;
}
.form-content select{
	width: 285px;
	float: left;
	display: inline;
}
.form-content span{
	float: left;
	width: 35px;
	margin: 0px 0 0 2px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 100%;
}
.form-content span.pers {
	font-size: 12px;
	margin-top: 6px;
}
.form-box button{
	float: right;
	display: inline;
	margin-right: 18px;
	border: none;
	background: url(../images/bg/bg-button.png) no-repeat left top;
	font-size: 12px;
	font-weight: bold;
	color: #3d3d3d;
	padding: 11px 0px 14px 0px;
	width: 89px;
	cursor: pointer;
}
.content H4 {
	padding: 12px 0;			
	margin: 0;			
	font-size: 14px;	
}
.content UL {
	padding: 0;
	margin: 0 0 0 16px;
}
.content UL LI {
	list-style-type: square;			
	line-height: 120%;
}
/* Content Frame */
.content-frame {
	float: left;
	background: url("../images/bg/content-separator.gif") repeat-y 230px top;
	margin-top: 60px;
	padding-bottom: 80px;
	width: 100%;
}
.info-column, .main-column  {display: inline;} 
.info-column {
	float: left;
	width: 175px;
	margin-left: 25px;
}
.content  .info-column P {font-size: 12px;}
.main-column {
	width: 530px;
	float: right;
	margin-right: 98px;
}
/* Photo Frame */
.photo-frame {
	float: right;
	width: 218px;
	margin-top: 60px;
}
.photo-frame UL {
	padding: 0;
	margin: 0;
}
.photo-frame UL LI {
	list-style: none;
	float: left;
	margin: 6px 26px 18px 0;
}
.header IMG, .content .info-column UL LI A IMG,
.flash IMG, .form-content IMG, A.pict IMG,
 .photo-frame UL LI A IMG {
 	border: none;
	padding: 0;
}
.content A.pgf {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.content A.pgf:HOVER IMG {opacity: 0.8;} 
.content .form-content A.pgf SPAN {
	width: auto;
	margin: 0;
	font-size: 12px;
	float: none;
	color: #3d3d3d;
	position: relative;
	top: 5px;
	line-height: 150%;
}
.photo-rotator {
	width:218px;
	overflow:hidden;
}
.photo-rotator ul li{
	width:218px;
	height:329px;
	margin:0px;
}
.photo-rotator ul a{
	margin: 6px 26px 18px 0;
	float:left;
	position:relative;
}

.empty-left-column {
	float:left;
	width: 301px;
	height: 20px;
}
