

body {
    background-color : #fffaef;
    color : #414A21;
    font-family : Serif, Utopia;
  }


p {
    font-size : 14px;
  }


a {
    font-size : 14px;
    font-weight : bold;
  }


a.top {
    font-size : 12px;
    font-weight : normal;
  }


a:link {
    color : #1B5D16;
    text-decoration : none;
  }


a:visited {
    color : #1B5D16;
    text-decoration : none;
  }


a:hover {
    color : #849642;
    text-decoration : inherit;
  }


table.description {
    font-size : 14px;
    padding : 0px;
    border : #ffe9ab inset;
    border-spacing : 3px 5px;
    margin : 2px;
  }


table.artikel {
    font-size: 14px;
  }


td.scroll {
    /*width: 600px;
    height: 425px;
    */font-size: 14px;
    font-weight: bold;
    text-align : justify;
  }


td.gbhead {
    font-size : 14px;
  }


ul.Navigation {
    margin: 0;
    padding: 0;
  }


ul.Navigation li {
    font-size : 14px;
    list-style-type : disc;
    /* margin-left : 15px;
    */ margin-right : 0px;
    margin-top : 5px;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
  }


h5 {
    font-size : 12px;
    font-style : italic;
    page-break-after : always;
    page-break-before : always;
  }


div.submenu a {
    font-weight : normal;
  }


input {
    background-color : #fffaef;
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
    color : #1B5D16;
    font-family : Serif, Utopia;
    font-weight : bold;
	 cursor : pointer;
  }


input.submit {
    background-color : transparent;
    border-bottom-style : hidden;
    border-left-style : hidden;
    border-right-style : hidden;
    border-top-style : hidden;
    cursor : pointer;
  }


input.submit_small {
    /*background-image : url('../pictures/design/lightwood.jpg');
    */font-size : 14px;
    background-color: transparent;
    border-bottom-style : hidden;
    border-left-style : hidden;
    border-right-style : hidden;
    border-top-style : hidden;
	 cursor : pointer;
  }


textarea {
    background-color : #fffaef;
    border-bottom-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-style : solid;
  }


input:focus, textarea:focus {
    background-color: transparent;
    /* border: 1px solid #ccc7bc;
    */color : #849642;
  }


