﻿body
{
    font-family: Calibri;
    background: #eef5ee url('../images/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top; 
}

*
{
    color: #003300;
    margin-top: 0px;
    text-align: center;
}

#header
{
    padding-top: 20px;
}

a
{
    text-decoration: none;
}

a:hover
{
    color: #08be08;
    text-decoration: underline;
}

#german
{
    padding-right: 5px;
    position: relative;
}

#english
{
    padding-left: 5px;
    position: relative;
}

#footer
{
    width: 960px;
    background-color: #e8e8e8;
    border-top: #bfbdbd 1px solid;
    margin: 20px 0px 0px 0px;
}

#copyright
{
    font-size: 80%;
    padding: 5px 10px 0px 0px;
    float: right;
    text-align: right;
    margin-bottom: 5px;
}

#nav
{
    background-color: #e8e8e8;
    border-top: #bfbdbd 1px solid;
    border-bottom: #bfbdbd 1px solid;
    margin: 20px 0px 0px 0px;
    display: inline;
    font-weight: bold;
    
    font-size: 85%;
    padding-right: 10px;
    float: right;
    width: 950px;
    text-align: right;
}

.navLink
{
    display: inline;
    position: relative;
    top: 6px;
}

.languageImage
{
    float: right;
    width: 32px;
    padding: 5px 5px 5px 5px;
    border: 0px;
}