/*
 * Farben:
 *
 * dunkelblau: #0A4188
 * hellblau:   #99BDE4
 *
 *
 *
 **/

body
{
    font-family:  Arial, Helvetica, sans-serif;
    background-color: #c0c0c0;
    font-size: 0.9em;
}

#head h2
{
    padding: 5px;
    padding-top: 0px;
    padding-left: 0px;
    /**/
    /*background-repeat: no-repeat;*/
    /*background-position: left center;*/
    margin-bottom: 0px;
    width: 90%;
    background-color: #99BDE4;
    height: 43px;
}

h1
{
    font-size: 16px;
    color: #5475AE;
}

h2
{
    font-size: 14px;
    color: #5475AE;
}

h3
{
    color: #0A4188;
    margin-bottom: 0px;
    margin-left: 235px;
    padding-bottom: 0px;
    font-size: 12px;
    width: 500px;
}

#centerframe
{
    /*width: 100%;*/
    text-align: center;
    background-color: #c0c0c0;
    margin-left: 10%;
    /*padding: 10%;*/
}

#contentframe
{
    width: 800px;
    background-color: White;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
}

#head
{
    padding-bottom: 2px;
    background-color: #99BDE4;
}

#nav
{
    background-color: #99BDE4;
    padding: 1px;
}

#nav ul
{
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #5475AE;
}

#nav li
{
    display: inline;
    list-style-type: none;
    color: #5475AE;
    padding-right: 10px;
    font-size: 10pt;
}

#nav li a
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #5475AE;
    text-decoration: none;
}

#nav li a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#nav ul.walker
{
    /*text-align: center;*/
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #5475AE;
    border-top: none;
    font-size: 10pt;
}

#content
{
    /*width: 80%;*/
    /*text-align: left;*/
    /*margin: 100px;*/
    margin: 0px;
    margin-left: 10px;
/*    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
*/
}

#footer
{
    background-image: url('img/layout/bg2.gif');
    background-repeat: repeat-x;
    background-position: bottom center;
}

#footer ul
{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-top: 1px solid #5475AE;
}

#footer li
{
    display: inline;
    list-style-type: none;
    padding-right: 10px;
    color: #5475AE;
    font-size: 10pt;
}

#footer li a, #nav ul.walker li a
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #5475AE;
    text-decoration: none;
}

#footer li a:hover
{
    color: #E78A03;
    text-decoration: underline;
}

#footer ul.walker
{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #5475AE;
    border-top: none;
}

div.walker
{
    color: #5475AE;
    font-size: 10pt;
    font-weight: bold;
}

#nav div.walker
{
    text-align: left;
}

#footer div.walker
{
    text-align: center;
}

.chapter
{
    text-transform: uppercase;
    float: right;
    text-align: right;
    font-weight: bold;
    background-color: #5475AE;
    color: #ffffff;
    width: 200px;
    padding: 2px;
}

.author
{
    font-family: Garamond, Times New Roman, serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #5475AE;
    margin-bottom: 2px;
}

.teaser
{
    width: 500px;
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-left: 50px;
    background-color: #fff;
}


#content ul
{
    list-style-image: url(img/layout/li.gif);
    padding-left: 0px;
    background-color: #fff;
}

#content td ul
{
    margin-left: 5px;
}

#content ul ul
{
    list-style-image: none;
    list-style-type: square;
    margin-left: 1em;
}

#content ol
{
    margin-left: 235px;
    width: 400px;
    background-color: #fff;
}

table.right
{
    float: right;
    margin: 0px 0px 10px 10px;
    border: 1px solid #5475AE;
}

table.left
{
    float: left;
    margin: 0px 10px 0px 100px;
    border: 1px solid #5475AE;
}

table.default
{
    margin: 0px 10px 0px 100px;
    border: 1px solid #5475AE;
}

th.box
{
    background-color: #5475AE;
    color: #ffffff;
    text-align: left;
    font-size: 0.9em;
}

td.box
{
    background-color: #ffffff;
    font-size: 0.9em;
}

p.teaser + p::first-line
{
    text-transform: uppercase;
}

p.teaser + p::first-letter
{
    font-size: 300%;
    font-weight: bold;
    float: left;
    margin: -10px 0px 0px 0px;
}

h3.pseudo
{
    float: right;
    width: 200px;
    text-align: right;
    margin: 5px 0px 5px 5px;
    font-size: 12px;
    border-right: 1px solid #5475AE;
    border-top: 1px solid #5475AE;
    padding: 5px 10px 0px 0px;
    font-weight: normal;
}

h3.pseudo::first-line
{
    font-weight: bold;
}

p
{
    width: 400px;
    margin-left: 50px;
    background-color: #fff;
}

h3 + p
{
    margin-top: 0px;
}

blockquote
{
    width: 500px;
    margin-left: 100px;
}

blockquote p, blockquote ul
{
    margin-left: 0px;
}

