/* Created by TopStyle Pro Trial Version - www.bradsoft.com */

/* basic elements */

body {
        background-color: White;
        color: Black;
        font-family: "Times New Roman", Arial, serif;
}

#container {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
}

#pageKopf {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 20%;
        width: 80%;
}

#logoPic {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        width: 20%;
        height: 20%;
}

#logoText {
        position: absolute;
        top: 0px;
        left: 250px;
        height: 20%;
        width: 80%;
        margin: 0px;
        padding: 50px;
        text-align: left;
}

#pageNavigation {
        position: absolute;
        top: 250px;
        left: 0px;
        height: 80%;
        width: 80%;
}

#footer {
        position: absolute;
        top: 600px;
        left: 250px;
        height: auto;
        width: auto;
        padding: 50px;
        margin: 0px;
}

#pageMain {
        position: absolute;
        top: 150px;
        left: 250px;
        height: 80%
        width: 80%;
        padding: 50px;
        margin: 0px;
}

/* spcial */

.emphasis {
        font-style: italic;
}

.keyword {
        font-weight: bold;
}