/*styles.css Thatsyou.de */

* {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Verdana, sans-serif;
}


body {
    width: 800px;
    background-color: black;
    margin: 25px auto;   
}

h1 {
   font-size: 30pt;
   color: white;
   padding-bottom: 10px;
   letter-spacing: 1px;
   font-weight: bold;
}

h1 {
    text-align: center;
    margin-bottom: 50px;
    margin-right: 280px;
    margin-left: 280px;
    cursor: default;
}

h1{
    text-decoration: none;
    color: white;
    text-shadow: gray 0px 0px 4px;
}

h1:hover {
    color: #808080;
    text-shadow: none;
}

nav ul {
    list-style-type: none;
}

nav li {
    display: inline;
    margin-right: 25px;
    background-color: white;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: #C0C0C0 3px outset;
    border-radius: 5px;
    font-weight: bold;
    cursor: default;
}

nav {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

nav a {
    text-decoration: none;
    color: black;
    text-shadow: gray 0px 0px 4px;
}

nav li:hover {
    border: #C0C0C0 3px inset;
}

nav a:hover {
    color: #808080;
    text-shadow: none;
}

section {
    width: 800px;
    float: left;
}

article {
    border: gray 4px groove;
    padding: 20px;
    text-align: left;
    margin-bottom: 30px;
    margin-right: 30px;
}

article h2 {
   font-size: 14pt;
   color: white;
   padding-bottom: 10px;
   letter-spacing: 1px;
   font-weight: bold;
}

article h3 {
   font-size: 12pt;
   color: white;
   padding-bottom: 10px;
   letter-spacing: 1px;
   font-weight: bold;
}

article p {
    font-size: 12pt;
    padding-bottom: 10px;
    color: white;
}

article blockquote {
    font-weight: bold;
    font-style: italic;
    font-size: 10pt;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    color: black;
}

article ul {
    list-style-type: none;
}

article li {
    display: inline;
    margin-right: 3px;
    margin-left: 3px;
    background-color: white;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: #C0C0C0 3px outset;
    border-radius: 5px;
    font-weight: bold;
    cursor: default;
    text-align: center;
}


article a {
    text-decoration: none;
    color: black;
    text-shadow: gray 0px 0px 4px;
}

article li:hover {
    border: #C0C0C0 3px inset;
}

article a:hover {
    color: #808080;
    text-shadow: none;
}


footer {
    clear: both;
    text-align: center;
    padding: 5px;
    background-color: white;
    color: black;
    border-radius: 10px;
}

footer p {
    font-size: 12pt;
    font-weight: bold;
    font-family: monospace;
    text-shadow: gray 1px 1px 2px;
}
footer a {
    text-decoration: none;
    color: black;
    text-shadow: gray 0px 0px 4px;
}


footer a:hover {
    color: #808080;
    text-shadow: none;
}

table {
    text-align: center;
    color: black;
    border: white 1px inset;
    background-color: #FFDB4B;
    float: left;
    margin-right: 20px;
}

td {
    border: white 1px inset;
    padding-right: 5px;
    padding-left: 5px;
}

thead {
    font-weight: bold;
}

td:hover {
    background-color: gray;
}

ul.lightbox li {
  overflow: hidden;
  position: fixed;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
}

ul.lightbox li:target {
   width: 100%;
   height: 100%;
   opacity: 1;                     /* Transparenz 100% */
   background: rgba(0, 0, 0, 0.8); /* Hintergrundfarbe und Transp. 80% */
    -moz-transition: opacity 1.5s; /* Zeitdauer für firefox*/
   -o-transition: opacity 1.5s;    /*... für Opera */
   -webkit-transition: opacity 1.5s; /*... für Smartphone, tablet, google*/
 }

ul.lightbox li:target a {
   position: absolute;
   top: 50%; /*zentriert das Bild von oben */
   left: 50%; /*zentriert das Bild von links */
   margin: -400px 0 0 -400px; /* nach oben und links um 300px */
   -moz-box-shadow:0 1px 8px #000000; /* Schattenbox Mozilla */
   -o-box-shadow:0 1px 8px #000000; /* Opera... */
   -webkit-box-shadow:0 1px 8px #000000; /*google etc. */
 }

 
img {
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* Preload images */
body:after {
  content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
  display: none;
}

ul.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

ul.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

ul.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

ul.lightbox a img {
  border: none;
}

ul.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

ul.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

ul.lb-container {
  padding: 4px;
}

ul.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

ul.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

ul.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

ul.lb-container > .nav {
  left: 0;
}

ul.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

ul.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

ul.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

ul.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

ul.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

ul.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

ul.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

ul.lb-data {
  padding: 0 4px;
  color: #ccc;
}

ul.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

ul.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

ul.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

ul.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

ul.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



