@CHARSET "UTF-8";
a {
    color: #200f26;
}
a:hover,
a:focus {
    color: #cf7e21;
}
/***********************************************/
/* linke Spalte */
#linkeSpalte {
    float: left;
    width: 20%;
}
#linkeSpalte ul {
    margin-top: 50px;
}
#linkeSpalte li {
    padding-bottom: 0.7em;
}
#linkeSpalte li#current {
    font-weight: bold;
    text-shadow: 1px 1px 0 #8c8c8c;
}
#linkeSpalte li#current a:hover {
    color: #200f26;
}
#linkeSpalte a {
    font-size: 75%;
    letter-spacing: 1px;
}
#linkeSpalte ul li ul {
    margin-top: 0px;
    font-weight: normal;
    padding-left: 2em;
}
#linkeSpalte ul li ul li {
    padding-bottom: .3em;
}
#linkeSpalte ul li#current ul li a:hover,
#linkeSpalte ul li#current ul li a:hover {
    color: #cf7e21;
}
/*************************************************/
/* rechte Spalte */
#rechteSpalte {
    float: right;
    width: 15%;
}
#info-icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent url(./../layout/Camera-20.png) no-repeat 0 0;
    cursor: pointer;
}
#infoRechts {
    position: relative;
    top: 48px;
    margin-right: 50px;
    margin-left: -50px;
    background: #4b4b4b;
    border: 1px solid #000;
    color: #fff;
    padding: 5px;
}
#infoRechts h2 {
    font-size: 60%;
    margin-bottom: 10px;
}
#infoRechts dt,
#infoRechts dd,
#infoRechts p {
    font-size: 60%;
}
#infoRechts dd {
    padding-left: 0.5em;
    margin-bottom: 7px;
}
#infoRechts .description {
    margin-bottom: 10px;
}
#rechteSpalte img,
#linkeSpalte img {
    display: block;
    margin: 50px auto 0 auto;
    border: 1px solid #000;
}
#linkeSpalte img {
    margin-left: 0;
}
/*****************************************************/
/* mittlere Spalte */
#mittlereSpalte {
    margin: 0 20% 0 22%;
    width: 537px;
}
#mittlereSpalte .ohneRahmen {
    border: none 0;
    display: inline;
    margin: 0 2em 3.5em 0;
}
/* Hauptbild Album-Seiten - Anfang */
#hauptbild_quer,
#hauptbild_quer_gross,
#hauptbild_quer_klein,
#hauptbild_hoch {
    position: relative;
    margin: 0 auto;
}
#hauptbild_quer a[rel] img,
#hauptbild_quer_gross a[rel] img,
#hauptbild_quer_klein a[rel] img,
#hauptbild_hoch a[rel] img {
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.7);
}
#hauptbild_quer a[rel] img:hover,
#hauptbild_quer_gross a[rel] img:hover,
#hauptbild_quer_klein a[rel] img:hover,
#hauptbild_hoch a[rel] img:hover {
    -webkit-box-shadow: 0 5px 10px -2px #cf7e21;
    -moz-box-shadow: 0 5px 10px -2px #cf7e21;
    box-shadow: 0 5px 10px -2px #cf7e21;
}
#hauptbild_quer,
#hauptbild_quer_gross,
#hauptbild_quer_klein {
    width: 543px;
}
#hauptbild_hoch {
    height: 543px;
}
#hauptbild_quer img,
#hauptbild_quer_gross img,
#hauptbild_quer_klein img,
#hauptbild_hoch img {
    border: 3px solid #fff;
}
.arrow.back,
.arrow.next {
    position: absolute;
    top: 0;
    display: block;
    width: 60px;
    height: 100%;
}
.arrow.back {
    left: 0;
}
.arrow.next {
    right: 0;
}
#hauptbild_quer a.arrow.back:hover,
#hauptbild_quer a.arrow.back:focus {
    background: transparent url(./../layout/zurueck_quer.png) no-repeat;
}
#hauptbild_quer_klein a.arrow.back:hover,
#hauptbild_quer_klein a.arrow.back:focus {
    background: transparent url(./../layout/zurueck_quer_klein.png) no-repeat;
}
#hauptbild_hoch a.arrow.back:hover,
#hauptbild_hoch a.arrow.back:focus,
#hauptbild_quer_gross a.arrow.back:hover,
#hauptbild_quer_gross a.arrow.back:focus {
    background: transparent url(./../layout/zurueck_hoch.png) no-repeat;
}
#hauptbild_quer a.arrow.next:hover,
#hauptbild_quer a.arrow.next:focus {
    background: transparent url(./../layout/weiter_quer.png) no-repeat;
}
#hauptbild_quer_klein a.arrow.next:hover,
#hauptbild_quer_klein a.arrow.next:focus {
    background: transparent url(./../layout/weiter_quer_klein.png) no-repeat;
}
#hauptbild_hoch a.arrow.next:hover,
#hauptbild_hoch a.arrow.next:focus,
#hauptbild_quer_gross a.arrow.next:hover, 
#hauptbild_quer_gross a.arrow.next:focus {
    background: transparent url(./../layout/weiter_hoch.png) no-repeat;
}
/* Hauptbild Album-Seiten - Ende */
#sternWertung {
    float: left;
    margin: .5em 0 0 2px;
}
#sternWertung img {
    border: 0 none;
}
#meinungen a {
    display: block;
    float: right;
    height: 18px;
    margin-top: .5em;
}
#meinungen a#info {
    width: 14px;
    background: transparent url(./../layout/info.png) no-repeat top left;
    border-right: 2px solid #86867e;
    padding-right: 8px;
}
#meinungen a:hover#info,
#meinungen a:focus#info {
    background: transparent url(./../layout/info_hover.png) no-repeat top left;
}
#meinungen a#wertung {
    width: 19px;
    background: transparent url(./../layout/stern.png) no-repeat top left;
    margin-left: 8px;
    margin-right: 8px;
}
#meinungen a:hover#wertung,
#meinungen a:focus#wertung {
    background: transparent url(./../layout/stern_hover.png) no-repeat top left;
}
#meinungen a#kommentar {
    display: inline;
    color: #86867e;
    border-left: 2px solid #86867e;
    padding-left: 8px;
    font-size: 90%;
}
#meinungen a:hover#kommentar,
#meinungen a:focus#kommentar {
    color: #4c4c47;
}
#neueThumbs {
    margin-top: 5em;
    position: relative;
}
#neueThumbs div {
    display: inline;
    width: 61px;
    height: 61px;
    position: absolute;
    -webkit-box-shadow: 2px 4px 7px -2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 2px 4px 7px -2px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 4px 7px -2px rgba(0, 0, 0, 0.7);
}
#neueThumbs div:hover,
#neueThumbs div:focus {
    -webkit-box-shadow: 2px 4px 7px -2px #cf7e21;
    -moz-box-shadow: 2px 4px 7px -2px #cf7e21;
    box-shadow: 2px 4px 7px -2px #cf7e21;
}
#neueThumbs div a {
    border: none 0;
}
#neueThumbs div a img {
    border: 2px solid #fff;
}
#neueThumbs2 {
     left: 121px;
}
#neueThumbs3 {
    left: 239px;
}
#neueThumbs4 {
    left: 355px;
}
#neueThumbs5 {
    right: 0;
}
p#seitenZahlen {
    padding-top: 100px;
    text-align: center;
}
#formular a {
    color: #200f26;
}
#sterne {
    margin: .5em auto 1.5em auto;
    width: 220px;
}
#sterne span.star {
    height: 18px;
    display: block;
    margin-left: 19px;
    background: transparent url(./../layout/stern.png) no-repeat top left;
}
#sterne span.star:hover {
    background: transparent url(./../layout/stern_orange.png) no-repeat top left;
}
#sterne .sternBox {
    display: block;
    float: left;
    width: 19px;
    height: 19px;
}
#sterne span#stern1 {
    margin-left: 0;
    width: 95px;
}
#sterne span#stern2 {
    width: 76px;
}
#sterne span#stern3 {
    width: 57px;
}
#sterne span#stern4 {
    width: 38px;
}
#sterne span#stern5 {
    width: 19px;
}
#kommentare,
#kommentareAlben {
    margin-top: 200px;
    padding-bottom: 1.3em;
    color: #200f26;
    text-align: left;
    border-bottom: 3px solid;
    font-size: 80%;
}
#kommentare h3,
#kommentareAlben h3 {
    border-bottom: 3px solid;
    padding-bottom: .4em;
}
#kommentareAlben {
    margin-top: 50px;
}
.beitrag {
    margin: 1.3em 0 0 0;
}
.userInfo {
    float: left;
    width: 25%;
    margin-left: 2em;
}
.user {
    font-weight: bold;
}
.date {
    font-style: italic;
}
.beitragText {
    margin-left: 35%;
    margin-right: 2em;
}
#alben {
    margin-top: 30px;
}
#alben {
    text-align: center;
}
#alben img {
    display: inline;
    border: 0;
    margin: 1em .5em;
}
#linkListe {
    width: 70%;
    margin: 50px auto 0 auto;
}
#linkListe li {
    margin-bottom: 1em;
    line-height: 1.5em;
}
#linkListe a {
    text-decoration: underline;
}
/* Gaestebuch */
.autor, .datum {
    font-style: italic;
    font-size: 0.9em;
    font-family: Georgia, serif;
}
.autor {
    font-weight: bold;
}
/* Kontakt */
#kontaktForm {
    width: 50%;
}
#kontaktForm input,
#kontaktForm textarea {
    width: 95%;
}
#kontaktForm p.buttons input {
    width: 48%;
      text-align: center;
}
#kontaktForm textarea {
    height: 15em;
}
/************************************************/
/* Puzzles */
.noJS-puzzle {
    color: #eb4102;
}
#puzzle-1 table {
    width: 276px;
    margin: 2em auto;
    position: relative;
}
#ganzesBild.bildAnzeigen {
    width: 276px;
    height: 276px;
    margin: 0 auto;
    border: 1px solid #000;
    background: transparent url(./../media/puzzles/schieb_1/puzzle_1.jpg) no-repeat top left;
}
#puzzle-1 #gewonnen.unsichtbar {
    visibility: hidden;
}
#puzzle-1 #gewonnen.sichtbar {
    visibility: visible;
    font-weight: bold;
    color: #a60a0a;
    text-align: center;
}
#puzzle-1 table {
    border: 1px solid;
    border-collapse: collapse;
}
#puzzle-1 #puzzleTabelle.weg {
    display: none;
}
/***************************************************************************/
/* Footer */
#footer {
    margin-top: 100px;
}
#footer a {
    color: #200f26;
}
#footer a#kontakt,
#footer a#about {
    border-color: #200f26;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #cf7e21;
}
#footer.footerHoch {
    margin-top: 70px;
}
#footer.footerRunter {
    margin-top: 350px;
}
#footer.footerRunterAbout {
    margin-top: 200px;
}
