/*** Allgemein ***/
/*
*
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
}
*/
.Button
{
    width: 150px;
    text-align:center;
}
.PaddingText
{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    vertical-align: top;
    text-align: left;
}
.LeftColumn
{
    width: 220px;
}
table
{
    width: 100%;
    margin: 0;
    padding: 0;
}

/*** Seite ***/
body
{
    margin: 0;
    padding: 0;
    color: Black;
    font-size: 100%;
    background-color: #4D855E;
    /*background: url(images/gelb01.jpg);*/
    font-family: Verdana, Georgia, "Times New Roman" , Times, serif; /* background: url(images/farbverlauf_orange_512.gif) repeat-x; */
}

#header
{
}

#footer
{
}

/*** Texte ***/
p
{
}
p.text:first-letter
{
    font-size: 2.5em;
    padding: 0.143em;
    float: left;
}
h1
{
    text-align: center;
}
h2
{
    padding-top: 0px;
    margin-top: 5px;
    font-weight: bold;
    color: #673711;
    font-size: 1.2em;
    text-align: center;
}

/*** Hyperlinks ***/
a:link
{
    color: White; /*#F1DBC6;*/
}
/* unvisited link */
a:visited
{
    color: White; /*#F1DBC6;*/
}
/* visited link */
a:hover
{
    color: Black; /*#FFCC66;*/
}
/* mouse over link */
/*
a:active
{
    color: #FFFFFF;
}
*/
/* selected link */
a.HeaderLink
{
    text-decoration: none;
}
a.HeaderLink:hover
{
    color: #F1DBC6;
}
a.TranslateLink
{
    font-weight: bold;
}

/***  Navigation ***/
.navlist
{
    font-size: larger;
    font-weight: bolder;
}
.navlistFooter
{
    font-weight: normal;
    padding-right: 10px;
    white-space: nowrap;
}
.navlist a
{
    text-decoration: none;
}

/*** Tabellen Klassen ***/
.HeaderTable
{
    border-bottom-width: 3px;
    border-bottom-color: Black;
    border-bottom-style: dotted;
}

.HeaderTableLeft
{
    border-right-width: 3px;
    border-right-color: Black;
    border-right-style: dotted;
    font-size: x-small;
    text-align: center;
}
.HeaderTableRight
{
    text-align: center;
}
.MainTableLeft
{
    border-right-width: 3px;
    border-right-color: Black;
    border-right-style: dotted;
}
.MainTableCenter
{
    background-color: #F6B911;
    font-size: 90%;
}
.MainTableRight
{
    border-left-width: 3px;
    border-left-color: Black;
    border-left-style: dotted;
    width: 15%;
    vertical-align: top;
}

.FooterTable
{
    border-top-width: 3px;
    border-top-color: Black;
    border-top-style: dotted;
}
