*{
    padding: 0;
    margin: 0;
    font-family: calibri;
}

body
{
    background-image: url(../Content/all/bg.JPG);
    background-repeat: no-repeat;
}

#navi 
{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:75px;
    background-color: black;    
}

#logo {
    height:75px;   
}

#innernavi {
    font-family: Arial;
    color: white;
    width: 550px; 
    position: absolute;  
    font-size: 20px;
    top:30px;
    
}

.NAVIEL
{
    position: absolute;  
}

.NAVIEL:hover
{
    position: absolute;
    /*color: #000080;*/
    color: #0079FF;
    cursor: pointer;
}

#active , a #active
{      
    position: absolute; 
    color: #0079FF;
}


#website
{
    width: 950px;
    position: absolute;
    left: 50%;
    margin-left: -475px;
    top:0px;
}

#foot {
    background-color: black;
    width: 100%;
    height: 30px;
    color:white;
    font-family: Arial;
    bottom: -5px;
    margin-top: 30px;
    left: 0px;
    
    position: absolute; 
    text-align: right;
    vertical-align: middle;
    
    font-size: 15px;
}

#innerfoot {
    width: 950px;
    margin-left: -475px;
    left: 50%;
    position: absolute;
    padding-top: 8px;
}

#content {
    width: 780px;
    top:150px;
    left:50px;
    position: absolute; 
}

#headcontent {
    background-color: black;      
    width: 140px;
    height: 50px;
    font-size: 40px; 
    font: Anton, sans-serif;
    color: #C0D0DD/*#000080*/;
    padding: 10px;
}

#contentcontent {
    background: black;  
    width: 100%;  
    color: white;
    padding: 20px;
    font-size: 18px;
}

.footnavi {
    margin-left: 20px;
    
}

#footnaviactive {
    margin-left: 20px;  
    color: #000080;
}

a, a:visited, a:hover, a:focus, a:active{
    text-decoration: none;
    color:white;
    border: none;
}

a:hover {
    color: #000080; 
    cursor: pointer;   
}