h1 {
   font-size=0.875em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: blue;
}
h2 {
   font-size=11pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #FF8833;
}
h3 {
   font-size=11pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #1641F0;
}

body {
// background: url("http://www.voetbalprono.be/JPL/backsil.JPG") no-repeat;
// background-size: auto auto;
   scrollbar-arrow-color:#D3E2E6; 
   scrollbar-track-color:#D3E2E6; 
   scrollbar-face-color:#D3E2E6; 
   scrollbar-highlight-color:#D3E2E6; 
   scrollbar-3dlight-color:#649CF5; 
   scrollbar-darkshadow-color:#D3E2E6; 
   scrollbar-shadow-color:#649CF5; 
}

html{
// background: url("http://www.voetbalprono.be/JPL/backsil.JPG") no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

a {
   color:#0731EB;
}

p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#4C4C4C;   
}

f {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#4C4C4C;   
}


psmall {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#4C4C4C;
   font-size=5pt;   
}

pr {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color:red;   
}

pb {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color:blue;   
}

pg {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#01DF01;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    padding: 5px;
}
.forgot { float: left; }

#VbPtitel {

 //   background-image:url("http://www.voetbalprono.be/JPL/backsil.JPG");
     color:white;
    background-color:#ffffff;
     text-align:center;
    padding:1px;
    z-index:10;
}
#VbPmenu2 {
    line-height:30px;
    background-color:#ffffff;
    width:150px;
    height : 100%;
    position:relative;
    top : 120px;
}
#VbPmenu {
    line-height:30px;
    background-color:#ffffff;
    width:100%;
    height : 32px;
   padding:10px;
    //top : 100px;
   z-index:8;
//   a:link {color: #999999}
}
#VbPsection {
    padding:10px;
     padding-left : 20px;
    background-color : transparent;
    position: relative;
    left:25px;
    top: 140px;
    bottom : 380px;
    width: 80%;
    oversize:auto;
}

#VbPsection {
    padding:10px;
     padding-left : 0px;
    background-color : transparent;
    position: relative;
    top: 140px;
    bottom : 380px;
    width: 80%;
    oversize:auto;
}

#VbPsectionlogin {
    padding:10px;
     padding-left : 20px;
     background-color:#ffffff;
    position: relative;
    top: 120px;
    width: 80%;
    oversize:auto;
}

#VbPfooter {
    background-color:grey;
     color:white;
    clear:both;
    text-align:center;
     padding:5px; 
        z-index:9;
}

#VbPhome {
    background-color:#e6e6e6;
     color:red;
    clear:both;
    text-align:center;
     padding:5px; 
}

.fixed {
    position: fixed;
    bottom: 0;
width: 99%;
}

.fixedtop{
    position: fixed;
    top: 0;
width: 99%;
}
.fixedtop2{
    position: fixed;
    top: 85px;
width: 99%;
}

div.fixedtophome{
    position: fixed;
    top: 60px;
}