body {
	text-align: center ; 
	margin: 0; 
	padding: 0;
	background-color: #7B9AC3;
	}
div#content  {
             width: 772px; 
             margin-left: auto; 
		         margin-right: auto;
						 font-size: 12px;
			       font-weight: bold;
			       font-family: verdana, arial, sans-serif;
						 line-height: 15px;
			       color:#484848;
						 text-align: justify;
             } 
						 
div#logo { 
     width: 100%;
		 text-align: center;
		 background-repeat:  repeat-x;
	   background-image: url(images/logo_bizonder_backgr.gif);
		 margin: 0;
		 padding: 0;
		  }
			
div#menu { 
     width: 100%;
	   background-color: black; 
		 margin: 0;
		 padding: 0;
		  }
			
.left { 
        float: left;
				}
				
.right { 
        float: right; 
				}
				
.center { 
     text-align: center;
		  }
				
				
table.menu { 
       font-size: 11px;
			 width: 772px; 
			 font-weight: bold;
			 font-family: verdana, sans-serif; 
			 color:white; 
			 background-color: black; 
			 table-layout: fixed;
			 }
			 
table.menu td {
       text-align: center;}
			
			 
     
a.menu { 
         color: #7B9AC3; 
         text-decoration: none; 
				 display: block;
				 }
				 
a.menu:hover {
			 color: white; 
       text-decoration: none;
			 background-color: black;
			 }	

td.index {
          color: white;
					background-color: black; 
				} 
		
img { 
     border: none;
		 }

div#text { 
   width: 600px;
	 margin-left: 250px;
	 text-align: left;
	 margin-top: 20px;
	 margin-bottom: 10px; 
	 }
	 
span.red { color:black }



h2 { font-size: 16px; }

div#text a {  
			 text-decoration: underline;}
			 
div#text a.hover { 
         color: white; }
			
table.form {
       font-size: 12px;
			 font-weight: bold;
			 font-family: verdana, sans-serif;
			 color:#484848; 
			 margin-top: 20px;
			 width: 600px;
			 margin-left: 100px;
			 }
			 
table.form a { 
        color: white;
				text-decoration: underline; 
				}
				
table.form a:hover {
      color: white }
				
div#form {
        background-color: #7B9AC3;
				}
				
div#formres {
			text-align: center; 
			}

span.pink { 
         color: red
				 }
				 
div#formresult {
      font-family: verdana, sans-serif;
			font-size: 12px;
      color: #484848;
		   }

h1.description { 
      font-family: verdana, sans-serif;
			text-align: center;
			font-size: 15px;
			font-style: italic;
      color: #484848;
			margin-top: 15px;
			}

a {
    text-decoration: none;
		color: #484848
		}
		
a:hover  {
      color: white
			}
		
						 
div#copy { 
      font-family: verdana, sans-serif;
			font-size: 10px;
      color: #484848;
			text-align: center;
			margin-top: 20px;
			padding-bottom: 50px; 
			}
			
table.mail { 
font-family: verdana, sans-serif;
color: white;
font-size: 14px;
text-align: center;}

table.thumbnails td { 
     border: 2px solid #484848;
		 width: 145px }

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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(http://www.tykaboom.nl/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(http://www.tykaboom.nl/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.tykaboom.nl/images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

