/* CSS Document */


.container {
        width: 970px;
        padding: 0px;
        margin: 3px 0 10px 0; 
        border: 0px solid rgb(139,69,19); 
        background: rgb(222,184,135);
        text-align: center;
        font-family: 'monotype corsiva', cursive;
        color: rgb(210,105,30);
        
}

/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 24px 0px;
        border-bottom: 1px solid rgb(160,82,45);
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: rgb(160,82,45);
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: rgb(139,69,19);
        background: url(circle.gif) no-repeat bottom center;
}

/* code for presentation purpose (CSS preview) */
body {
        font-family: 'bookman old style';
        font-size: 12px;
        background: rgb(222,184,135);
    /*    text-align: center; */
        color: rgb(210,105,30);
        
}

.seiten {
        font-family: 'bookman old style';
        background-color: rgb(238,220,190);
        margin-left: 40px;
        margin-right: 40px; 
        color: black;
}

h4 {
        font-size: 100%;
        margin: 0;
}

p {
        font-size: 14px;
        color: black;
}

.tabelle {
        outline: 1px solid rgb(128,0,0);
        border-top-color: rgb(128,0,0);
        border-left-color: rgb(128,0,0);
        border-right-color: black;
        border-bottom-color: black;
}

.center {text-align: center;
        }

