/* CDVWHVNET */
/* Autor C.de Vries */

@import url("navi_drop.css");


body
{
    background: url(imags/bg.jpg);
    background-position: center;
    background-position: top;  
    background-attachment: fixed; 
    background-color: #000000;
}
a
{
    
}
a:hover
{
    
}
a img
{
    
}
/* root_sitz Setup */

#root_sitz
{
    margin-top: 35px;
    width: 900px;
    height: 600px;
    float: left; 
}
    #head
    {
     width: 100%;
     height: 155px;  
    }
    .haeder_hg
    {
        height: 230px;  width: 900px;
        background: url(imags/logo-cdvwhvnet.png) no-repeat;
        background-position: center;
    }
    
    #navi
    {
     margin-top: -20px;
     background: url(imags/hg1.png);   
     width: 100%;
     height: 60px;     
    }
    .navi
    {
        width: 100%;
        height: 60px;
}
    
    #cont
    {
     background: url(imags/hg2.png);  
     width: 100%;
     height: auto;
     float: left; 
    }
    .links
    {
     width: 80%; 
     height: 100%;
     float: left; 
    }
    
    .linke_tab
    {
        padding: 0 25px 10px 15px;
    }   
    
    .rechts
    {
     width: 20%;
     height: auto;
     float: right;
     }
    
    .rechte_tab
    {
       padding: 0 25px 10px 15px; 
    }
    
    
    #footer
    {
     float: left;
     background: url(imags/hg3.png);  
     width: 100%;
     height: 60px; 
     font-variant: small-caps;
     font: bold;
    }