* {
  margin: 0;
  padding: 0;
  }

html {
  font-size: 101%;
  height: 100%;
  width: 100%;
  }

body {
  background: url("../gfx/body_background.png") repeat-x;
  }

#fototable {
  background: url("../gfx/fototable_bg.png");
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  }

      #log {
        border-right: 2px #fff solid;
        border-top: 2px #fff solid;
        color: #ddd;
        left: 20px;
        position: absolute;
        top: 20px;
        z-index: 200;
        }

a {
  color: #1370AB;
  text-decoration: none;
  }

a:hover {
  color: #39f;
  }

#header {
  background: url("../gfx/header_hands.png") no-repeat bottom left;
  height: 100px;
  }

#navigation {
  background: url("../gfx/navigation_background.png") no-repeat top right;
  font-family: Calibri, Arial;
  height: 330px;
  margin-top: -28px;
  padding: 45px 10px 10px 10px;
  width: 260px;
  }

#navigation #menubox {
  background: url("../gfx/navigation_box_background.png") repeat-y;
  width: 233px;
  }

#navigation #menubox div.menuClosed {
  background-color: #efefef;
  margin: 1px 5px;
  width: 223px;
  }
#navigation #menubox div.menuOpen {
  background: url("../gfx/navigation_box_background_activelink.png") repeat-x;
  background-color: #fff;
  margin: 1px 5px;
  width: 223px;
  }

#navigation #menubox div a {
  display: block;
  height: 30px;
  width: 223px;
  }

#navigation #wuu a {
  background: url("../gfx/navigation_wirueberuns.png") no-repeat;
  }
#navigation #wuu_aktiv a {
  background: url("../gfx/navigation_wirueberuns_aktiv.png") no-repeat;
  }

#navigation #referenzen a {
  background: url("../gfx/navigation_referenzen.png") no-repeat;
  }
#navigation #referenzen_aktiv a {
  background: url("../gfx/navigation_referenzen_aktiv.png") no-repeat;
  }

#navigation #fg a {
  background: url("../gfx/navigation_fotogalerie.png") no-repeat;
  }
#navigation #fg_aktiv a {
  background: url("../gfx/navigation_fotogalerie_aktiv.png") no-repeat;
  }

#navigation #gb a {
  background: url("../gfx/navigation_gaestebuch.png") no-repeat;
  }
#navigation #gb_aktiv a {
  background: url("../gfx/navigation_gaestebuch_aktiv.png") no-repeat;
  }

#navigation #forum a {
  background: url("../gfx/navigation_forum.png") no-repeat;
  }

#navigation #kontakt a {
  background: url("../gfx/navigation_kontakt.png") no-repeat;
  }
#navigation #kontakt_aktiv a {
  background: url("../gfx/navigation_kontakt_aktiv.png") no-repeat;
  }

#navigation #menubox div a span {
  display: none;
  }

#navigation #menubox p.fotobox {
  background: no-repeat left center;
  font-size: 12px;
  margin: 5px 0px 15px 10px;
  padding: 4px 0px 4px 45px;
  }

#navigation #menubox p.fotobox a {
  background: none;
  display: inline;
  font-size: 14px;
  }

#navigation #menubox p.fotobox#default {
  background: url("../gfx/navigation_wuu_default.png") no-repeat left center;
  }

#navigation #menubox p#more_galleries {
  padding-right: 5px;
  text-align: right;
  }

#navigation #menubox p#more_galleries a {
  background: none;
  display: inline;
  font-size: 12px;
  }

#navigation #arrow {
  left: 238px;
  position: absolute;
  }

#navigation #menubox_top {
  background: url("../gfx/navigation_box_top.png") no-repeat left bottom;
  height: 6px;
  margin-bottom: -1px;
  width: 233px;
  }

#navigation #menubox_bottom {
  background: url("../gfx/navigation_box_bottom.png") no-repeat left top;
  height: 6px;
  margin-top: -1px;
  width: 233px;
  }

#content {
  background: url("../gfx/content_background2.png") no-repeat top left;
  background-color: #fff;
  font-family: Calibri, Arial;
  font-size: 14px;
  left: 280px;
  padding: 30px 35px 10px 20px;
  position: relative;
  top: -387px;
  width: 654px;
  }

#content h1 {
  color: #4d708b;
  font-family: Calibri, Arial;
  font-size: 14px;
  margin-top: 15px;
  }

#content p {
  line-height: 20px;
  margin: 5px 0px 5px 0px;
  text-align: justify;
  }

#content ul li {
  line-height: 20px;
  margin-left: 40px;
  }

#content_footer {
  background: url("../gfx/content_footer_background.png") no-repeat;
  color: #ccc;
  height: 45px;
  margin: 10px -35px 10px -32px;
  padding: 10px 35px 0px 20px;
  text-align: right;
  }

#content_footer p {
  text-align: center;
  padding: 20px;
  }

#content .galeriePaging {
  border: 1px solid #1370AB;
  padding: 3px;
  }

#content .galeriePaging:hover {
  border-color: #39f;
  }