body {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	font: normal normal normal .8em/1.4em helvetica, arial, sans-serif;
	text-align:left;
	color: #CCC;
	background-color: #CCC;
	height:100%;
}

#left
{
	position: fixed;
	width: 160px;
	background-color: transparent;
	color: #FFF;
	left: 20px;
	top: 20px;
	padding: 190px 15px 25px 15px;
	background-image: url(../img/leftn.png);
	background-repeat: no-repeat;
	background-position: center top;
}

* html #left {width: 190px;}


a {outline:0;}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	color: rgb(25,37,88);
	}

h1 { font: bold normal normal 1.5em helvetica, arial, sans-serif; }
h2 { font: bold normal normal 1.4em helvetica, arial, sans-serif; }
h3 { font: bold normal normal 1.2em helvetica, arial, sans-serif; }
h4 { font: bold normal normal 1.1em helvetica, arial, sans-serif; }
h5 { font: bold normal normal 1.0em helvetica, arial, sans-serif; }

h5 {margin: 0; }
	

p { margin: 0 0 1em 0; }

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


ol
{
	margin: 30px 0 15px 30px;
	padding: 0;
}

ol li
{
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: 10px;
}


a img { border: none; }

a:link, a:visited {
	text-decoration: none;
	color: #FF0;
	font-weight: bold;
	}


a:hover {
	text-decoration: none;
	color: #FFF;
	}
	

	
.dijk
{
	font: normal normal normal 1em/1.4em helvetica, arial, sans-serif;
	color: rgb(130,210,99); 
}

.paal
{
	font: normal normal normal 1em/1.4em helvetica, arial, sans-serif;
	color: rgb(30,182,232); 
}
	
	
	
#informatie a.vancouver:link, #informatie a.vancouver:visited {

	color: rgb(243,152,0);
}

#informatie a.vancouver:hover {

	color:rgb(229,188,53);
}	
	
	
#informatie a.sydney:link, #informatie a.sydney:visited {

	color:rgb(255,207,125);
}

#informatie a.sydney:hover {

	color:rgb(229,188,53);
}

#informatie a.seattle:link, #informatie a.seattle:visited {

	color:#FFF;
}

#informatie a.seattle:hover {

	color:rgb(229,188,53);
}

#informatie a.lakeside:link, #informatie a.lakeside:visited {

	color:rgb(130,210,99);
}

#informatie a.lakeside:hover {

	color:rgb(160,240,129);
}


#informatie a.lighthouse:link, #informatie a.lighthouse:visited {

	color:rgb(30,182,232);
}

#informatie a.lighthouse:hover {

	color:rgb(50,202,252);
}
	
#achtergrond {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#achtergrond img{
	overflow: hidden;
	border:none;
}

#header
{
	position:absolute;
	left:0px;
	top:0px;
	height: 100px;
	width:100%;
	text-align:center;
	padding-top:20px;
}

#container
{
	position: absolute;
	top: 30px;
	width:100%;
	background-color: transparent;
	bottom:0px;
	text-align:left;
}

#centerbox {

	text-align:center;
	height:100%;
	padding-top:8%;
}

#viewer {
	
	position:absolute;
	text-align: center;
	background-color: #FFF;
	height:100%;
	width:100%;
	opacity:0.7;
}



#zoom img{

	border: 1px solid #666;
	display:block;
	margin:0 auto;
}


#viewer img:hover{

	border: 1px solid #CCC;

} 


#horizon {
   position:absolute;
   top: 49%;
   left: 0px;
   width:100%;
   margin-top: -300px;
   text-align: center;
 }
 
#midden {
   position:absolute;
   top: 40%;
   left: 0px;
   width:100%;
   margin-top: -80px;
   text-align: center;
 } 
 
#cms
{
	background-color: transparent;
	position: relative;
	text-align: left;
	width:260px;
	height: 160px;
	margin: 0px auto;
	color: #333;
}
  
#wrapper
{
	background-color: transparent;
	position: relative;
	text-align: center;
	width:100%;
	height: 600px;
	margin: 0px auto;
	color: #CCC;
}

#wrapper img{

	border: 1px solid #999;

}


