/*---------------------------------------------------------------------------------------------*/
/* CSS Styles: testpagina */
/*----------------------------------------------------------------------------------------------*/
/*page*/
html,body{
     background-color:#D2D2D2;
     background-image:#soft-structure_grey.jpg;
    }

/*----------------------------------------------------------------------------------------------*/

/*text*/
.normal,div,span,p,td,th,li,a{
     font-family: Trebuchet MS, Calibri, Verdana, Arial, Helvetica, sans-serif;
     font-size:12px;
     color:#000000;}

.head{
     font-family: Trebuchet MS, Calibri, Verdana, Arial, Helvetica, sans-serif;
     color:#000000;
     font-size:16px;
     font-weight:bold;}

/*----------------------------------------------------------------------------------------------*/

/*links*/
a:link{
     color:#CA1317;
     text-decoration:none;}

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

a:active{
     color:#CA1317;
     text-decoration:none;}

a:visited{
     color:#CA1317;
     text-decoration:none;}

   
a.menu {
     font-family: Trebuchet MS, Calibri;}

a.menu:link{
     color: #FFFFFF}

a.menu:hover{
     color: #000084;}

a.menu:active{
     color: #000084;}

a.menu:visited {text-decoration:none; color:#FFFFFF;}

/*----------------------------------------------------------------------------------------------*/

/*table*/
TABLE { }

.navigatiemenu { 
      background-color: #CA1317;
      width: "100%";
      vertical-align: middle;
      text-align: center;}

.linkermenu { 
      background-color: #D2D2D2;
      width: 205px;
      vertical-align: top;
      text-align: left;
      padding: 5px 10px;}

.titelmenu{
     color: #FFFFFF;
     font-size: 14px;
     font-weight: bold;
     background-color:#CA1317;
     width:100%;
     text-align:center;}

.tekst { 
      background-color: #FFFFFF;
      width: *;
      vertical-align: top;
      padding: 40px 10px;}

.footer {
      background-color: #D2D2D2;
      height: 20px;
      text-align: center;}

/*---------------------------------------------------------------------------------------------*/

/*images*/
.transparant {
     opacity:.50;
     filter: alpha(opacity=50);
     -moz-opacity: 0.5;
 }

/*----------------------------------------------------------------------------------------------*/

/*buttons*/
.button {
    font-family: Trebuchet MS, Calibri;
    font-weight: bold;
    color: #CA1317;
    border: 0px;
    background: #D2D2D2;
    cursor: pointer;
    text-align: left;
    width:98%;
    overflow:visible;
}

.buttontekst {
    font-family: Trebuchet MS, Calibri;
    font-weight: bold;
    color: #CA1317;
    border: 0px;
    background: #FFFFFF;
    cursor: pointer;
    float: right;
    width:30%;
    overflow:visible;
}
