/* Standard Schriftart */
body
{
        font-family: "helvetica", sans-serif;
}
/* Seiten body style */
body
{
        font-size: 110%;
        margin-top: auto;
        margin-bottom: auto;
        background-image: url(../Bilder/back.jpg);
        background-repeat: repeat;
}
/*Überschrift1*/
h1
{
        font-family: "Trebuchet MS", sans-serif;
        color: #000166;
        font-size: 1em;
        font-weight: bold;
}
/*normaler Text*/
p
{
        color: navy;
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 15px;
        word-spacing: 0.5px;
        vertical-align: middle;
        text-align: justify;
}
h2
{
        color: red;
        font-size: 90%;
        letter-spacing: 2px;
        line-height: 30px;
        word-spacing: 0.5px;
        vertical-align: middle;
        text-transform: capitalize;
}
/*acronym*/
acronym
{
        text-decoration: none;
        border-bottom: none;
}
/*iframe*/
iframe
{
        float: left;
        background-color: transparent;
        background-image: url(../Bilder/back.jpg);
        background-repeat: repeat;

}

/*Links*/
a.menu:link
{
color: #C2C2C2;
font-family: "helvetica", sans-serif;
font-size: 13px;
text-decoration: none;
}
a.menu:visited
{
color: #C2C2C2;
font-family: "helvetica", sans-serif;
font-size: 13px;
text-decoration: none;
}
a.menu:active
{
        color: navy;
        font-family: "helvetica", sans-serif;
        font-size: 13px;
        text-decoration: none;
}
a.menu:hover
{
        color: navy;
        font-family: "helvetica", sans-serif;
        font-size: 13px;
        text-decoration: none;
}

a:link
{
        color: navy;
        font-family: "helvetica", sans-serif;
        font-size: 15px;
        text-decoration: none;
}
a:visited
{
        color: black;
        font-family: "helvetica", sans-serif;
        font-size: 15px;
        text-decoration: none;
}
a:active
{
        color: navy;
        font-family: "helvetica", sans-serif;
        font-size: 15px;
        text-decoration: none;
}
a:hover
{
        color: black;
        font-family: "helvetica", sans-serif;
        font-size: 15px;
        text-decoration: none;
}

a.schluss:link
{
        color: ActiveCaption;
        font-family: "times new roman", times, serif;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
}
a.schluss:visited
 {
        color: ActiveCaption;
        font-family: "times new roman", times, serif;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
}
a.schluss:active
{
        color: navy;
        font-family: "times new roman", times, serif;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
}
a.schluss:hover
{
        color: navy;
        font-family: "times new roman", times, serif;
        font-size: 13px;
        text-decoration: none;
        text-transform: lowercase;
}

/*Tabellen definieren*/
table
{
        margin: 0px auto 0px auto;
        color: black;
        font-size: 0.8em;
        letter-spacing: 1px;
        line-height: 15px;
        word-spacing: 0.5px;
        font-family: "Trebuchet MS", sans-serif;
        background-repeat: no-repeat;
}

td.body
{
        font-size: 110%;
        padding: 0px 0px 10px 200px;
        line-height: 20px;
}
td.bodya
{
        font-size: 100%;
        padding: 0px 0px 0px 0px;
        line-height: 20px;
}
td.ende
{
        font-size: 70%;
        padding: 5px 5px 5px 5px;
        line-height: 20px;
        text-transform: uppercase;
}

/*Kopf definieren*/
#container
{
        width: 1100px;
        margin-right: auto;
        margin-left : auto;
        height: auto;
        background-color: transparent;
}

#header
{
        width: 1100px;
        margin-right: auto;
        margin-left: auto;
        background-color: transparent;
        height: 100px;
        background-image: url("../Bilder/onz.gif");
        background-repeat: repeat-x;
}

#menue
{
        float: right;
        width: 900px;
        margin-right:100px;
        height: 100px;
        background-color: transparent;
        text-align: right;
}

/* Abschnitt Textbereiche definieren */

#glotze
{
        float: inherit;
        width: 350;
        height: auto;
        top: 100px;
        margin-left: 750px;
        background-image: url(../Bilder/vfrau.png);
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
}
#glotzel
{
        float: inherit;
        width: 545;
        height: 337;
        top: 234px;
        margin-left: 555px;
        background-image: url(../Bilder/backgal.png);
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
}
#body
{
        float: left;
        width: 1100px;
        height: 700px;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
}
#bodyr
{
        float: left;
        width: 1100px;
        height: 700px;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
}

#Abschluss
{
        float: left;
        width: 1100px;
        height: 100px;
        margin-right: auto;
        margin-left: auto;
        vertical-align: baseline;
        position: static;
        background-image: url("../Bilder/onz2.gif");
        background-repeat: repeat-x;
}
/*Standard images*/
img
{
        border: none;
}
/*Info Box*/
#box
{
        float: left;
        cursor: help;
}
#box img
{
        border: none;
}
#box div
{
display:none;
}
#box:hover div
{
        display: block;
        position: fixed;
        background: transparent;
        top: 125px;
        margin: 0px 0px 0px 150px;

}
