body, html{
margin: 0;
text-align: center;
background: #FFFFFF;
height: 100%;
}

img {
border: none;
outline: none;
}

a 	{outline: none; border: none; color:#9865CB; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size:11pt;}
a:hover	{outline: none; border: none; color:#999999; text-decoration:none;}

p{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #494949;
}

p.vet{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 font-weight: bold;
 color: #494949;
}

p.purple{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #663399;
}

p.white{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FFFFFF;
 line-height: 20px;
}

p.titles{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #663399;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663399;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663399;
}


/* indeling */
* {
	margin: 0;
	padding: 0;
}

table{
	border: 0;
	border-collapse: collapse;
	margin: 0;
}

div.master{
	border: 0px;
	text-align: left;  
	position: relative;
	margin:0 auto;
	width: 840px;
	height: 100%;
	background: #FFFFFF url(images/divbg.gif);
	}

div.main{
	border: 0px;
	text-align: left;  
	margin: 0 auto;
	height: 124px;
}

div.menu{
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	border: 0px;
	text-align: left;
	margin: 0 auto;
	height: 43px;
}

div.space{
	background-image: url(images/space.gif);
	background-repeat: no-repeat;
	border: 0px;
	text-align: left;
	margin:0 auto;
	height: 20px;
}

div.content{
	width: 840px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.footer{
	background-image: url(images/divbg.gif);
	background-repeat: repeat;
	border: 0;
	text-align: left;  
	margin:0 auto;
	height: 120px;
}

div.footerspace{
	border: 0px;
	text-align: center;
	height: 20px;
}

div.footertext{
	background-color: #663399;
	border: 0px;
	text-align: center;
	height: 20px;
}
/* PRODUCTS */
div.prdctmenu{
display: block;
position: relative;
width: 214px;
height: 378px;
float: left;
}

div.prdctcontent{
display: block;
position: relative;
width: 626px;
float: right;
}
/* PRODUCTSMENU */
#nav {
  list-style-type: none;
  }
#nav a, #nav a:link, #nav a:visited,
#nav a:hover, #nav a:focus, #nav a:active {
  display: block;
  width: 128px;
  line-height: 25px;
  padding: 0;
  border: 0;
  margin: 0;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  }

#nav a, #nav a:link, #nav a:visited {
  color: #663399;
  background: #FFFFFF;
  border: none;
  }

#nav a:hover, #nav a:focus, #nav a:active {
  color: #FFFFFF;
  background: #663399;
  border: none;
  }

/*FORMULIER*/
input.field{
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #666666;
margin: 0;
width: 400px;
background-color: #FFFFFF; 
border: 1px solid #CCCCCC;
}
input.zip{
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #666666;
margin: 0;
width: 103px;
background-color: #FFFFFF; 
border: 1px solid #CCCCCC;
}
input.city{
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #666666;
margin: 0;
width: 290px;
background-color: #FFFFFF; 
border: 1px solid #CCCCCC;
}

input.zend{
margin: 0;
border: 0px;
height: 43px;
width: 125px;
border: none;
outline: none;
}

textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	margin: 0px;
	height: 93px;
	width: 400px;
	background-color: #FFFFFF; 
	border: 1px solid #CCCCCC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: 	#FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
}

div.meldingbg{
	background-image: url(images/divbg.gif);
	background-repeat: repeat;
	position: absolute;
	padding: 10px;
	border: 1px solid;
	color: #663399;
	top:45px;
	left:25%;
	width:50%;
}

div.melding{
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	padding: 10px;
}
/* LIGHTBOX */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{outline: none; border: none;}

#outerImageContainer{
	position: relative;
	background-image: url(images/divbg.gif);
	background-repeat: repeat;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	height: 43px;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 26px; height: 43px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 