
/* Standard Schriftart */
body, p, h1
{
        font-family: "helvetica", sans-serif;
}
/* Seiten body style */
body
{
        font-size: 110%;
        margin-top: 2%;
        margin-bottom: auto;
        background-image: url(../Bilder/collbgr.jpg);
        background-repeat: repeat;
}
/*Überschrift1*/
h1
{
        font-family: "Trebuchet MS", sans-serif;
        color:#996666;
        font-size: 1em;
        font-weight: lighter;
        text-align : left;
}
/*normaler Text*/
p
{
        color: #996666;
        font-size: 0.8em;
        font-weight: normal;
        letter-spacing: 3px;
        line-height: 20px;
        word-spacing: 0.5px;
        text-align: left;
}

/*Links*/
a.menu:link
{
color: #C2C2C2;
font-family: "helvetica", sans-serif;
font-size: 15px;
text-decoration: none;
}
a.menu:visited
{
color: #C2C2C2;
font-family: "helvetica", sans-serif;
font-size: 15px;
text-decoration: none;
}
a.menu:active
{
color: #996666;
font-family: "helvetica", sans-serif;
font-size: 15px;
text-decoration: none;
}
a.menu:hover
{
color: #996666;
font-family: "helvetica", sans-serif;
font-size: 15px;
text-decoration: none;
}

a:link
{
color: #996666;
font-family: "helvetica", sans-serif;
font-size: 12px;
text-decoration: none;
}
a:visited
{
color: #996666;
font-family: "helvetica", sans-serif;
font-size: 12px;
text-decoration: none;
}
a:active
{
color: #A1CDF3;
font-family: "helvetica", sans-serif;
font-size: 12px;
text-decoration: none;
}
a:hover
{
color: #A1CDF3;
font-family: "helvetica", sans-serif;
font-size: 12px;
text-decoration: none;
}

a.schluss:link
{
color: #e1e1e1;
font-family: "times new roman", times, serif;
font-size: 13px;
text-decoration: none;
text-transform : lowercase;
}
a.schluss:visited
 {
 color: #e1e1e1;
 font-family: "times new roman", times, serif;
 font-size: 13px;
 text-decoration: none;
 text-transform : lowercase;
 }
a.schluss:active
{
color: #996666;
font-family: "times new roman", times, serif;
font-size: 13px;
text-decoration: none;
text-transform : lowercase;
}
a.schluss:hover
{
color: #996666;
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: #996666;
        font-size: 0.8em;
        letter-spacing: 1px;
        line-height: 15px;
        word-spacing: 0.5px;
        font-family: "Trebuchet MS", sans-serif;
}

th.body, td.body
{
        font-size: 100%;
        padding: 5px 5px 5px 5px;
        line-height: 22px;
}
th.ende, td.ende
{
        font-size: 80%;
        padding: 5px 5px 5px 5px;
        line-height: 20px;
        text-transform: uppercase;
}

/*Kopf definieren*/
#container
{
        width: 1100px;
        margin-right: auto;
        margin-left: auto;
        background-color: transparent;
        height: auto;
}

#header
{
        width: 1100px;
        margin-right: auto;
        margin-left: auto;
        height: 100px;
        background-image: url(../Bilder/onz.gif);
        background-repeat: repeat-x;
}
#menue
{
        float: left;
        width: 500px;
        margin-left : 2%;
        height : 100px;
}
#text
{
        float: right;
        width: 450px;
        margin-right: auto;
        margin-left: auto;
        background-color: transparent;
        height : 100px;
        padding-left : 10px;
        padding-top : 40px;
}
/* Abschnitt Textbereiche definieren */

#body
{
        width:567px;
        height: auto;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
        background-image: url("../Bilder/hallo08.jpg");
        background-repeat: no-repeat;
        background-color: transparent;
}

 #Abschluss
{
        float: left;
        width: 1100px;
        height: 80px;
        margin-right: auto;
        margin-left: auto;
        background-image: url(../Bilder/onz2.gif);
        text-transform: capitalize;
        vertical-align: bottom;
        background-repeat: repeat-x;
}

/*Standard images*/
img
{
        border: none;
}