/* 
Mei 2009
Door : Koen Haarbosch  |  Bit Squad
*/

/* --------------------------------------------- // -------- ALGEMENE SITE */

* {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	padding: 0; 
	margin: 0;
	border: 0;	
}

a:link { color: #008200; text-decoration: underline; } /*  niet bezochte link */
a:hover  { color: #008200; text-decoration: none;} /*  roll over  */
a:visited  { color: #008200; text-decoration: underline;} /*  roll over  */

/*
html {
	overflow: hidden;	
}
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%; /* font-size wordt op 100% van de browser instellingen van de gebruiker gezet, deze grootte wordt dus overgenomen */
  	background: #FFFFFF;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}
#wrapper {
	width: 995px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
	text-align: left;
}

/* --------------------------------------------- // -------- Instellen Fonts */
#menu, #footer, #teasersLeft, #teasersRight { font-size: 0.8em; }
/* #contentContainer { font-size: 0.65em; } */
#contentContainer { font-size: 0.75em; }

.titleContainer h1 { font-size: 1.2em; }

/* --------------------------------------------- // -------- Header */
#header {
	float: left;
	width: 995px;
	height: 84px;
	background: #fff;
}
#header img {
	float: left;	
	margin: 22px 0 0 41px;
}

#header .drpselect {
	float: right;
	position: relative;
	top: 118px;
	z-index: 999;	
	width: 166px;
	margin: 0 40px 0 0;
	background: #fff;
	border-top: solid 1px #808080;
	border-left: solid 1px #808080;
	border-right: solid 1px #d7d3cc;
	border-bottom: solid 1px #d7d3cc;
}

/* --------------------------------------------- // -------- topContainer */
#topContainer {
	float: left;	
	width: 995px;
	background: url(../_images/bg_canvas_top.jpg) no-repeat 0 0;
}
/* --------------------------------------------- // -------- topContainer */

#plattegrondContainer {
	float: left;
	width: 995px;
	height: 552px;
	background: url(../_images/bg_canvas_plattegrond.jpg) no-repeat top left;

}
/* --------------------------------------------- // -------- bottomContainer */
#bottomContainer {
	float: left;	
	width: 995px;
	padding: 0 0 30px 0;
	background: url(../_images/bg_canvas_middle.jpg) repeat-y 0 0;
}

/* --------------------------------------------- // -------- Col Left: Menu en content */
#menuContainer {
	float: left;
	width: 995px;
	margin: 30px 0 0 0;
	border-top: solid 2px #fff;
}

#menu {
	float: left;
	width: 970px;
	padding: 5px 0 5px 25px;
	background: #fff;
	filter: alpha(opacity=70); /* for IE5-7 */
	opacity: .7; /* for all other browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for IE8 */
}
#menuContainer img.shadow {
	float: left;
	border-top: solid 2px #fff;
	
}
#menu ul, #menu li {
	float: left;
	list-style: none;
}
#menu a {
	color: #008200;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: url(../_images/line_menu_item.gif) no-repeat right 3px;
}
#menu a.last { background: none; }

/* --------------------------------------------- // -------- content */
#contentContainer {
	/* Om de overflow bug in IE te fixen moet een fixed width en position:relative meegegeven worden aan de div die de overflow:hidden heeft */
	position:relative;
	width: 830px;
	height: 510px;
	margin: 21px 0 0 78px;
	overflow: hidden;

}
img#btn_route_left {
	position: absolute;
	z-index: 10;
	top: 65px;
	left: -100px;
	cursor: pointer;
}
img#btn_route_right {
	position: absolute;
	z-index: 10;
	top: 65px;
	left: 805px;
}

/* Alle locaties (content delen) */
#article, #plattegrond, #locatie01, #locatie02, #locatie03, #locatie04, #locatie05, 
#locatie06, #locatie07, #locatie08, #locatie09, #locatie010, 
#locatie011, #locatie012 {
	position:relative;
	left: 0px;
	top:0px;
	width: 830px;
	height: 509px;
	
}

/* Specifieke start locatie per locatie */
#article  
{
	left: 0px; 
   /* voor IE laden transp png */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../_images/bg_transp_1px.png');

}
#article[class]{
	/* voor overige browsers laden transp png */
	background: url(../_images/bg_transp_1px.png) repeat 0 0;
}




#plattegrond { left: 0px; }
#locatie01, #locatie02, #locatie03, #locatie04, #locatie05, 
#locatie06, #locatie07, #locatie08, #locatie09, #locatie010, 
#locatie011, #locatie012 
{ left: 830px; 
  /* voor IE laden transp png */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../_images/bg_transp_1px.png');
}

#locatie01[class], #locatie02[class], #locatie03[class], #locatie04[class], #locatie05[class], 
#locatie06[class], #locatie07[class], #locatie08[class], #locatie09[class], #locatie010[class], #locatie011[class], #locatie012[class]
{
	/* voor overige browsers laden transp png */
	background: url(../_images/bg_transp_1px.png) repeat 0 0;
}



#locatie01 { top: -509px;}
#locatie02 { top: -1018px;}
#locatie03 { top: -1527px;}
#locatie04 { top: -2036px;}
#locatie05 { top: -2545px;}
#locatie06 { top: -3054px;}
#locatie07 { top: -3563px;}
#locatie08 { top: -4072px;}
#locatie09 { top: -4581px;}
#locatie010 { top: -5090px;}
#locatie011 { top: -5599px;}
#locatie012 { top: -6108px;}

/* Ooggetuigen */
#ooggetuige01, #ooggetuige02, #ooggetuige03, #ooggetuige04, #ooggetuige05,
#ooggetuige06, #ooggetuige07, #ooggetuige08, #ooggetuige09, #ooggetuige10,
#ooggetuige11, #ooggetuige12 
{
	display: none;
}


