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-color: #ffffff;
 background-size: auto auto;

}

html{

-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 {

     color:white;
    background-color:transparent;
     text-align:center;
    padding:1px;
    z-index:10;
}
#VbPmenu2 {
    line-height:30px;
    background-color:transparent;
    width:150px;
    height : 100%;
    position:relative;
    top : 120px;
}
#VbPmenu {
    line-height:30px;
    background-color:transparent;
    width:100%;
    height : 32px;
   padding:10px;
   z-index:8;
}
#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:transparent;
    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:transparent;
     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;
}