﻿        #presholder
        {
        	position: relative;
        	left: 0px;
        	top: 0px;
        	background-color: white;
        	display:block;
        	height:500px;
        	width:640px;
        
        }
        
        .plaat 
        {
        	position: absolute;
        	left: 10px;
        	top: 10px;	
        }
    
        #wit
        {
        	position: absolute;
        	left: 10px;
        	top: 10px;
        	width: 640px;
        	height: 500px;
        	z-index: 8;
        	background-color: #FFFFFF;
        	filter:alpha(opacity=0);
        	opacity: 0;
        }
        
        #p2p
        {
        	z-index:1;
        }
        
        #p2s
        {
        	z-index:1;
        }
        
        #s2p
        {
        	z-index:1;
        }
        
        #s2s
        {
        	z-index:20;
        }      
        
        #basis
        {
        	z-index: 21;
        }
        
        .klikVlakBoven
        {
        	position: absolute;
        	top: 10px;
            width: 120px;
            height: 70px;
            z-index: 30;
            cursor: pointer;
        	filter:alpha(opacity=0);
        	opacity: 0;
        	background-color:#FFFFFF;
        }
        
        #klikVlakp2p
        {
            left: 20px;
        }
        
        #klikVlaks2p
        {
            left: 190px;
        }   
                       
        #klikVlaks2s
        {
            left: 350px;
        }  
        
        #klikVlakp2s
        {
            left: 510px;
        }
        
        #trees
        {
        	position: absolute;
        	top: 0px;
        	left: 0px;
        }
        
        .detailTekst
        {
        	position: absolute;
        	height: 223px;
        	width: 429px;
        	z-index: 80;
        }
       
        #detail1
        {
        	top: 500px;
        	left: 40px;
        	background-image: url(./detail1.png);
        }
       
        #tekstLabelContainer
        {
            position: absolute;
            top: 500px;
            left: 40px;
            z-index: 100;
            filter:alpha(opacity=0);
            opacity: 0;
        }
        
        #tekstLabelLB
        {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 18px;
            height: 27px;	
            border: none;
        }
        
        #tekstLabelRB
        {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 32px;
            height: 27px;	
            border: none;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./textlabel__RB_Oranje.png',sizingMethod='image'); 
        }
        
        #tekstLabelRO
        {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 13px;
            height: 15px;	
            border: none;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./textlabel__RO.png', sizingMethod='image'); 
            
        }
        
        #tekstLabelLO
        {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 11px;
            height: 15px;	
            border: none;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./textlabel__LO.png', sizingMethod='image'); 
        }
        
        #tekstLabelRepB
        {
            position: absolute;
            left: 18px;
            top: 0px;
            height: 27px;
            background-image: url(./textlabel_rep_B_Oranje.png);
            background-repeat: repeat-x;	
        }
        
        #tekstLabelRepR
        {
            position: absolute;
            right: 0px;
            top: 27px;
            width: 13px;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./textlabel_rep_R.png',sizingMethod='crop'); 
            overflow: hidden;
        }
        
        #tekstLabelRepO
        {
            position: absolute;
            left: 11px;
            bottom: 0px;
            height: 15px;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./textlabel_rep_O.png',sizingMethod='crop'); 
            overflow: hidden;
        }
        
        #tekstLabelRepL
        {
            position: absolute;
            left: 0px;
            top: 27px;
            width: 2px;
            background-image: url(textlabel_rep_L.png);
            background-repeat: repeat-y;	
        }
        
        #tekstLabelInner
        {
        	background-color: white;
        	position: absolute;
        	left: 2px;
        	top: 27px;
        	padding: 5px;       
        	font-size: 12px; 	
        	font-family: Calibri;
        	color: #343434;
        	text-align: justify;
        }
       
        #tekstLabelTemp
        {
        	background-color: white;
        	position: absolute;
        	left: 2px;
        	top: 800px;
        	padding: 5px;       
        	font-size: 12px; 	
        	font-family: Calibri;
        	color: #343434;
        	text-align: justify;
        }
