/*------------------Reset------------------*/

* {
    margin: 0;
    padding: 0;
}


/*------------------HTML-Elemente------------------*/

html {
    background-color: #FFFFFF;
    color: #000066;
    font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size:12px;
}

body {
    font-size: 100%;
}

img {
    border: 0px solid black;
}

ul {
    list-style-type: none;
}

li {
    height: 12px;
}

li:hover img {
    border-bottom: 3px solid #000066;
    cursor: pointer;
}

/*------------------IDs------------------*/
#Navigation, #Content {
    margin-left: auto;
    margin-right: auto;
}

#Navigation {
    background-color: white;
    height: 15px;
    margin-bottom: 45px;
    margin-top: 68px;
    position: relative;
    width: 850px;
}

#Navigation ul li {
    float: left;
    margin-right: 53px;
}

#Navigation ul li.active img {
    border-bottom: 3px solid #000066;
    cursor: pointer;
}

#Navigation ul li.last {
    float: right;
    margin-right: 0px ! important;
}

#Linie {
    background-color: #000066;
    height: 1px;
    position: absolute;
    top: 12px;
    width: 850px;
}

#Bilder {
    background-color: #003399;
    margin-bottom: 28px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

#Kasten {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 856px;
}

#Kasten img {
    border: 0px solid black;
    display: inline;
}

#Content {
    height: 233px;
    width: 850px;
}

#Content a {
    color: #000066;
    text-decoration: underline;
}

#Content div {
    float: left;
    margin-right: 30px;
    width: 262px;
}

#Content p {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 1em;
    line-height: 1.9em;
}

#Bottom {
    background-color: white;
    bottom: 0px;
    height: 20px;
    left: 0px;
    padding-top: 3px;
    position: fixed;
    text-align: center;
    width: 100%;
}

#Bottom a {
    color: #000066;
    font-size: 0.8em;
    text-decoration: underline;
}

/*------------------Klassen------------------*/
.SmallRightMargin {
    margin-right: 5px;
}

.TextBoxRight {
    margin-right: 0px ! important;
}
