﻿/***************************
STIJLEN
***************************/
div#site
{
margin: 0 auto;
text-align:center;
}

P
{
	font-size: 9pt;
	font-family: Trebuchet MS;
	text-align: justify;
	color: #000000;
	margin: 0;

}
TD
{
margin:0;
}
.KleinWit
{
	font-size: 7pt;
	font-family: Trebuchet MS;
	text-align: justify;
	color: #ffffff;

}
.OpsommingKleinWit
{
	font-size: 7pt;
	font-family: Trebuchet MS;
	text-align: left;
	text-indent: -25px;
	color: #ffffff;
	list-style-image: url(images/expn2sm.gif);


}
.KleinZwart
{
	font-size: 7pt;
	font-family: Trebuchet MS;
	text-align: justify;
	color: #000000;

}
.KopBlauw
{
    font-size: 9pt;
    font-family: Trebuchet MS;
    text-align: left;
    color: #4068b2;
    font-weight:bold;

}
.KopBlauwKlein
{
    font-size: 8pt;
    font-family: Arial;
    text-align: left;
    color: #003366;
    font-weight: bold;
    padding-left: 11px;

}
H4
{
    font-size: 10pt;
    font-family: Trebuchet MS;
    text-align: left;
    color: #c90019;
    font-weight: bold;

}
H5
{
    font-size: 9pt;
    font-family: Trebuchet MS;
    text-align: left;
    color: #c90019;
    font-weight: bold;

}
.FormLabel
{
    font-size: 9pt;
    font-family: Trebuchet MS;
    text-align: left;
    color: #000000;
    
}

LI
{
	font-size: 9pt;
	font-family: Trebuchet MS;
	text-align: left;
	color: #000000;
	list-style-image: url(images/expn2sm.gif);
}

.png
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='PNGsourcas',sizingMethod='scale');
}
.KopRood
{
	font-size: 10pt;
    font-family: Trebuchet MS;
    text-align: left;
    color: #c90019;
}
A
{
	font-weight: bold;
	font-size: 7pt;
	cursor: hand;
	color: #000000;
	font-family: arial;
	text-decoration: underline;
	text-align: center;

}
.LinkRood
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #C90019;
	font-family: arial;
	text-decoration: underline;
	text-align: left;

}
.LinkHomepageWit
{
	font-weight:normal;
	font-size: 8pt;
	cursor: hand;
	color: #ffffff;
	font-family: Trebuchet MS;
	text-decoration: none;	
	text-align: left;
}
.NavigatieButton
{
	cursor: hand; 
	height: 20px;
}
.btnlink
{
cursor:hand;
vertical-align:baseline
}
#menu
{
 z-index: 101; 
 left: 2px; 
 top: 61px; 
 position: absolute;	
 
 }
 .pixMenu
 {
 	background-color:#9c9d9f;
 	filter:alpha(opacity=85); /* IE's opacity*/
 	opacity: .85; 
 
 	
 	/*background-image:url(images/pixMenu.png);
 	background-repeat:repeat-x repeat-y;
 	width: 100%;*/
 }
 
/***************************
LAGEN
***************************/
div#flash
{
margin: 0px 0px -2px -2px;
z-index:100;
}

div#flash2
{
margin: -3px 0px 0px 0px;	
z-index:100;
position:absolute;
width: 370px;
}

div#tableContentHome
{
z-index:110;
position:absolute;
padding-left: 6px;
}

div#tableContentHomeHTMLprods
{
z-index:110;
position:absolute;
padding: 0;
}

/*************************
POPUP
*************************/
.modalBackground
{
      background-color:Gray;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      -moz-opacity: 0.5;
}

.modalPopup
{
      background-color:#000000;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:3px;
}

/*************************
DROP SHADOW
*************************/
.dropShadow
{
    -moz-box-shadow: 7px 7px 4px 2px #999; /* Firefox offset-x offset-y blur distance color */ 
	-webkit-box-shadow: 7px 7px 4px 2px #999; /* Safari/Chrome offset-x offset-y blur distance color */ 
	box-shadow: 7px 7px 4px 2px #999; /* Opera and other CSS3 supporting browsers offset-x offset-y blur distance color */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999',)";/* IE 8  offX=7, offY=7, positive=true*/ 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999', );/* IE 5.5 - 7 offX=7, offY=7, positive=true*/  

}
