html,body
{
        margin: 0;
        padding: 0;
        font-size: 95%;
        font-family: arial;
        color: #000;
        background-color: #fff;
        background-image: url(body_background.gif);
        height: 100%;
}
a:link { color: #0000C3; }
a:visited { color: #7000C0; }
a:hover, a:active
{
        color: #960001;
        background-color: #FFFF99;
}
a:hover img {background:white; color:black; }
div#banner1
{
        padding: 0;
        margin: 0;
        height: 103px;
        background-image: url(title1.jpg);
        background-repeat: repeat-y;
        background-color: #960001; /*rot*/
}
div#banner2
{
        height: 55px;
        width: 155px;
        background-image: url(title2.jpg);
        background-color: #960001; /*rot*/
}
div#sitemap a
{
        float:right;
        margin-top: 75px;
        margin-right: 15px;
        color: lightgrey;
        background-color: #960001; /*rot*/
}
div#container
{
        background-image: url(nav_col_base.jpg);
        background-repeat: repeat-y;
        min-height:100%; /* for Geckos and Opera */
        height:100%;     /* for IE */
}
html>body #container { height:auto } /* undo 100% for Geckos and Opera */
div#navigation
{
        float: left;
        width: 150px;
        padding-top: 40px;
}
div#navigation ul
{
        list-style-type: none;
        padding: 0;
        margin: 0;
}
div#navigation ul li { margin-top: 4px; }
#navigation ul li a, #navigation ul li em
{
        display: block;
        width: 145px;
        padding: 3px 5px 3px 10px;
        text-decoration: none;
        color: white;
        background-image: url(nav_base.jpg);
        background-repeat: repeat-y;
        background-color: #960001; /*rot*/
        border: 1px solid #960001; /*rot*/
}
html>body #navigation ul li a, #navigation ul li em {width: 130px;}
#navigation ul li a:hover
{
        border: 1px dotted slategray;
}
#navigation ul ul li a, #navigation ul ul li em
{
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 13px;
        padding-left: 12px;
        font-size: 0.8em;
}
#right
{
        float: right;
        width: 160px;
        margin: -55px 0 10px 10px;
        padding: 45px 10px 25px 10px;
        color: #fff;
        background-image: url(right_col_base.jpg);
        background-color: #676767;
        text-align: left;
        font-size: 87%;



/*TEST*/
/*        background-image: url(nav_base.jpg);
        background-repeat: repeat-y;
        background-color: #960001; /*rot*/
/*        border: 1px solid #960001; /*rot*/
}
#right a
{
        color: #fff;
}
#right a:hover,#right a:active
{
        color: #960001;
        background-color: #FFFF99;
}
#right h3
{
        margin-top: 0;
        margin-right: -10px;
        margin-left: -5px;
        margin-bottom: 5px;
        color: #fff;
        padding: 4px;
        background-image: url(right_base.jpg);
        background-position: right;
        background-repeat: repeat-y;
}
div#weather h3
{
         background-image: url(right_weather.jpg);
}
#content
{
        margin: -45px 15px 0 185px;
        padding: 0px;
        text-align: justify;
        line-height: 150%;
        width: 100%; /* for IE */
}
html>body #content { width:auto } /* undo 100% for Geckos and Opera */
/*#content img {margin: 0 10px 0 10px;}*/
#content h1
{
        font-size: 2em;
        color: black;
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 5px;
        font-weight: normal;
        text-align: left;
        line-height: 27px;
        border-bottom: 1px solid grey;
}
#content h2
{
        font-size: 1.4em;
        font-weight: normal;
        letter-spacing: 0.5pt;
        text-align: left;
        border-bottom: 1px solid grey;
}
#content h3
{
        font-size: 1.2em;
        font-weight: normal;
        letter-spacing: 0.5pt;
        text-align: left;
}
#overview
{
        color: white;
        font-size: 1em;
        padding: 0 10px 0 10px;
        background-color: #007BC5;
        background-image: url(h3_background.jpg);
}
#overview a
{
        color: white;
        font-size: 1em;
}
#year a, #letter a
{
        color: white;
        font-size: 1em;
        padding-left: 10px;
}
#zurueck a
{
        color: white;
}
#cleardiv
{
        clear: both;
        height: 55px;
}
div#footer
{
        clear: both;
        margin-top: -27px;
        margin-left: 170px;
        padding: .1em 1em;
        border-top: 1px solid #999;
        text-align: right;
}
div#footer ul
{
        padding: 0;
        margin: 0;
        list-style-type: none;
}
div#footer li
{
        display: inline;
        margin-right: 1em;
}