.titleContainer {
	float: left;
	width: 760px;
	margin: 20px 0 13px 0;
	padding: 5px 25px 5px 45px;
	color: #008200;
	/* background: url(../_images/bg_transp_1px.png) repeat 0 0; */
	background: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.titleContainer h1 {
	float: left;
}
.titleContainer a {
	float: right;
	color: #008200;
	margin: 0 5px 0 0;
}
.titleContainer a.previous {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	background: url(../_images/line_vorige.gif) no-repeat right 3px;
}
.titleContainer a#next012 { display: none; }

.contentLocatie, .contentArticle {
	float: left;
	width: 425px;
	display: inline;

	margin: 0 25px 0 45px;
}
.contentArticle { width: 650px;}

.contentLocatie img, .contentArticle img {
	float: right;
	margin: 5px;
}

a.audio2  
{
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 2px 25px; 
	background: url(../_images/icons/icon_audio.gif) no-repeat 0 0; }
a.video2 { 
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 2px 25px; 
	background: url(../_images/icons/icon_video.gif) no-repeat 0 0; 
}

.contentLocatie p, .contentArticle p {
	margin: 5px 0 8px 0;
}

.mediaContainer {
	float: left;
	width: 307px;
}

.photoLocatie {
	float: left;
	width: 303px;
	height: 164px;
	
	border: solid 2px #fff;
}

.mediaLocatieContainer { float: left; }
.mediaLocatie {
	float: left;
	width: 303px;
	margin: 13px 0 0 0;
	background: #F6F6F6;
	border: solid 2px #fff;
}

.mediaLocatie dl {
	float: left;
	background: #F6F6F6;
}

.mediaLocatie dd.mediaTeaser {
	float: left;
	width: 114px;
	height: 89px;
	margin: 0 7px 0 0;
}
.mediaLocatie dd.mediaTeaser img {
	margin: 1px;
	border: solid 1px #000;
}
.mediaLocatie dt {
	float: right;
	width: 178px;
	color: #008200;
	font-weight: bold;
}

.mediaLocatie dd {
	float: right;
	width: 178px;
}
.mediaLocatie dd a {
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 2px 25px;
	
}
.mediaLocatie dd a.audio { background: url(../_images/icons/icon_audio.gif) no-repeat 0 0; }
.mediaLocatie dd a.video { background: url(../_images/icons/icon_video.gif) no-repeat 0 0; }



/* --------------------------------------------- // -------- TeaserLists */

/* --------------------------------------------- // -------- teasersLeft 
#teasersLeftCont {
	float: left;	
	width: 425px;
	background: #cc0000 url(../_images/bg_vel_middle.gif) repeat-y center top;
}

#teasersLeftCont2 {
	float: left;	
	width: 425px;
	background: url(../_images/bg_vel_top.gif) no-repeat top left;
}
*/
#teasersLeft {
	float: left;
	display: inline;
	width: 366px;
	padding: 35px 40px 30px 45px;
	margin: 20px 0 0 25px;
	background: url(../_images/bg_vel.gif) no-repeat top left;
}

#teasersRight {
	float: left;	
	display: inline;
	width: 366px;
	height: 469px;
	padding: 35px 40px 30px 45px;
	margin: 20px 0 0 25px;
	background: url(../_images/bg_vel.gif) no-repeat top left;
}

.teaserlist dl {
	float: left;
	margin: 0 0 10px 0;
	background: #fafaf9;	
}

.teaserlist dd.teaser {
	float: left;
	width: 125px;
	height: 125px;
	margin: 0 10px 0 0;
}
.teaserlist dd.teaser img {
	border: solid 1px #000;
}
.teaserlist dt {
	float: right;
	width: 225px;
	margin-bottom: 15px;
	color: #008200;
	font-weight: bold;
}
.teaserlist dt a { color: #008200; }

.teaserlist dd {
	float: right;
	width: 225px;
}

.teaserlist dl.tblockRight 
{
	margin: 20px 0 0 0;
}
.teaserlist dl.tblockRight dt
{
	float: none;
	margin: 0;
	width: 340px;
}

.teaserlist dl.tblockRight dt.title a 
{
	float: none;
	color: #008200;
	padding: 0 0 0 12px;
	background: url(../_images/arrow.gif) no-repeat 0 5px;
}

.teaserlist dl.tblockRight dd
{
	float: none;
	width: 340px;
	padding: 0 0 0 12px;
}
/* --------------------------------------------- // -------- Footer */
#footerContainer {
	float: left;	
	width: 995px;
	height: 82px;
	margin: 0 0 50px 0;
	border-top: solid 2px #fff;
	background: url(../_images/bg_canvas_bottom.jpg) no-repeat 0 0;
}
#footer {
	float: left;
	width: 960px;
	padding: 5px 35px 5px 0;
	text-align: right;
	background: #fff;
	filter: alpha(opacity=70); /* for IE5-7 */
	opacity: .7; /* for all other browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for IE8 */
}
#footerContainer img.shadow {
	float: left;
	border-top: solid 2px #fff;
	
}

#footer a {
	color: #008200;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: url(../_images/line_menu_item.gif) no-repeat right 3px;
}
#footer a.last { background: none; }
/* --------------------------------------------- // -------- Sitemap */
ul#sitemap li {
	padding: 0 0 0 12px;
	margin: 2px 0 0 5px;
	list-style: none;
	background: url(../_images/arrow.gif) no-repeat 0 5px;
}
ul#sitemap li a {
	color: #008200;
}
ul#sitemap li ul {
	margin: 0 0 5px 10px;
}

