/*
----- Seitenformatierung -----
*/

body {padding:0px;margin:0px;background-color:#2175bc;font-weight:normal;font-family:Arial;font-size:12pt;}

p {font-size:9pt;margin-left:10px;margin-right:10px;margin-top:10px;}
p.01 {font-size:9pt;margin-left:20px;margin-right:20px;margin-top:0px;margin-bottom:20px;}
p.02 {font-size:9pt;margin-left:110px;margin-right:110px;margin-top:0px;margin-bottom:20px;}
p.03 {font-size:9pt;margin-left:10px;margin-right:10px;margin-top:-3px;}

ul.01 {font-size:9pt;margin-left:30px;margin-right:10px;margin-top:-3px;}

li {font-size:9pt;margin-left:10px;margin-right:10px;}


a.01:link {font-weight:bold;font-size:9pt;color:#1958b7;text-decoration:none;}
a.01:visited {font-weight:bold;font-size:9pt;color:#1958b7;text-decoration:none;}
a.01:hover {font-weight:bold;font-size:9pt;color:#90bade;text-decoration:none;}
a.01:active {font-weight:bold;font-size:9pt;color:#1958b7;text-decoration:underline;}

a.02:link {font-weight:bold;font-size:9pt;color:#1958b7;text-decoration:none;}
a.02:visited {font-weight:bold;font-size:9pt;color:#1958b7;text-decoration:none;}
a.02:hover {font-weight:bold;font-size:9pt;color:#1958b7;text-decoration:none;}
a.02:active {font-weight:bold;font-size:9pt;color:#1958b7;text-decoration:underline;}

h6 {font-size:10pt;margin-left:10px;border:1px solid gray; background-color:#E0E0E0; padding:4px; margin:0px;}
h5 {font-size:10pt;margin-left:10px;border:0px solid gray; background-color:#d5e2ea; padding:4px; margin:0px;}

p.chr {font-size:9pt;margin-left:10px;border:1px solid gray; background-color:#E0E0E0; padding:4px; margin:0px;}

div.up {font-size:9pt;margin-left:10px;margin-right:10px;margin-top:10px;}

/*
----- Hauptnavigation -----
*/

#navcontainer {
        background: #369;
        border-top: 1px solid #9CC;
        font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
@media all {
        #navlist {
                text-align: center
        }
}
#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}
html>body #navlist li {
        background: #000;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}
#navlist a, #navlist a:link, #navlist a:visited {
        background: #900;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}
#navlist a:hover {
        background: #C00;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}
#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}
#navlist li#active {
        background: #369;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}
html>body #navlist li#active {
        background: #000;
        margin: 0 4px 0 4px;
}
#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #369;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}

/*
----- Nebennavigation -----
*/

#button {
        width: 15em;
        border-right: 1px solid #000;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 10px;
        background-color: #90bade;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #2175bc;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }

        #button li #active {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }
