

body {
    background-color : #413f3f;
    background-image : url('images/schwarzrot.gif');
    background-position : center;
    background-repeat : no-repeat;
    font-family : Verdana, Helvetia, non-serif;
    font-size : medium;
  }


h1 {
    border-style: none;
    font-size: xx-large;
    line-height: normal;
    font-weight: bold;
    font-style: normal;
    font-family: Garamond,Times,serif;
    text-transform: none;
    text-align: center;
    background-color: #413f3f;
    background-image : url('images/schwarzrot.gif');
    background-position : center;
    background-repeat : no-repeat;
    color : white;
    float: none;
    clear: none;
    position: static;
    margin-top: 15px;
    list-style-type: none;
    max-width: 900px;
    padding-left: 0px;
  }


h2 {
    font-family: Garamond,Times,serif;
    text-align: center;
  }


h3 {
    font-family: Garamond,Times,serif;
    text-align: center;
  }


#leftbar {
    background-color : #c8c8c8;
    clear : none;
    display : block;
    float : left;
    left : 6%;
    min-height : 10em;
    padding-bottom : 1%;
    padding-left : 1%;
    padding-right : 1%;
    padding-top : 1%;
    position : absolute;
    visibility : visible;
    width : 18%;
  }


#middlebar {
    background-color : #c8c8c8;
    clear : none;
    display : block;
    font-size : medium;
    min-height : 8em;
    text-align : left;
    visibility : visible;
    width : 44%;
    padding: 1% 1% 1% 1%;
    margin-left : auto;
    margin-right : auto;
  }


#rightbar {
    background-color : #c8c8c8;
    clear : none;
    display : block;
    float : left;
    left : 74%;
    min-height : 10em;
    position : absolute;
    visibility : visible;
    width : 18%;
    padding: 1% 1% 1% 1%;
  }


#mainmenu {
    background-color : #b9e722;
    border-bottom-color : #16e30f;
    border-bottom-style : solid;
    border-left-color : #16e30f;
    border-left-style : solid;
    border-right-color : #16e30f;
    border-right-style : solid;
    border-top-color : #16e30f;
    border-top-style : solid;
    color : #2e770e;
    font-family : tahoma, arial, helvetica, non-serif;
    font-size : medium;
    height : 1.5em;
    margin-bottom : 1px;
    margin-top : 1px;
    width : 10em;
    text-align: center;
  }


a:link {
    cursor : pointer;
    display : block;
    font-family : tahoma, arial, helvetica, non-serif;
    font-size : medium;
    height : 2em;
    margin-bottom : 0px;
    margin-top : 0px;
    text-decoration : none;
    width : 200;
  }


a:hover {
    background-color : #56c847;
    cursor : pointer;
    display : block;
    font-family : tahoma, arial, helvetica, non-serif;
    font-size : medium;
    height : 2em;
    margin-bottom : 0px;
    margin-top : 0px;
    text-decoration : none;
    width : 200;
  }


a:active {
    color : #2e770e;
    cursor : pointer;
    font-family : tahoma, arial, helvetica, non-serif;
    font-size : medium;
    height : 2em;
    margin-bottom : 0px;
    margin-top : 0px;
    text-decoration : none;
    width : 200;
    display: block;
  }


a:visited {
    color : #2e770e;
    cursor : pointer;
    font-family : tahoma, arial, helvetica, non-serif;
    font-size : medium;
    height : 2em;
    margin-bottom : 0px;
    margin-top : 0px;
    text-decoration : none;
    width : 200;
    display: block;
  }


ul {
    list-style-type : none;
  }