#wrapper img:hover{

	border: 1px solid #333;
} 

#terug
{
	background-color: transparent;
	position: absolute;
	width:40px;
	height: 40px;
	top: 46%;
	left: 10px;
}

#terug img, #verder img {

	display:block;
} 

#verder
{
	background-color: transparent;
	position: absolute;
	width:40px;
	height: 40px;
	top: 46%;
	right: 10px;
}

#close
{
	background-color: transparent;
	position: absolute;
	width:40px;
	height: 40px;
	top: 10px;
	right: 10px;
}

#onderwerp
{
	position: absolute;
	top:-30px;
	left:50%;
	margin: 0 -300px;
	width: 600px;
	height:30px;
}


#navigatie ul
{
	color: #FFF;
	
}

#navigatie li
{
	padding:0;
	position:relative;
	
}

/* fix voor extra verticale ruimte van links in list items (YAIEB) */

* html #navigatie ul li a, * html #content ul li a  {height:1em; }

* html #navigatie ul li, * html #content ul li  
{
	height:1em;
	float:left;
	width:100%;
}

/*display block en de achtergrond kleur is nodig om OPERA 9 css menu bug te fixen*/



#tekst a:link, #tekst a:visited
{
	color: rgb(25,37,88);
	text-decoration:underline;
}

#tekst a:hover
{
	color:rgb(243,152,0);
	text-decoration:underline;
}

#navigatie a
{
	display: block;
	background-color:transparent;
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
}

#navigatie li a:link, #navigatie li a:visited{
	
	color: rgb(7,31,87);
	font-size:1em;
}

#tekst li a:link, #tekst li a:visited {
	
	color: #FFF;
	font-size:1em;
}

#navigatie li a:hover, #tekst li a:hover {
	
	color: #FF0;
}

#navigatie li ul li a:link, #navigatie li ul li a:visited, #tekst li ul li a:link, #tekst li ul li a:visited  {
	
	color: #FFF;
}

#navigatie li ul li a:hover, #tekst li ul li a:hover {
	
	color: #FF0;
}




#left #navigatie li a.current:link, #left #navigatie li a.current:visited {
	text-decoration: none;
	color: #FF0;
	font-weight: bold;
}
	
	
	
#left #navigatie li a.current:hover {
	text-decoration: none;
	color: #FFF;
}

.drijfwoningen
{
	background-image: url(../img/oranje.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#left #navigatie ul li.drijfwoningen a {font-weight: bold; }


#left #navigatie ul li.dijkwoningen 
{
	background-image: url(../img/groen.png);
	background-repeat: no-repeat;
	background-position: left top;	
	font-weight: bold;
}

#left #navigatie ul li.dijkwoningen a
{
	font-weight: bold;
}

.paalwoningen
{
	background-image: url(../img/blauw.png);
	background-repeat: no-repeat;
	background-position: left top;	
	font-weight: bold;
}

#left #navigatie ul li.paalwoningen a
{
	font-weight: bold;
}

#left #navigatie ul li .oranje { color: rgb(243,152,0); }
#left #navigatie ul li .groen { color: rgb(130,210,99); }
#left #navigatie ul li .blauw { color: rgb(0,152,202); }

#left #navigatie ul li a.nieuwslink:link, #left #navigatie ul li a.nieuwslink:visited { color: rgb(243,152,0); font-weight:bold; }
#left #navigatie ul li a.nieuwslink:hover { color: #FF0; font-weight:bold; }

#navigatie ul li.open ul li{

	padding-left:13px;

}

#navigatie ul li.open li ul {

		padding-bottom:3px;
}


#rechts {

	position: absolute;
	color:#000;
	top:0;
	right:20px;
	width:725px;
	color: rgb(25,37,88);
	
}

#rechts ul li a:link, #rechts p a:link, #rechts ul li a:visited, #rechts p a:visited{

	color: rgb(25,37,88);
	
}

#rechts ul li a:hover, #rechts p a:hover{

	color: #6CF;
	
}

#beeld
{
	position: absolute;
	top: 0;
	left: 0px;
	width: 350px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 1px solid #666;
	overflow:hidden;
}

