/*****************************************************************************/
/*                              ReVAMP                                       */
/*                                  By Martijn Donker                        */
/*                                                                           */
/*                               HTML Styling                                */
/*****************************************************************************/
body {
 font:8pt Verdana,Helvetica,Arial;
 color: #ffffff;
}

a:hover {
 color:#FF9900;
 text-decoration:none;
}

a {
 color:#ffffff;
}

/*****************************************************************************/
/*                              CSS Bars/Fields                              */                               
/*****************************************************************************/	

.landBar{
 width:120px;
 height:300px;
 margin-left: -30px;
 margin-top: 1px;
 margin-bottom: 10px;
 text-align:left;
 padding:6px;
 position:relative;
 color:#ffffff;
 background-color:#0082cb;
 border-left:1px solid #0071b2;
 border-right:1px solid #0071b2;
 border-bottom:1px solid #0071b2;
 border-top:1px solid #0071b2;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
 -moz-opacity:0.8;
}

.menuBar{
 width:120px;
 height:60px;
 margin-left: -30px;
 margin-top: 10px;
 margin-bottom: 1px;
 text-align:left;
 padding:6px;
 position:relative;
 color:#ffffff;
 background-color:#0082cb;
 border-left:1px solid #0071b2;
 border-right:1px solid #0071b2;
 border-bottom:1px solid #0071b2;
 border-top:1px solid #0071b2;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
 -moz-opacity:0.8;
}

.companyBox {
 width:200px;
 height:300px;
 margin-right: -600px;
 margin-top: -350px;
 text-align:left;
 overflow:none;
 postition:absolute;
 visibility:hidden;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
 -moz-opacity:0.8;
}

.detailBox {
 width:500px;
 height:375px;
 margin-bottom: 10px;
 margin-left: 35px;
 margin-top: -399px;
 overflow: auto;
 color:#ffffff;
 text-align:left;
 background-color:#0082cb;
 postition:relative;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); 
 -moz-opacity:0.85;
 border-left:1px solid #0071b2;
 border-right:1px solid #0071b2;
 border-bottom:1px solid #0071b2;
 border-top:1px solid #0071b2;
 padding:6px;
}

.kaart {
 color:#0082cb;
 text-align:left;
 border-left:1px solid black;
 border-right:1px solid black;
 border-bottom:1px solid black;
 border-top:1px solid black;
 background-image: url("../images/wereldkaart.gif");
 background-repeat: no-repeat;
 background-position: center;
 height:400px;
 height:350px;
}

.imgland {
 margin-left:380px;
 margin-right:10px;
 margin-top:-56px;
 postition:absolute;
}

/*****************************************************************************/
/*                              CSS Banner                                  */                               
/*****************************************************************************/	

.ban {
 height:100px;
 width:700px;
 color:#0082cb;
 background-color:#ffffff;
 background-image:url("../images/slimstock100px.jpg");
 background-repeat:no-repeat;
 border-left:1px solid black;
 border-right:1px solid black;
 border-bottom:1px solid black;
 border-top:1px solid black;
 }

.title {
 height:;
 width:700px;
 text-align:left;
 color:#ffffff;
 background-color:#0082cb;
 border-left:1px solid black;
 border-right:1px solid black;
 border-bottom:1px solid black;
 border-top:1px solid black;
}

.fore {
 margin-left: 400px;
 margin-top: 0px;
 font-size: 14pt;
 font-weight:bold;
 font-family: Verdana;
}

.vmi {
 margin-left: 260px;
 margin-bottom: 1px;
 font-size: 16pt;
 font-family: Verdana,Helvetica,Arial;
}

.voor { 
 margin-left: 370px;
 font-size: 14pt;
 font-family: Verdana,Helvetica,Arial;
}

.scs {
 margin-left: 350px;
 font-size: 14pt;
 font-family: Verdana,Helvetica,Arial;
}

.logo {
 margin-bottom: 7px;
}

.companyLogo{
 margin-left:10px;
}
