/* CSS Document */




  * {
    margin:0;
    padding:0;
    }

  html, body {
    height:100%;

    }

  body {
    background: #000;
    color:white;
    font:100.01%/1.4 sans-serif;
    text-align:center; /* horizontal centering for IE Win quirks */
    }

  #distance {
    width:1px;
    height:50%;
    background-color:#000;
    margin-bottom:-314px; /* half of container's height */
    float:left;

    }

  #container1 {
    margin:0 auto;
    position:relative; /* puts container in front of distance */
    text-align:left;
    height:590px;
    width:100%;
    clear:left;
    background: url('images/balk.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #000;



    }

  #container {
    margin:0 auto;
    position:relative; /* puts container in front of distance */
    text-align:left;
    height:590px;
    width:900px;
    clear:left;

    background: url('images/achtergrond.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;


    }


  #container div.lady {
    font-size:80%;
    float:right;
    width:17em;
    margin-left:2em;
    height:337px;

    }
    #container div.tekst {
    margin-left:2.8em;
    height:337px;

    }
    .backgroundgradient {

     background: url('images/background_grediant.jpg');
     background-repeat: repeat-x;
     height:262px;
     margin-left:-654px;
     padding-top: 5px;
     font-family: Arial;
     font-size:   12px;

    }


    .menu {
     font-size:13px;
     font-family: Arial;
     display: blok;
     height: 29px;
padding-top: 8px;
    }






.flexcroll {
   width: 520px;
   height: 410px;
   color: #fff;
     font-size:12px;
     font-family: Arial;
     margin-left:58px;
 padding-right:10px;
 margin-top:20px;
 margin-bottom:10px;
  }

 .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;

}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

a.link {

 color: white;
 text-decoration: none;
}
a.link:hover {
color: #f00000;
}

a.link1 {
 color: #F00000;
 text-decoration: none;
}



a {

 color: #f00000;
 text-decoration: none;
}
a:hover {
color: #f00000;
}