#beeld img {
	
	display:block;
}


#tekst
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 330px;
	background-color: rgb(234,242,243);
	padding: 20px 5px 20px 15px;
	border: 1px solid #666;
	opacity: 0.7;
}

* html #tekst{

	width:352px;

}


#banner
{
	position: absolute;
	top: 540px;
	left: 0px;
	background-color: #C00;
	left:auto;
	text-align: left;
	color:#FFF;
	padding: 15px 25px;
}

#rechterbanner
{
	position: absolute;
	top: 540px;
	right: 0px;
	background-color: #C00;
	left:auto;
	text-align: right;
	color:#FFF;
	padding: 15px 25px;
	
}

#banner h1, #rechterbanner h1
{
	line-height:32px;
	margin: 0;
}
#rechterbanner a:link, #rechterbanner a:visited
{
	color:#FFF;
}

#rechterbanner a:hover
{
	color:#000;
}

/*
#banner {

	text-align: left;
}

#banner img, #rechterbanner img
{
	display:block;
}

#banner a, #banner a img, #rechterbanner a, #rechterbanner a img
{
	border:none;
}
*/

#nieuws
{
	float:right;
	color: #000;
	margin: 0 20px 15px auto;
	width: 760px;
}

div.nieuwsitem
{
	position:relative;
	color: #000;
	width: 725px;
	padding-bottom : 15px;
	background-image: url(../img/nieuwsn.png);
	overflow:hidden;
	padding:15px;
	margin-bottom:15px;
	border:1px solid rgb(243,152,0);
}

div.nieuwsitem h3 span
{
	font-size:12px;
	font-weight:normal;
}

div.nieuwsitem h3 span
{
	font-size:12px;
	font-weight:normal;
}


div.nieuwsbeeld
{
	float:left;
	width: 352px;
	background-color: transparent;
	background-repeat: no-repeat;
	
}

div.nieuwsbeeld img {
	
	display:block;
	border: 1px solid #666;
	margin-bottom:15px;
}


div.nieuwstekst
{
	float: right;
	top: 35px;
	right: 0px;
	width: 330px;
	padding: 20px 5px 20px 15px;
	background-color: rgb(234,242,243);
	border: 1px solid #666;
	opacity: 0.8;
	white-space: normal;
}

* html #nieuwstekst{

	width:352px;

}

#informatie
{
	position: absolute;
	left: 300px;
	top: 50px;
	width: 380px;
	height: 60px;
}


#inschrijven {
	position:absolute;
	left:0px;
	bottom:14%;
	width:450px;
	height:63px;
}

#rechts form#info a:link, #rechts form#info a:visited {

	color:rgb(25,37,88);
	text-decoration:underline;
}



#contactbox {
	position:relative;
	margin-top:20px;
	
}

#contactbox ul{

	margin-bottom:10px;
}

#maillink {
	margin-top:2em;
}

#paradiso {

	position: absolute;
	bottom:10px;
	right:15px;
	border: 1px solid #666;	
}

#formulier {

	position: absolute;
	top:0px;
	left:300px;
	right:15px;
	background-color:transparent;
}

form {
	margin-top:25px;
}

input.adminbutton
{
	margin:0px;
	padding:0px;
	width: 84px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	border: none;
	background-image: url(../img/adminbutton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

input.adminbutton:hover {

	background-position: 0px -32px;
}

input { 
	background-color: transparent;
	background-image: url(../img/dark.png);
	color:#333;
	border:1px solid #666;
	padding:2px;
}

select { 
	background-color: rgb(15,15,15); 
	color:#333;
	border:1px solid #666;
}

textarea { 
	background-color: transparent;
	background-image: url(../img/dark.png); 
	color:#333;
	border:1px solid #666;
	padding:2px;
	text-align:left;
}

#honderdzestig {
	width:160px;
}

.feedback
{
	font-weight: bold;
	font-size: 14px;
	line-height:18px;
	color: #FF0;
}

.afbeelding_rechts
{
	float:right;
	margin: 5px 5px 5px  5px;
}

.afbeelding_links
{
	float:left;
	margin: 5px 5px 5px 10px;
}


a.darklink:link, a.darklink:visited {
	text-decoration: underline;
	color: #C03;
	font-weight: bold;
	}

a.darklink:hover {
	text-decoration: underline;
	color: #333;
	}
	
a.greylink:link, a.greylink:visited {
	text-decoration: underline;
	color: #333;
	font-weight: normal;
	}

a.greylink:hover {
	text-decoration: underline;
	color: #C03;
	font-weight: normal;
	}	
	
a.redlink:link, a.redlink:visited {
	text-decoration: none;
	color: #C03;
	font-weight: bold;
	font-size:16px;
	}

a.red:hover {
	text-decoration: none;
	color: #333;
	}	
	
iframe { 
	margin-bottom: 10px;
	width:630px;
	height:450px; 
	border: 1px solid #666;
}

#route {
	font: bold normal normal 1.2em helvetica, arial, sans-serif;
	color:#C03;
}

