/* stijlen tekst */

	body      
		{font:10pt/1.5 'Century Gothic', sans-serif;
		 line-height: 15px;
		 color: #474747;
         background-image:url('images/general_bg.jpg');
         margin-top: 10px;}

	td,th,p
		{font:10pt/1.5 'Century Gothic', sans-serif;
		 line-height: 18px;
		 color: #474747;
		 text-decoration: none;
         text-align: left;
         }
         
         
    .main_table      {background-image:url('images/bg_center.jpg');
    width: 950px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;}
    
    .menu_table    {
        padding: 2px 30px;
        vertical-align: top;}
        
     .content_table    {
        padding: 0px 30px;
        text-align: justify}
  
	a		{
		 color: #474747;
         text-decoration:underline;}
         
	a:hover   
		{color:#d1295c;
         text-decoration:underline;}

    a.img_roll1:link, .img_roll1{
	width:61px;
	height:22px;
	display:block;
	background-image:url(images/home.gif);
}
a.img_roll1:hover{
	width:61px;
	height:22px;
	display:block;
	background-image:url(images/home_ov.gif);
}
	
    a.img_roll2:link, .img_roll2{
	width:61px;
	height:22px;
	display:block;
	background-image:url(images/bears.gif);
}
a.img_roll2:hover{
	width:61px;
	height:22px;
	display:block;
	background-image:url(images/bears_ov.gif);
}
 	
    a.img_roll3:link, .img_roll3{
	width:94px;
	height:22px;
	display:block;
	background-image:url(images/aquarels.gif);
}
a.img_roll3:hover{
	width:94px;
	height:22px;
	display:block;
	background-image:url(images/aquarels_ov.gif);
}
   	
    a.img_roll4:link, .img_roll4{
	width:164px;
	height:22px;
	display:block;
	background-image:url(images/about.gif);
}
a.img_roll4:hover{
	width:164px;
	height:22px;
	display:block;
	background-image:url(images/about_ov.gif);
}
  	
    a.img_roll5:link, .img_roll5{
	width:61px;
	height:22px;
	display:block;
	background-image:url(images/blog.gif);
}
a.img_roll5:hover{
	width:61px;
	height:22px;
	display:block;
	background-image:url(images/blog_ov.gif);
}
 	
    a.img_roll6:link, .img_roll6{
	width:83px;
	height:22px;
	display:block;
	background-image:url(images/contact.gif);
}
a.img_roll6:hover{
	width:83px;
	height:22px;
	display:block;
	background-image:url(images/contact_ov.gif);
}
 
	.kop
		{color: #d1295c;
		 font-weight: bold;
		 text-decoration: none;}
    
    .kop:hover
		{color: #d1295c;
		 font-weight: bold;
		 text-decoration: none;}
	
	
	.klein
		{font:9pt/1.5 'Century Gothic', sans-serif;
		 text-decoration: none;
         padding: 0px 30px}
	
	.next
		{font-weight: bold;
        text-align: right;
         padding: 5px 30px}

	.footer
		{font:8pt/1.5 'Century Gothic', sans-serif;
        color: #d1295c;
		 text-decoration: none;
         text-align: center;
         padding: 5px 30px}




/*image rollover */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 10;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FEF4CC;
padding: 5px;
left: -1000px;
border: 1px solid #d1295c;
visibility: hidden;
color: #474747;
text-decoration: none;
text-align: center;
font:9pt/1.5 'Century Gothic', sans-serif;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -350px;
left: -100px; /*position where enlarged image should offset horizontally */

}
