body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: black;
    background-image: url(../img/TextureBackground.gif);
}
       
p
{
    text-align: justify;
    font-weight:bold;
}
  
A:link
{
    color: rgb(155,50,0);
    font-weight: bold;
}
A:visited
{
    color: rgb(100,50,0);
    font-weight:bold;
}

H1 { font-size: larger; font-weight: bold; color: rgb(204,51,51); text-align:center;}
H2 { font-size: large; font-weight: bold; color: rgb(204,51,51);}
H3 { font-size: medium; font-weight: bold; color: rgb(204,51,51); }
H4 { font-size: small; font-weight: bold; color: rgb(204,51,51);}
H5 { font-size: x-small; font-weight: bold;}
H6 { font-size: xx-small; font-weight: bold;}

.thin 
{
    font-weight: normal;
}

#Logo
{
    left: 10px;
    width: 350px;
    position: absolute;
    top: 5px;
    height: 120px;
}


#Menu
{
    left: 10px;
    overflow: hidden;
    width: 200px;
    position: absolute;
    top: 170px;
    height: 400px;
}
#Heading
{
    left: 210px;
    background-image: url(../img/TextureBanner.gif);
    width: 750px;
    background-repeat: no-repeat;
    position: absolute;
    top: 130px;
    height: 45px;
    text-align: center;
    vertical-align:middle;
}

#Content
{
    left: 210px;
    overflow: auto;
    width: 750px;
    position: absolute;
    top: 180px;
    
}

#Bottom
{
    background-image: url(../img/TextureBanner_unten.gif);
    width: 750px;
    background-repeat: no-repeat;
    height: 45px;
    vertical-align: top;
    text-align: center;
}

/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
.Heading_1 { font-size: x-large; font-weight: bold;}
.Heading_2 { font-size: large; font-weight: bold;}
.Heading_3 { font-size: medium; font-weight: bold;}
.Heading_4 { font-weight: bold;}
.Heading_5 { font-size: x-small; font-weight: bold;}
.Heading_6 { font-size: xx-small; font-weight: bold;}

.Hinweis { font-size: x-small; font-weight: bold; color: rgb(204,51,51);}
.Wichtig { font-size:medium; font-weight: bold; color: rgb(204,51,51);}
.Fieldlabel {font-size: small; font-weight: bold; color: rgb(204,51,51); }
.Textkoerper { font-size: small; }
.Subheads { font-size: small;}
.Quotes { font-size: medium; font-style: italic;}
.Footnotes { font-size: x-small; list-style-type: decimal;}
.Titel { font-size: x-small; font-style: italic;}
.Danksagung { font-size: x-small; font-weight: bold; text-align: center;}
.Caption { font-size: x-small; font-style: italic;}
.Code { }
.Address { font-style: italic;}
.Untertitel { font-size: x-small;}
.Credits { font-size: x-small; font-weight: bold; text-align: center;}
.Zitate { font-size: medium; font-style: italic;}
.Fußnoten { font-size: x-small;}
.Formatted { }
