﻿/* Standard-Styles */

body {
    font: 11px Verdana, Arial, sans-serif;
    text-align: center;
    color: #000000;
    background-color: #99CCFF;
    background-image: url('../img/bgBody.jpg');
    background-repeat: repeat-x;
    margin: 0;
}

h1 {
    font: 16px Times, serif;
    line-height: 20px;
    color: #003366;
}

h2 {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 14px;
    color: #003366;
    font-weight: bold;
}

h3 {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 14px;
    color: #000000;
    font-weight: bold;
}

p {
    margin: 0 0 9px 0;
    padding 0;
}

a {
    color: #717171;
    text-decoration: none;
}

/* Individuelle Styles */

.frameSiteOuter {
    width: 900px;
    height: 680px;
    text-align: left;
    background-color: #FFFFFF;
    margin: 0 auto 0 auto;
}

.imgLogo {
    position: absolute;
    margin-top: 44px;
    margin-left: 20px;
}

.imgDOK {
    position: absolute;
    margin-top: 62px;
    margin-left: 168px;
}

.imgBild1 {
    position: absolute;
    margin-top: 400px;
    margin-left: 574px;
    z-index: 200;
}

.imgBild2 {
    position: absolute;
    margin-top: 490px;
    margin-left: 458px;
    z-index: 100;
}

.imgBild3 {
    position: absolute;
    margin-top: 520px;
    margin-left: 664px;
    z-index: 300;
}

.imgBild1Unterseite {
    position: absolute;
    margin-top: 160px;
    margin-left: 580px;
    z-index: 100;
}

.imgBild2Unterseite {
    position: absolute;
    margin-top: 350px;
    margin-left: 550px;
    z-index: 200;
}

.imgBild3Unterseite {
    position: absolute;
    margin-top: 480px;
    margin-left: 700px;
    z-index: 300;
}

.frameSiteInner {
    padding: 160px 20px 20px 20px;
}

.frameMenu {
    position: absolute;
    width: 148px;
    z-index: 1000;
}

.frameMenu a {
    font: 14px Times, serif;
    line-height: 20px;
    color: #003366;
    text-decoration: none;
}

.frameMenu a:hover {
    color: #FF0000;
}

.LinkActive {
    color: #FF0000;
}


.frameSubMenu {
    display: none;
}

ul.listSubMenu {
    margin: 0 0 0 2em;
    padding: 0;
}

.frameBottemMenuOuter {
    position: absolute;
    width: 148px;
    height: 500px;
}

.frameBottemMenuInner {
    position: absolute;
    bottom: 0;
}

.frameBottemMenuOuter a {
    font: 14px Times, serif;
    line-height: 20px;
    color: #003366;
    text-decoration: none;
}

.frameBottemMenuOuter a:hover {
    color: #FF0000;
}

.frameContentIndexOuter {
    position: absolute;
    overflow: auto;
    width: 400px;
    height: 500px;
    line-height: 18px;
    margin-left: 148px;
}

.frameContentIndexInner {
    padding-right: 25px;
}

.frameContentOuter {
    position: absolute;
    overflow: auto;
    width: 722px;
    height: 500px;
    line-height: 18px;
    margin-left: 148px;
}

.frameContentInner {
    padding-right: 325px;
}

.textSubHeadline {
    font: 16px Times, serif;
    color: #003366;
    margin-left: 52px;
}

.frameNewsOuter {
    position: absolute;
    overflow: auto;
    width: 302px;
    height: 240px;
    line-height: 18px;
    margin-left: 558px;
    color: #99CCFF;
    background-color: #003366;
}

.frameNewsInner {
    padding: 10px;
}

.frameNewsInner a {
    font-weight: bold;
    color: #99CCFF;
    text-decoration: none;
}

.textNewsHeadline {
    font: 16px Times, serif;
    color: #99CCFF;
    line-height: 20px;
}

.textNewsSubHeadline {
    font: 11px Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #99CCFF;
    line-height: 18px;
}