html, body {
        margin: 0;
        padding: 5;
        font-family: "EB+Garamond", Georgia, Verdana, Arial;
        font-size: 16px;
        background-color: #F9F9F9;
}
a:link, a:visited, a:focus, a:hover, a:active {
        outline: none;
        font-weight: normal;
        color: #BF0000;
        font-size: 12px;
        text-decoration: none;
}
a:hover {
        color: #800000;
        text-decoration: underline;
}


.divider {width:300px; height:1px; margin:40px 0px 40px 0px; }

strong {
        font-style: inherit;
        font-weight: bold;
}
em {
        font-style: italic;
        font-weight: 100;
        line-height: inherit;
}
#header {
        z-index: 5;
                /*background: #efefef;
                height: 130px;
                box-shadow: 2px 2px 10px #333333;*/
                background:url(../images/bg3.png) top left repeat-x;
        left: 0;
        top: 0;
        width: 970px;
        height: 140px;
        position: fixed;
        padding-bottom: 0;
        overflow: visible;

}
#header h1 {
        width: 970px;
        font-weight: normal;
        margin: 32px auto;
        margin-bottom: 15px;
        padding-left:10px;
        font-size: 24px;
        color: #121212;
}
#header h2 {
        width: 970px;
        margin: auto;
        padding-left:10px;
        height: 52px;
        font-size: 17px;
        color: #121212;
        font-weight: normal;
}
#nav {
        float: right;
        font-family:arial,verdana;
        font-size:20px;
        display: inline;
        margin: 0;
        margin-right:10px;
        margin-top:-25px;
        text-align: left;

}
#content {
        width: 960px;
        margin: auto;
        padding: 150px 10px 50px 10px;
}
#bilder {
        float: left;
        width: 520px;
}

#content img.hover {
        border: 1px solid #ccc;
        float: left;
        border-radius: 10px;
}
#content img.hover:hover {
        cursor: zoom-in;
        box-shadow: 0px 0px 10px #555;
}

#content p {
        float: left;
        line-height:25px;
        padding-left:80px;
        width:400px;
}
#content p.impressum {
        float: none;
        margin: 50px auto;
        width: 600px;
        line-height: 160%;
}

/************* Highslide *************/

.highslide-body {COLOR:black; font-size:13px; line-height:20px; FONT-FAMILY:arial}

.highslide {cursor: url(highslide/graphics/zoomin.cur), pointer; outline: none;}
.highslide img {border: 1px solid black;}
.highslide:hover img {border: 2px solid black;}
.highslide-image {border: 10px solid white;}
.highslide-image-blur {}
.highslide-caption {
  FONT-WEIGHT:bold;
  display: none;
  border: 5px solid white;
  border-top: none;
  padding: 5px;
  background-color: white;}

.highslide-html {
  background-color: white;
  border: 1px solid black;}
.highslide-html-blur {}
.highslide-html-content {
  position: absolute;
  display: none;}

.highslide-loading {
  display: block;
  color: white;
  font-size: 9pt;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  border: 1px solid black;
  background-color: white;

  /*padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;*/}

a.highslide-credits,
a.highslide-credits i {
  padding: 0px;
  color: white;
  text-decoration: none;
  font-size: 0px;}
a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color:white;}

.highslide-display-block {
  display: block;
  background: white;}
.highslide-display-none {
  display: none;}

.control {
  float: right;
  display: block;
  /*position: relative;*/
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 10px;
  font-weight: bold;
  font-family:verdana;
  text-decoration: none;
  color: #008030;}

.control:hover {color: black !important;}
.highslide-move {cursor: move;}