#foto {visibility:hidden;}


.linksfloater
{
	float:left;
	margin:8px 8px 8px 0px;
}

.rechtsfloater
{
	float:right;
	margin:8px 0px 8px 8px;
}

#oranjekader {

	position: relative;
	width:250px;
	margin:25px 0 25px -15px;
	background-color:rgb(243,152,0);
	color:#FFF;
	padding:15px 15px 15px 15px;
}


#oranjekader ul, #oranjekader li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#oranjekader ul{
	margin-bottom:15px;
	}
	
#oranjekader ul.geenbottommargin {margin-bottom:0px; }
	
#rechts #tekst #oranjekader li a:link, #rechts #tekst #oranjekader li a:visited {

	color:#FFF;
}	
	
#rechts #tekst #oranjekader li a:hover {

	color:rgb(25,37,88);
}

#rechts #tekst a.oranjelink:link, #rechts #tekst a.oranjelink:visited {

	color:rgb(243,152,0);
}	
	
	
#rechts #tekst a.oranjelink:hover {

	color:rgb(25,37,88);
}



#groenkader {

	position: relative;
	width:250px;
	margin:25px 0 25px -15px;
	background-color:rgb(130,210,99);
	color:#FFF;
	padding:15px;
}


#groenkader ul, #groenkader li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#groenkader ul{
	margin-bottom:15px;
	}
	
#groenkader ul.geenbottommargin {margin-bottom:0px; }
	
	

#rechts #tekst a.groenelink:link, #rechts #tekst a.groenelink:visited {

	color:rgb(130,210,99);
}	
	
	
#rechts #tekst a.groenelink:hover {

	color:rgb(25,37,88);
}


#blauwkader {

	position: relative;
	width:250px;
	margin:25px 0 25px -15px;
	background-color:rgb(0,152,202);
	color:#FFF;
	padding:15px;
}


#blauwkader ul, #blauwkader li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#blauwkader ul{
	margin-bottom:15px;
	}
	
#blauwkader ul.geenbottommargin {margin-bottom:0px; }
	
#rechts #tekst a.blauwelink:link, #rechts #tekst a.blauwelink:visited {

	color:rgb(0,152,202);
}	
	
	
#rechts #tekst a.blauwelink:hover {

	color:rgb(25,37,88);
}

#rechts #tekst ul.bp
{
	margin:0px 0px 15px 0px;

}

/* ------------------------------------ opmaakstuff ----------------------------- */
.blok {display:block;}
.vet { font-weight: bold;}
.normaal { font-weight: normal;}
.zwart {color:#000;}
.oranje { color: rgb(243,152,0); }
.groen { color: rgb(130,210,99); }
.blauw { color:rgb(0,152,202); }
.geel {color: #FF0}
.donkerblauw { color:rgb(25,37,88);}
.rechts { text-align: right; }
.rood {color:#C03;}
.klein {font-size: 11px; line-height: 14px;}
.cursief { font-style: italic; }
.geenbottommargin {margin-bottom:0;}
.tienbottommargin {margin-bottom:10px;}
.vijftienbottommargin {margin-bottom:15px;}
.twintigbottommargin {margin-bottom:20px;}
.dertigbottommargin {margin-bottom:30px;}
