/* CSS Document */
body{font-size: 12px; margin:0px; height:100%; text-align:left;	font-family:Verdana, Arial, Helvetica, sans-serif; background-color:#ffffcc;}
/*body.bg{background:url(../images/bg.jpg) repeat-x;}*/




#container 
{
	position: absolute; 
	margin-left: -400px;
	left: 50%;
	margin-top:-300px;
	top:50%;
	width:800px;
	height:642px;
	z-index:1;
	visibility: visible;
	background-color: #FFFFCC;
	}

/*Layers voor layout*/

#top
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 760px;
	height: 120px;
	background:#FFFFCC;
	z-index: 50;
	}

#leftnav
{
	position: absolute;
	left: 10px;
	top: 130px;
	width: 120px;
	height: 360px;
	background: #734293;
	z-index: 50;
	}
	
#naw
{
	position: absolute;
	left: 670px;
	top: 370px;
	width: 120px;
	height: 241px;
	background-color: #F4EB3A;
	z-index: 501;
	}
	
#bottom
{
	position: absolute;
	left: 10px;
	top: 610px;
	width: 780px;
	height: 20px;
	background-color: #F4EB3A;
	z-index: 500;
	}
	
#teller
{
	position: absolute;
	left: 15px;
	top: 320px;
	width: 90px;
	height: 30px;
	z-index: 510;
	}
	
#tijden
{
	position: absolute;
	left: 15px;
	top: 340px;
	width: 130px;
	height: 100px;
	background-color:#F4EB3A;
	font-size: 9px;
	z-index: 510;
	}
	

/*Layer voor logo's leveranciers*/
	
#logos
{
	position:absolute;
	left: 250px;
	top: 490px;
	width: 420px;
	height: 120px;
	background-color:#ffffcc;
	z-index: 600;
	}
	
	
/*Layer voor foto pand*/
	
#pand
{
	position:absolute;
	left: 670px;
	top: 520px;
	width: 120px;
	height: 90px;
	background-color:#3366FF;
	z-index: 600;
	}
	
/* Layers in de IFrame */

#frametext
{
	position: absolute;
	left: -22px;
	top: -4px;
	width: 509px;
	height: 340px;
	background-color: #ffffcc;
	z-index: 100;
	margin-right:1px;
	margin-left:5px;
	
	}
	
#fotoPatrick
{
	position: absolute;
	left: 245px;
	top: 40px;
	width: 260px;
	height: 130px;
	z-index: 1110;
	}



/*Het IFrame*/

#Iframe
{
	position: absolute;
	left: 130px;
	top: 130px;
	width: 560px;
	height: 360px;
	background-color:#ffffcc;
	z-index: 100;
	}
	
/*Layers voor slideshow rechts en linksonder*/

#slideshow
{
	position: absolute;
	left: 670px;
	top: 130px;
	width: 120px;
	height: 239px;
	z-index: 500;
	background-color: #00FF33;
	}
	
#slideshow2
{
	position:absolute;
	left: 10px;
	top: 490px;
	width: 240px;
	height: 120px;
	z-index: 500
	}
/*Schaduw layers*/

#border_t
{
	position:absolute;
	left: 10px;
	top: 4px;
	width: 783px;
	height: 7px;
	background:url(../images/border_t.jpg);
	}
	
#border_b
{
	position: absolute;
	left: 10px;
	top: 630px;
	width: 783px;
	height: 12px;
	background:url(../images/border_b.jpg) repeat no-repeat;
	}

#border_l
{
	position: absolute;
	left: 4px;
	top: 3px;
	width: 6px;
	height: 639px;
	background:url(../images/border_l.jpg);
	}

#border_r
{
	position: absolute;
	left: 790px;
	top: 3px;
	width: 12px;
	height: 639px;
	background:url(../images/border_r.jpg);
	}
