/* CSS Document */

body {
	background-color: #705A4B;
	font-family: Arial;
	color: #F1E8E0;
	font-size: 13px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h3               { text-align: center; font-size: 16px; }
.style1          { font-weight: bold; text-decoration: underline; }
.speciaal        { font-weight: bold; font-style: italic; }

a:link           { color: #425F9E; }
a:hover          { color: #ACC2FC; }
a:active         { color: #425F9E; }
a:visited        { color: #ACC2FC; }

HTML {scrollbar-3dlight-color:#7480B5;
      scrollbar-arrow-color:#B9BEF5;
      scrollbar-base-color:#766054;
      scrollbar-track-color:#705A4B;
      scrollbar-darkshadow-color:#B0846C;
      scrollbar-face-color:#766054;
      scrollbar-shadow-color:#705A4B
}

/*images*/
#header           { background-image: url(layout/header.jpg); background-repeat: no-repeat; width: 1003px; height: 142px; 
                    position: absolute; left: 0px; top: 35px; z-index: 4;}					
#topimage         { background-image: url(layout/poes.png); background-repeat: no-repeat; width: 351px; height: 300px; 
                    position: absolute; left: 0px; top: 0px; z-index: 5;}
#voetjes          { background-image: url(layout/voetjes.png); background-repeat: no-repeat; width: 89px; height: 101px; 
                    position: absolute; right: 20px; top: 50px; z-index: 6;}
#devtop           { background-image: url(layout/devtop.png); background-repeat: no-repeat; width: 110px; height: 26px; 
                    position: absolute; left: 74px; top: 315px; z-index: 7;}
#devbottom        { background-image: url(layout/devbot.png); background-repeat: no-repeat; width: 110px; height: 26px; 
                    position: absolute; left: 74px; top: 705px; z-index: 8; }	
#cat              { background-image: url(layout/cat-bg.png); background-repeat: no-repeat; width: 391px; height: 447px; 
                    position: absolute; right: 20px; top: 450px; z-index: 1;}
#pastel			  { background-image: url(layout/bloem.png); background-repeat: no-repeat; width: 177px; height: 160px; 
                    z-index: 12;}							
/*menu*/		   
#menu             { width: 172px; height: 359px; position: absolute; left: 40px; top: 345px; z-index: 10;}
a.menulist        { text-decoration: none; background-image: url(layout/knop-br.jpg); display: block; 
                    background-repeat: no-repeat; height: 26px; width: 140px; padding-top: 4px; padding-left: 0px;
					margin-left: 18px; color: #EBF0FF; font: bold 13px Verdana; text-align: center; }
a.menulistover    { text-decoration: none; background-image: url(layout/knop-bl.jpg); display: block; 
                    background-repeat: no-repeat; height: 26px; width: 140px; padding-top: 4px; padding-left: 0px;
					 margin-left: 18px; color: #EBF0FF; font: bold 13px Verdana; text-align: center; }
					
/*page tekst*/
.box              {position: absolute; width: 650px; left: 265px; top: 210px; background-color: #F1E8E0; color: #F1E8E0; padding-bottom: 20px;}
* html div.box    {padding-bottom: 0px;} /* IE Box model hack */

/* Positie divs */
#lb, #rb, #lo, #ro {position: absolute; width: 20px; height: 20px; background-color: #705A4B; color: #F1E8E0; overflow: hidden; z-index: 0; }
#lb {top: 0px; left: 0px; float: left;}
#rb {top: 0px; right: 0px; float: right;}
#lo {bottom: 0px; left: 0px; float: left;}
#ro {bottom: 0px; right: 0px; float: right;}

/* Bullet divs */
#lb-bullet, #rb-bullet, #lo-bullet, #ro-bullet 
{ position: absolute; font-size: 150px; font-family: arial; color: #F1E8E0; line-height: 40px; width: 64px; height: 16px;}
#lb-bullet        {left: -8px;}
#rb-bullet        {left:-25px;}
#lo-bullet        {top: -17px; left: -8px;}
#ro-bullet        {top: -17px; left: -25px;}

#content          {z-index: 1; position: relative; padding: 10px 20px 10px 20px; width: auto; color: #38456E; font-family: arial;                   text-align: justify;} 

/* webdesign */				
#VB              { width: 128px; height: 17px; position: absolute; right: 0px; margin-top: 2px; z-index: 11;
	               background-color: #9E8D86; top: 15px; text-align: center; }				
span.VBlink       { font-size: 8pt; }
										

