
  /* main elements */

  body {

    background-color: #69c;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: .8em;

  }

  form {

    display: block;
    margin: 0px;
    padding: 0px;

  }

  h1 {

    visibility: hidden;
    display: none;

  }

  h2 {

    font-family: sans-serif;
    font-weight: bold;
    color: #aaa;
    letter-spacing: 1px;
    margin: 6px;
    padding: 0px;
    font-size: 2em;
    margin-top: 0px;

  }

  h3 {

    font-family: sans-serif;
    font-weight: bold;
    color: #aaa;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    font-size: 1.4em;
    border-bottom: 1px dashed #aaa;

  }

  h4 {

    font-family: sans-serif;
    font-weight: bold;
    color: #aaa;
    letter-spacing: 1px;
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    font-size: 1.2em;
    /* border-bottom: 1px dashed #aaa; */

  }

  p {

    color: #333;
    margin: 5px 20px 10px;
    line-height: 1.8em;
    font-size: .9em;
    letter-spacing: .01em;
    text-align: justify;

  }

  li {

    list-style-type: square;
    color: #333;
    font-size: .9em;

  }

  textarea {

    font-size: 1.1em;
    font-family: sans-serif;
    padding: 5px;
    color: #333;
    background-color: #fff;

  }

  /* special elements */

  div#firlefanz {

    display: block;
    position: absolute;
    height: 91px;
    width: 140px;
    bottom: 0px;
    left: 0px;
    background: #000 url(haus3.png) 0px 0px no-repeat;
    z-index: 100;

  }

  div#head {

    display: block;
    position: relative;
    background: #aaa url(head3.png) 0px 0px no-repeat;
    height: 140px;
    width: 800px;
    margin: 0px auto;

  }

  div#login {

    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: .9em;
    z-index: 99;

  }

  div#wrapper {

    display: block;
    position: relative;
    width: 800px;
    margin: 0px auto;
    background-color: #eee;

  }

  div#wrapper_body {

    display: block;
    width: 100%;
    position: relative;

  }

  div#left {

    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fc0 url(floater3.png) top left repeat-x;
    width: 140px;
    padding: 15px 0px;
    z-index: 60;

  }

  div#center {

    display: block;
    position: relative;
    background-color: #eee;
    padding: 5px 0px 10px;
    z-index: 50;
    min-height: 500px;

  }

  div#center table {

    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border: 1px dotted #ccc;

  }

  div#center td {

    font-size: .9em;
    margin: 0px;
    padding: 1px;
    border: 1px dotted #ccc;

  }

  .noright {

     margin: 0px 0px 0px 0px;
     border-left: 140px solid #fc0;

  }

  .isright {

     margin: 0px 200px 0px 0px;
     border-left: 140px solid #fc0;

  }

  div#right {

    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ddd;
    padding: 15px 0px;
    width: 200px;
    z-index: 99;

  }

  div#bottom {

    display: block;
    position: relative;
    margin: 0px auto;
    width: 790px;
    padding: 5px;
    color: #fff;
    font-size: .9em;
    letter-spacing: .1em;
    /*
    padding-right: 210px;
    padding-left: 140px;
    */
    background-color: #194;

  }

  ul#menu {

    margin: 30px 0px 20px;
    padding: 0px;

  }

  /* classes */

  li.menu {

    list-style-type: none;
    list-style-position: inline;
    margin: 0px 5px;
    padding: 2px 10px;
    text-align: right;
    line-height: 1.6em;

  }

  /* li.menu:hover {

    background-color: #fa0;
    border-color: #666;

  } */

  li.menu:hover > a.menu {

    color: #c33;

  }

  a.menu {

    font-size: 1.1em;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-transform: lowercase;

  }

  div.item {

    margin: 10px;
    margin-right: 40px;

  }

  table#help {

    margin-left: 10px;
    border-collapse: collapse;

  }

  td.help {

    padding: 2px 3px;
    font-size: .9em;
    text-align: left;
    border-bottom: 1px dotted #ccc;

  }

  span.hr {

    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #666;

  }

  /* formats */

  .o_link {

    text-decoration: none;
    color: #000;
    margin: 0px 3px;
    padding: 0px;
    border-bottom: 1px dotted #fff;

  }

  .b_link {

    text-decoration: none;
    color: #fff;
    margin: 0px 5px;
    padding: 0px;

  }

  .cell {

    /* display: table-cell; */

  }

  .right {

    float: right;
    margin: 10px;

  }

  .center {

    display: block;
    margin: 10px 10px;
    width: 180px;
    border-width: 0px;

  }

  .leftalign {

    text-align: left;

  }

  .input {

    border: #999 dashed 1px;
    margin: 5px;

  }

  .submit {

    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #eee;
    margin: 5px;

  }

  .date {

    font-size: .8em;
    color: #333;

  }

  .morelink {

    color: #003;
    text-decoration: none;
    /* font-weight: bold; */
    /* text-transform: uppercase; */

  }

  .xlink {

    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted #fff;

  }

  .hidden {

    display: none;
    visibility: hidden;

  }

  .white {

    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;

  }

  /* .morelink:after {

    content: url(a.png);

  } */

  .nearby {

    margin-top: 5px;
    margin-bottom: 0px;

  }

  .wikierr {

    color: #c00;
    font-style: italic;

  }

  .wikiok {

    border-bottom: 1px dotted #666;

  }

