#headerbox
{
    background-image: url(./Files/Background-Header/HeaderBackground2.jpg);
    border-style: solid; 
    margin: auto;
    width: 798px;
}

.logo
{  
    border: none;
    width: 290px;
    max-height: 115px;

}


/* Navigation, top right corner */
.navigationcorner
{
    float: right;
    font-family: calibri;

}

.navigationcorner a
{ 
    color: white;
    font-size: 16px;
    padding: 4px;
    text-decoration: none;
}

.navigationcorner a:hover
{ 
    color: white;
    text-decoration: underline;
}


/* Navigation bar*/
.navigation 
{
    font-family: calibri;
    height: 50px;
    margin: 0 auto;
    width: 800px;      
}

.navigation a 
{
    background: url(./Files/Graphics/NaviTab.jpg) no-repeat;
    color: white;
    float: left;
    height: 50px; 
    text-align: center;
    text-decoration: none;
    width: 114px;
    background-color : transparent;   
}

.navigation a:hover 
{
    background-position: left bottom;
    text-decoration: underline;
}

.navicurrent
{
    color: black;
    font-weight: bold;
    line-height: 45px;
    text-decoration: underline;
}

.navitext
{
    line-height: 45px;
}







    