  * {
    margin: 0;
    padding: 0;
  }

  html {
    font-size: 101%;
  }

  #header #logo {
    background: url(../Grafiken/logo_bg.png) no-repeat center;
  }

  #header #logo {
    background: url(../Grafiken/logo_bg.png) no-repeat center;
    color: #fff;
    height: 97px;
    margin: 0 auto;
    text-align: center;
  }

  #header #logo img {
    border: 0;
  }

  #header #logo h1 {
    font-size: 1.8em;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 2px;
  }

  #header #infos {
    color: #fff;
    font-family: Arial, Sans-Serif;
    font-size: 0.7em;
    letter-spacing: 1px;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 80px;
  }

  #infos a:link, #infos a:visited {
    color: #fff;
    text-decoration: none;
  }

  #infos a:hover {
    text-decoration: underline;
  }

  #menu {
    top: 102px;
    left: 50%;
    list-style-type: none;
    margin-left: -250px;
    position: absolute;
    width: 500px;
  }

  #menu li {
    float: left;
  }

  #menu a:link, #menu a:visited, #menu a:hover {
    display: block;
    height: 23px;
    text-align: center;
    text-decoration: none;
    width: 82px;
  }

  #menu a#universitas:hover, #menu a#programm:hover,
  #menu a#bilder:hover, #menu a#anreise:hover,
  #menu a#links:hover, #menu a#gaestebuch:hover,
  #menu a#kontakt:hover {
    background-position: 0px -23px;
  }

  .hide {
    display: none;
  }

  #content {
    background: url(../Grafiken/rahmen_unten.png) no-repeat bottom center;
    font-family: Georgia, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 10px auto;
    padding: 0px 50px 30px;
    text-align: justify;
    width: 590px;
  }

  #content div#submenu {
    font-family: Arial, Sans-Serif;
    font-size: 0.8em;
    margin: 10px 0 20px;
    text-align: left;
  }

  #content #submenu a {
    margin: 0 5px 0 2px;
  }

  #content a:link, #content a:visited {
    border-bottom: 1px #933 dotted;
    color: #933;
    text-decoration: none;
  }

  #content a:hover {
    border-bottom: 1px #000 solid;
    color: #000;
  }

  #content h1, #content h2 {
    color: #c4d597;
    font-family: Arial, Sans-Serif;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 10px 0;
    text-align: left;
  }

  #content h1 {
    line-height: 1em;
  }

  #content h2 {
    color: #5983b3;
    font-size: 1em;
  }

  #content p {
    margin: 10px 0;
  }

  #content ol, #content ul, #content div.eingerueckt {
    margin: 0 50px;
  }

  #content div.eingerueckt {
    font-style: italic;
  }

  #content div.zitat {
    border-left: 5px #c4d597 solid;
    margin-left: 40px;
    padding-left: 5px;
  }

  #content span.fett {
    font-style: normal;
    font-weight: bold;
  }

  #content #top {
    margin: 0 0 0 auto;
    width: 95px;
  }

  #content #top a:link, #content #top a:visited {
    background: url(../Grafiken/nachoben.png) no-repeat;
    border: 0;
    display: block;
    font-size: 0.7em;
    height: 22px;
    width: 95px;
  }

  #content #top a:hover {
    background-position: 0px -22px;
  }

  #content p#bilder a:link, #content p#bilder a:visited {
    border: 0;
    display: block;
    float: left;
    height: 140px;
    margin: 5px;
    text-align: center;
    width: 183px;
  }

  #content p#bilder a:hover {
    background: url("../Grafiken/foto_hover.png") no-repeat;
  }

  #content p#bilder img {
    border: 0;
    margin: 5px;
  }

  #content p#bilder a.hochkant:hover {
    background: url("../Grafiken/foto_hover_hochkant.png") no-repeat center;
  }

  .clr_left {
    clear: left;
  }

  /********************************************************************
  GAESTEBUCH
  ********************************************************************/

  .gbklasse0 {
    background-color: #d8e2ec;
    border-color: #b8c2cc;
  }

  .gbklasse1 {
    background-color: #e1e7ed;
    border-color: #c1c7cd;
  }

  .gbbox, #eingabe {
    -moz-border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
    margin-bottom: 10px;
  }

  p.gbhead {
    border-bottom: 1px #aaa solid;
  }

  #content p.gbhead a.postnumber {
    border: none;
    color: #306090;
    font-size: 1.4em;
    text-decoration: none;
  }

  #eingabe {
    background-color: #f0eeda;
    border-color: #dedeb2;
    font-family: Arial, Sans-Serif;
  }

  #eingabe table tr td {
    border-bottom: 1px #aaa solid;
    padding: 3px;
  }

  #eingabe table tr td p img {
    cursor: pointer;
  }

  #eingabe i {
    color: #aaa;
    font-size: 0.8em;
  }

  input, textarea {
    border: 1px solid #dedeb2;
  }