
/*
* CSS-Style File 
* Autor: Ambros Gleissner
*/



body {
    background-color : #f6eee2;
    left : 0px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    font-size: 14px;
  }


img {
    border: 0px;
  }


a:link {
    color:#AF5215;
    text-decoration:none;
    font-weight:bold;
  }


a:visited {
    color:#AF5215;
    text-decoration:none;
    font-weight:bold;
  }


a:hover {
    color:#AF5215;
    text-decoration:underline;
  }


a:active {
    color:#AF5215;
    text-decoration:underline;
  }


#header_logo {
    background-image : url('images/header/bg.png');
    background-repeat : repeat-x;
  }


#top_nav {
    background-image : url('images/menu/bg.png');
    background-repeat : repeat-x;
    border-top-color : #525252;
    border-top-style : solid;
    border-top-width : 1px;
    border-bottom-color : #525252;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    height : 20px;
  }


#top_nav1 {
    padding-left : 5px;
    text-align : left;
  }


#top_nav2 {
    padding-right : 5px;
    text-align : right;
  }


#top_nav a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
  }


#top_nav a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000000;
    text-decoration:underline;
  }


#navcontainer {
    padding-left: 10px;
    font-family: georgia, serif;
    font-size: 10px;
    text-align: center;
    width: 180px;
  }


ul#navlist {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 180px;
  }


ul#navlist li {
    display: block;
    margin: 0;
    padding: 0;
  }


ul#navlist li a {
    display: block;
    width: 180px;
    padding: 0.6em 0 0.6em 2em;
    border-width: 1px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: solid;
    color: #777;
    text-decoration: none;
    background: #f7f2ea;
  }


#navcontainer>ul#navlist li a {
    width: auto;
  }


ul#navlist li#active a {
    background: #f0e7d7;
    color: #800000;
  }


ul#navlist li a:hover, ul#navlist li#active a:hover {
    color: #800000;
    background: transparent;
    border-color: #aaab9c #fff #fff #ccc;
  }


#h2 {
    font-size: 15px;
  }


#h2:hover {
    text-decoration:none;
    font-size: 15px;
  }

#form_feld {
    background-color : #EBB9A7;
    border: 1px;
    border-bottom-color : #000000;
    border-bottom-style : solid;
    border-left-color : #000000;
    border-left-style : solid;
    border-right-color : #000000;
    border-right-style : solid;
    border-top-color : #000000;
    border-top-style : solid;
  }


#form_button {
    font-weight:bold;
    background-color : #EBB9A7;
    border: 1px;
    border-bottom-color : #000000;
    border-bottom-style : solid;
    border-left-color : #000000;
    border-left-style : solid;
    border-right-color : #000000;
    border-right-style : solid;
    border-top-color : #000000;
    border-top-style : solid;
  }

