body {
	font-family: Verdana, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Helvetica, sans-serif;
}

.foto {
	border: 1px solid #cccccc;
}

.pink_border {
	border: 2px solid #339933;
}

.foto1 {
	border: 2px solid #333333;
}

a:link.general,  a:visited.general, a:active.general {
	text-decoration:none;
	color: #999999; 
}
a:hover.general {
	text-decoration:NONE;
	color: #339933;
}

a:link.tagcloud,  a:visited.tagcloud, a:active.tagcloud {
	text-decoration:none;
	color: #999999;
}
a:hover.tagcloud {
	text-decoration:underline;
	color: #999999;
}

a:link.site,  a:visited.site, a:active.site {
	text-decoration:underline;
	color: #999999;
}
a:hover.site {
	text-decoration:underline;
	color: #FFFFFF;
}

a:link.title,  a:visited.title, a:active.title {
	text-decoration:underline;
	color: #CCCCCC;
}
a:hover.title {
	text-decoration:underline;
	color: #339933;
}

.titel {
	border: 10px solid #343434;
	background-color: #;
	text-align:center;
}

.nieuw {
	border: 10px solid #FFFFFF;
	background-color: #343434;
	color: #CCCCCC;
	text-align:center;
}


.tdborder {
	border: 1px dotted #343434;
}

.whiteborder {
	border-left: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	border-right: 1px dotted #333333;
}



/***************************/
/* pop-up image over link  */
/***************************/
a.bloemstuk, a.bloemstuk:visited {
color:#999999; 
position:relative; 
z-index:1;
}
a.bloemstuk b {
visibility:hidden; /* hide the image */
position:absolute; 
width:0; /* make the image zero size */ 
height:0; /* for Opera bug */
left:0px; /* position:the image */
top:-1px;
border:0; /* with no border */
}
a.bloemstuk:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.bloemstuk:hover b {
visibility:visible; /* make the image visible */ 
width:200px; /* give it the actual size */
height:175px; 
border:2px solid #CCCCCC; /* add a border */
cursor:pointer; /* for IE */
}
a.bloemstuk:hover b img {
border:0; /* get rid of the default link border */
}
/********** end ***************/


/***************************/
/* pop-up image over link  */
/***************************/
a.productindekijker, a.productindekijker:visited {
color:#333333; 
position:relative; 
z-index:1;
}
a.productindekijker b {
visibility:hidden; /* hide the image */
position:absolute; 
width:0; /* make the image zero size */ 
height:0; /* for Opera bug */
left:-80px; /* position:the image */
top:120px;
border:0; /* with no border */
}
a.productindekijker:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.productindekijker:hover b {
visibility:visible; /* make the image visible */ 
width:300px; /* give it the actual size */
height:225px; 
border:1px solid #666666; /* add a border */
cursor:pointer; /* for IE */
}
a.productindekijker:hover b img {
border:0; /* get rid of the default link border */
}
/********** end ***************/

