@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Alegreya+Sans:300,400);
@import url(http://fonts.googleapis.com/css?family=Muli:400italic);
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC);
html, body, div {
scrollbar-face-color: #666666;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #666699;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #7F7F7F;
scrollbar-track-color: #666666;
scrollbar-arrow-color: #FFFFFF;
}

body {
  border:  none;
  font-family: "Muli",'sans-serif';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  background-color: #CCCCCC;
  color: #666666;
}
div#Rahmen {
  border: 1px solid black;
  padding: 0.8em;
  width: 47.1em;
}

#Headline {
  margin: 0em;
  padding: 0em;
 /* background: white url(../images/gradient.png) repeat-x scroll center top; */
  background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  text-transform: none;
  text-align: center;
  font-weight: inherit;
  font-family: TechnicBold;
  color: silver;
  display: block;
  height: 141px;
}
* html div#Rahmen {
  width: 47.1em;
}

div#Rahmen div {
  clear: left;
}

ul#Navigation {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul#Navigation li {
  margin: 0em;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
  position: relative;
}

* html ul#Navigation li {
  margin-bottom: -0.4em;
}

*:first-child + html ul#Navigation li {
  margin-bottom: 0em;
}

ul#Navigation li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.6em;
  left: 0em;
  display: none;
}

* html ul#Navigation li ul {
  left: -0.4em;
}
*:first-child + html ul#Navigation ul {
  background-color: #ffffff;
  padding-bottom: 0.4em;
}
ul#Navigation li:hover ul {
  display: block;
}
ul#Navigation li ul li {
  float: nne;
  display: block;
  margin-bottom: 0em;
}

ul#Navigation a, ul#Navigation span {
  border-style: solid;
  border-color: white black black white;
  border-width: 1px;
  padding: 0.2em 1em;
  display: block;
  font-family: "TechnicBold","Arial","Helvetica";
  width: 6.4em;
  text-decoration: none;
  font-weight: normal;
  background-color: #ffffff;
}
* html ul#Navigation a, * html ul#Navigation span {
  width: 6.4em;
}
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
  border-color: black white white black;
  color: white;
  background-color: #0000ff;
}
li a#aktuell {
  color: #ffff00;
  background-color: #00ff00;
}
ul#Navigation li ul span {
  background-color: maroon;
}

div#Footline {
  border: thin solid #bdbdbd;
  padding: 0.2em;
  font-size: smaller;
  visibility: visible;
  text-align: center;
  background-color: #444444;
}


#datenschutz {
  border: 1px solid #999999;
  padding: 5px;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  float: none;
  height: 80%;
  color: #000000;
  background-color: #FFFFFF;
  overflow: auto;
  visibility: visible;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px; /* Chrome, Safari */
  -khtml-border-radius: 15px 15px 15px 15px; /* Konqueror */
  border-radius: 15px 15px 15px 15px; /* CSS3 */
  behavior:url(border-radius.htc); /* Internet Explorer */
}
#datenschutz a:visited {
  color: black;
}
#datenschutz a:link {
  color: black;
}

#impressum {
  border: 1px solid #999999;
  padding: 5px;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  float: none;
  height: 80%;
  color: white;
  background-color: #FFFFFF;
  color: #000000;
  overflow: auto;
  visibility: visible;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px; /* Chrome, Safari */
  -khtml-border-radius: 15px 15px 15px 15px; /* Konqueror */
  border-radius: 15px 15px 15px 15px; /* CSS3 */
  behavior:url(border-radius.htc); /* Internet Explorer */
}

#impressum a:visited {
  color: red;
}
#impressum a:link {
  color: #0000FF;
}

div.content {
  border: 1px solid #999999;
  padding: 5px;
  display: block;
  visibility: visible;
  margin-left: 10%;
  margin-right: 10%;
  float: none;
  overflow: auto;
  height: 80%;
  color: #000000;
  background-color: #ffffff;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px; /* Chrome, Safari */
  -khtml-border-radius: 15px 15px 15px 15px; /* Konqueror */
  border-radius: 15px 15px 15px 15px; /* CSS3 */
  behavior:url(border-radius.htc); /* Internet Explorer */
}

a:visited {
  color:white;
}
a:link {
  color: white;
}

/*a:hover {
  font-weight: inherit;
  color: black;
  background-color: silver;
}*/

div#navbar {
  background-color: #444444;
  color: white;
  text-align: left;
  visibility: visible;
  font-family: "Muli",'sans-serif';
  font-weight: normal;
  width: 60%;
/*  min-width: 640px;*/
  text-transform: none;
  opacity: 0.8;
  display: block;
/*  float: left;*/
  position: absolute;
  top: 125px;
  left: 10px;
}

#navbar a:hover {
  font-weight: inherit;
  color: black;
  background-color: silver;
}

div#gallery_body {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #999999;
  padding: 5px;
  display: block;
  visibility: visible;
  margin-left: 10%;
  margin-right: 10%;
  float: none;
  height: 80%;
 }
 
div#gallery {
      width: 800px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      margin: 20px auto;
      border: 2px solid #003C72;
      }
  
#gallery.navigation {
      list-style: none;
      padding: 0;
      margin: 0;
      display:flex;
      justify-content: space-between;
}
	#navigation li {
      padding: 0;
      margin: 0;
      margin:5px 0 20px;
    }
    #navigation li a img {
      display: block;
      border: none;
    }
    #navigation li a {
      display: block;
    }
    #full-picture {
      width: 800px;
      height: 500px;
      overflow: hidden;
      float: left;
    }
    #full-picture img{
      width:100%;
	}