/* ********************************************************************************************* */
/* ********************************************************************************************* */
/* DENICOL MAIN CSS FILE */
/* ********************************************************************************************* */
/* ********************************************************************************************* */

/* ********************************************************************************************* */
/* JQUERY BACKGROUND */
/* ********************************************************************************************* */

#bg
{ 
 position: fixed;
 top: 0;
 left: 0;
}

.bgwidth
{ 
 width: 100%;
}

.bgheight 
{ 
 height: 100%;
}

#page-wrap
{ 
  position: absolute;
  height: 97%;
  width: 97%;
}

#tstyle
{
   font-family: 'Century Gothic';
   font-size: 15px;
}


/* ********************************************************************************************* */
/* GENERAL */
/* ********************************************************************************************* */

body
{
 background-color: #000000;
 overflow-x: hidden;
}


/* ********************************************************************************************* */
/* ID */
/* ********************************************************************************************* */

#rot
{
   transform:rotate(-10deg);
   -ms-transform:rotate(-10deg); /* IE 9 */
   -webkit-transform:rotate(-10deg); /* Safari and Chrome */
   color: red;
   text-decoration: none;
   font-family: 'Impact', 'Arial';
   font-size: 13px;
}

#t1 
{
    position: relative;
    width: 300px; 
    height: 100px;
}

#t2  
{
    background: #000000;
    filter:alpha(opacity=70); /* IE */
    -moz-opacity:0.7; /* Mozilla */
    opacity: 0.7; /* CSS3 */
    position: absolute;
    top: 0; 
    left: 0;
    height: 100%; 
    width: 100%;
}

#t3
{
    position: absolute;
    top: 0; left: 0;
    width: 100%; 
    height: 100%;
}

#contable
{
 color: white;
 text-decoration: none;
 font-family: 'Eurostile', 'Eurostyle', 'Arial';
 font-size: 17px;
 line-height: 24px;
 font-weight: normal;
}

#footer
{
 overflow: hidden;
 width: 94%;
 font-family: 'Eurostile', 'Eurostyle', 'Arial';
 font-size: 15px;
 padding: 15px;
 color: #F8C001;
 -moz-box-shadow: 0 0 20px black;
 -webkit-box-shadow: 0 0 20px black;
 box-shadow: 0 0 20px black;
 text-shadow: #000000 0 0 2px;
 zoom:1;
 filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1);
 -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, Color=#000000)";
}

#myDropdown
{
 font-family: 'Eurostile', 'Eurostyle', 'Arial';
 font-size: 13px;
 padding: 0px;
 color: black;
}

#logoklein
{
 padding-right: 2px;
}


/* ********************************************************************************************* */
/* CLASS */
/* ********************************************************************************************* */

.onderlink 
{
 width: 106px;
 margin-bottom: 25px;
 margin-left: 25px;
 float:left;
 text-align: center;
 cursor: pointer, hand;
}

.subonderlink
{
 margin: 0px;
 padding: 3px;
 background-color: #21091F;
 overflow: hidden;
 width: 100px;   
 border: 1px solid gray;
 text-align: center;
 cursor: pointer, hand;
}

.prod2
{
 border-top: 1px solid gray;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
 cursor: pointer, hand;
}

.lincon
{
 padding: 15px;
}

.lincon2
{
 padding: 7px;
}

.rot2
{
   transform:rotate(-10deg);
   -ms-transform:rotate(-10deg); /* IE 9 */
   -webkit-transform:rotate(-10deg); /* Safari and Chrome */
   color: red;
   text-decoration: none;
   font-family: 'Impact', 'Arial';
   font-size: 13px;
}

.divtext
{
 padding-top: 40px;
 padding-bottom: 15px;
 border-top: 1px solid gray;
}

.tite
{
 color: #ffffff;
 text-decoration: none;
 font-family: 'Impact', 'Arial';
 font-size: 38px;
 padding-top: 16px;
 padding-bottom: 16px;
 text-transform: uppercase;
}

.middo
{
 color: red;
 font-weight: bold;
 font-size: 15px;
}

.hoofd
{
 color: red;
 text-decoration: none;
 font-family: 'Impact', 'Arial';
 font-size: 24px;
 padding-top: 28px;
 padding-bottom: 28px;
 text-transform: uppercase;
 letter-spacing: 1px;
 overflow: hidden;
 width: 100%;
}

.prod
{
 margin-right: 15px;
 margin-bottom: 15px;
}

.lijn
{
 width: 400px;
 height: 1px;
 background-color: gray;
 overflow: hidden;
}

.pry
{
 color: white;
 text-decoration: none;
 font-family: 'Impact', 'Arial';
 font-size: 16px;
 padding: 3px;
}

.s22
{
 font-size: 11px;
 font-family: Arial;
}


/* ********************************************************************************************* */
/* FORM */
/* ********************************************************************************************* */

      input[type="text"], textarea, select
      {
       font-family: 'Eurostile', 'Eurostyle', 'Arial';
       font-size: 15px;
       border: 1px solid white;
       background-color: black;
       padding: 5px;
       color: white;
      }

      input[type="submit"]
      {
       font-family: 'Impact', 'Arial';
       font-size: 22px;
       size: 22px;
       color: red;
       background-color: black;
       border: 2px solid white;
       cursor: pointer;
       padding: 7px;
      }


/* ********************************************************************************************* */
/* LINKS */
/* ********************************************************************************************* */

a.pdfl:link, a.pdfl:visited
{
 color: #ffffff;
 text-decoration: none;
 font-family: 'Impact', 'Arial Narrow', 'Arial';
 font-weight: normal;
 font-size: 16px;
 line-height: 20px;
}

a.pdfl:hover, a.pdfl:active
{
 color: silver;
}  

a.lin:link, a.lin:visited
{
 color: #ffffff;
 text-decoration: none;
 font-family: 'Impact', 'Arial';
 font-size: 22px;
}

a.lin:hover, a.lin:active
{
 color: red;
 text-decoration: none;
 font-family: 'Impact', 'Arial';
 font-size: 22px;
}

a.bl:link, a.bl:visited
{
 color: #0099FF;
 text-decoration: underline;
}

a.bl:hover, a.bl:active
{
 color: red;
 text-decoration: underline;
}

a.currpilots:link, a.currpilots:visited
{
 color: white;
 background-color: red;
 text-decoration: none;
 font-family: 'Impact', 'Arial';
 font-size: 24px;
 padding: 7px;
}

a.currpilots:hover, a.currpilots:active
{
 background-color: #F8C001;
}

a.pr:link, a.pr:visited
{
 color: white;
 text-decoration: underline;
 font-family: 'Impact', 'Arial';
 font-size: 16px;
 padding: 3px;
}

a.pr:hover, a.pr:active
{
 color: #F8C001;
}





