@charset "utf-8";


body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

a   { 
	font-size: 12px; 
	color: #51842f; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
a:hover  { 
	font-size: 12px; 
	color: #51842f; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
a:active {
	font-size: 12px; 
	color: #51842f; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

.transparent {  
    filter:alpha(opacity=70);   
    -moz-opacity: 0.7;   
    opacity: 0.7;   
}  



.style16 {
	font-size: 12px; 
	color: #51842f; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

.style21 {
	font-size: 12px; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
}

.style23 {
	font-size: 12px; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
}

.inputField1 {
	color: #000000;
	background: #7ED845;
	border: 0px solid #000000;
	font-size: 11px;
	width: 130px
}

.offerteDivBox {
	color: #000000;
	background: #7ED845;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	width: 150px;
	line-height: 18px;

}

.omschrijvingDiv {
	color: #000000;
	background: #44B3DE;
	border: 0px solid #FFFFFF;
	font-size: 11px;
	margin-left: 1px;
	width: 340px;
	line-height: 16px;

}

.inputbox300 {
	width: 200px;
	border : solid 1px #cccccc;
	background: #F0F8FF;
	margin: 0 0 0 0;
	border: 1px solid #cccccc;
	}


.t-field400 {
	width: 400px;
	border : solid 1px #cccccc;
	background: #F0F8FF;
	margin: 0 0 0 0;
	border: 1px solid #cccccc;

	}



/* generic style */
div.tile {
  position: absolute;
  border: 1px solid black;
  background: white;
  width: 4em;
  height: 4em;
}

/* box One */
.a {
  top: 0;
  left: 0;
}

/* box Two */
.b {
  top: 1em;
  left: 1em;
}

/* box Three */
.c {
  top: 2em;
  left: 2em;
  z-index: -1;
}

/* box Four */
.d {
  top: 3em;
  left: 3em;
} 

/* box Five */
.e {
  top: 4em;
  left: 4em;
}

.f {  
    filter:alpha(opacity=80);   
    -moz-opacity: 0.6;   
    opacity: 0.6;   
  z-index: -1;
}  



/* start thumbnail viewer*/


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


/*
img.picthumb {width:80px;height: 64px;background: #fff; padding: 5px; color: #000; border: #b9b9b9 1px solid;}
*/





/*
start hijglight js
*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
color: #000000;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid black;
}
.highslide:hover img {
	border: 0px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: black;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
