@CHARSET "UTF-8";

/* allgemein */
* {
    margin: 0;
    padding: 0;
}
body {
    /* browsers without css3 gradient support */
    background: #fff url("./../layout/hintergrund_grau.png") repeat-x 0 0;
    background: #fff -moz-linear-gradient(0% 30% 90deg,#fff, #797979) no-repeat;
    /* newer webkit browsers */
    background: #fff -webkit-linear-gradient(0% 30% 90deg,#fff, #797979) no-repeat;
    /* older webkit browsers, latest test safari 5.0.5 */
    background: #fff -webkit-gradient(linear, 0% 0%, 0% 30%, from(#797979), to(#fff)) no-repeat;
    background: #fff linear-gradient(0% 30% 90deg,#fff, #797979) no-repeat;
    color: #000;
    font: 16px/16px 'Buda', Verdana, Tahoma, sans-serif;
}
h2 {
    font-size: 80%;
    letter-spacing: .4em;
    margin-bottom: 2em;
}
h3 {
    font-size: 75%;
    letter-spacing: .3em;
    margin-top: 3.3em;
    margin-bottom: 1.7em;
    text-align: center;
}
p {
    margin-bottom: 1em;
    margin-top: 1em;
}
p#first {
    padding-top: .5em;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    outline: none;
}
fieldset {
    border: 1px dotted #754134;
    padding: .5em;
    margin: 1em 1em 1em 0;
    font-size: 75%;
    width: 12em;
    display: inline;
}
fieldset.buttonInline {
    border: none 0;
    width: auto;
    padding: 0;
    margin: 0;
}
h4, 
legend {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 105%;
}
h4 {
    font-size: 90%;
}
select {
    width: 11em;
    color: #754134;
}
table {
    font-size: 80%;
    text-align: left;
}
caption {
    font-style: italic;
    text-align: left;
}
th {
    vertical-align: top;
}
/* speziell */
#container_aussen {
    padding: 0 30px 0 30px;
}
#container_innen {
    width: 966px;
    margin: 0 auto;
}
h1 {
    margin-top: 5px;
    text-shadow: 0 0 3px #FFFFFF;
}
h1 a,
h1 a:hover,
h1 a:focus,
h1 span {
    color: #200f26;
    font-size: 16px;
}
h1:hover,
h1:focus {
    text-shadow: none;
}
#main {
    padding-top: 20px;
}
.hidden {
    display: none;
}

/* Admin-Menue */
#header p {
    font-size: 65%;
    color: #200f26;
    margin: 1em;
}
#header p a {
    color: #200f26;
}
#header p a:hover {
    text-decoration: underline;
}
/*************************/
/* Hauptbild Startseite */
#hauptbild_quer {
    width: 850px;
    margin: 0 auto;
}
#hauptbild_hoch {
    height: 850px;
    margin: 0 auto;
}
#main_img {
    display: block;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.7) inset,
        0 2px 0 rgba(255, 255, 255, 0.3) inset,
        0 -1px 0 rgba(0, 0, 0, 0.5) inset,
        0 1px 3px rgba(0, 0, 0, 0.4);
    border: 4px solid #fff;
}
.arrow {
    display: block;
    position: absolute;
    top: 50px;
}
.arrow.back {
    left: -40px;
}
.arrow.next {
    right: -25px;
}
.arrow:before,
.arrow:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0;
    content: "";
    background: none repeat 0 0 #b8b7b7;
}
.arrow:before {
    border-radius: 4px 16px 16px 4px;
    height: 25px;
    width: 25px;
}
.arrow:after {
    background: none;
    border-color: transparent #FFF;
    border-style: solid;
    border-width: 8px 0 7px 12px;
    left: 8px;
    margin-top: -3px;
}
.arrow.back:before {
    border-radius: 16px 4px 4px 16px;
}
.arrow.back:after {
    border-width: 8px 12px 7px 0;
    left: 4px;
}
.arrow:hover:before,
.arrow:focus:before,
.arrow:active:before {
    background: none repeat 0 0 #cf7e21;
}
.arrow span {
    display: none;
}

#show_info {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #fff;
    border: 4px solid #000;
    border-radius: 32px;
    background: #000;
    font: bold 24px/17px 'Meddon', cursive;
    text-align: center;
    box-shadow: 0 0 15px #fff;
}
#show_info.active {
    box-shadow: 0 0 15px #000;
}

#image_info {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: inset 0 5px 5px -2px rgba(0, 0, 0, 1);
    text-shadow: 0 1px 1px #fff;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.8);
}
#image_info > div {
    padding: 15px 40px 15px 15px;
}

.image_rating {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.form-content,
#kommentare {
    padding-bottom: 1.3em;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 90%;
}
#kommentare,
#kommForm {
    width: 70%;
    margin: 0 auto;
    color: #200f26;
    text-align: left;
    border-bottom: 2px dashed;
}
#kommForm {
    border-bottom: 0 none;
}
#kommentare h3 {
    border-bottom: 2px solid;
    padding-bottom: .4em;
    font-size: 100%;
}
#kommForm h3,
#formular h2 {
    margin-top: 20px;
    font-size: 100%;
    letter-spacing: 0.2em;
    text-align: center;
}
.beitrag {
    margin: 1.3em 0 0 0;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 20px;
}
.beitrag a,
.impressum a,
#image_info a {
    padding: 0 2px;
    color: #cf7e21;
}
.beitrag a:hover,
.impressum a:hover,
#image_info a:hover {
    border-bottom: 1px dotted;
}
.beitrag .autor {
    font-weight: bold;
}
.userInfo {
    float: left;
    width: 25%;
    margin-left: 2em;
}
.user {
    font-weight: bold;
}
.beitragText {
    margin-left: 35%;
    margin-right: 2em;
}
#kommForm .form-content {
    margin: 0 28px;
}
.form-content label {
    font-size: 100%;
}
button {
    border: 0 none;
    background: none;
    cursor: pointer;
}
button span {
    display: block;
    padding: 5px 7px;
    border: 1px solid #7b5202;
    border-radius: 4px;
    color: #302002;
    text-shadow: 0 1px 1px #fff;
    background-image: linear-gradient(bottom, rgb(181,141,60) 15%, rgb(222,186,113) 58%, rgb(247,218,161) 79%);
    background-image: -o-linear-gradient(bottom, rgb(181,141,60) 15%, rgb(222,186,113) 58%, rgb(247,218,161) 79%);
    background-image: -moz-linear-gradient(bottom, rgb(181,141,60) 15%, rgb(222,186,113) 58%, rgb(247,218,161) 79%);
    background-image: -webkit-linear-gradient(bottom, rgb(181,141,60) 15%, rgb(222,186,113) 58%, rgb(247,218,161) 79%);
    background-image: -ms-linear-gradient(bottom, rgb(181,141,60) 15%, rgb(222,186,113) 58%, rgb(247,218,161) 79%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.15, rgb(181,141,60)),
        color-stop(0.58, rgb(222,186,113)),
        color-stop(0.79, rgb(247,218,161))
    );
}
button:hover span {
    border-color: #cca14b;
    background-image: linear-gradient(bottom, rgb(204,161,75) 15%, rgb(227,191,118) 58%, rgb(245,223,182) 79%);
    background-image: -o-linear-gradient(bottom, rgb(204,161,75) 15%, rgb(227,191,118) 58%, rgb(245,223,182) 79%);
    background-image: -moz-linear-gradient(bottom, rgb(204,161,75) 15%, rgb(227,191,118) 58%, rgb(245,223,182) 79%);
    background-image: -webkit-linear-gradient(bottom, rgb(204,161,75) 15%, rgb(227,191,118) 58%, rgb(245,223,182) 79%);
    background-image: -ms-linear-gradient(bottom, rgb(204,161,75) 15%, rgb(227,191,118) 58%, rgb(245,223,182) 79%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.15, rgb(204,161,75)),
        color-stop(0.58, rgb(227,191,118)),
        color-stop(0.79, rgb(245,223,182))
    );
}

.form-content .button-box {
    float: right;
    text-align: right;
}

/************************************/
/* Formulare Bilder und Kategorien */
#formulare {
    margin: 0 auto;
}
#formulare div {
    margin-top: 20px;
    float: left;
    max-width: 400px;
}
#formulare #formLinks {
    margin-left: 30px;
    border-right: 1px dotted;
    padding-right: 75px;
}
#formulare #formRechts {
    margin-left: 75px;
}
#formulare label {
    display: inline-block;
    width: 140px;
}
#formulare input,
#formulare select {
    margin-top: .3em;
    color: #000;
}
#formulare ol {
    padding: 20px;
    font-size: 80%;
}
#formulare ol li {
    list-style: none;
}
/* allgemeine Formulare */
label {
    display: block;
    font-size: 80%;
}
input[type="text"],
textarea {
    margin: 2px 0 10px 0;
    padding: 2px;
}
textarea {
    font-family: inherit;
    font-size: 90%;
}
#formular,
#kontaktForm {
    margin: 0 auto;
    width: 70%;
}
#kontaktForm {
    margin-top: 50px;
}
#autor, 
#email,
#homepage,
#inhalt, 
#antwort,
.form-content input,
.form-content textarea {
    width: 100%;
}
#kommentare {
    position: relative;
}
#fillFields {
    position: absolute;
    bottom: -240px;
    left: 26%;
    width: 260px;
    height: 100px;
    padding: 30px;
    background: #f7f7f7;
    line-height: 1.5em;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.7);
}
#fillFields.guestbook {
    top: 60px;
    left: 38%;
}
#closeWindow {
    float: right;
    height: 34px;
    margin-top: 45px;
    padding: 0 7px;
    cursor: pointer;
}
input[type=submit],
input[type=reset] {
    padding: 1px 5px;
}

/************************/ 
/* alle Bilder anzeigen*/
#alleBilder {
    border-top: 1px dotted;
    padding-top: 15px;
}
table#bilderTabelle {
    border: 1px solid #000;
    margin: 15px 0;
    border-collapse: collapse;
}
#bilderTabelle th {
    background-color: #dfaa6e;
}
#bilderTabelle tr:nth-child(odd) {
    background-color: #ffdead;
}
#bilderTabelle tr:nth-child(even) {
    background-color: transparent;
}
#bilderTabelle th,
#bilderTabelle td {
    border-left: 1px dotted #000;
    padding: 4px;
}
#bilderTabelle td {
    font-size: 80%;
}
#bilderTabelle img {
    border: 1px solid;
}
/********************/
/* Hauptmenue */
#menu {
    margin: 30px auto 0 auto;
    text-align: center;
    position: relative;
    width: 537px;
}
#menu li a {
    width: 57px;
    height: 57px;
    display: block;
    position: absolute;
    top: 30px;
    color: #cf7e21;
    font-size: 65%;
    font-weight: bold;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.7);
}
#menu li a:hover,
#menu li a:focus {
    box-shadow: 0px 4px 10px -2px #cf7e21;
    -webkit-box-shadow: 0px 4px 10px -2px #cf7e21;
    -moz-box-shadow: 0px 4px 10px -2px #cf7e21;
}
#menu a span {
    position: absolute;
    top: 63px;
    color: #cf7e21;
    visibility: hidden;
}
#menu a:hover span,
#menu a:focus span {
    visibility: visible;
}
a#neuesteBilder {
    background: transparent url("./../layout/neuesteBilder.jpg") no-repeat;
}
a#neuesteBilder:hover,
a#neuesteBilder:focus {
    background: transparent url("./../layout/neuesteBilder_hover.jpg") no-repeat;
}
a#neuesteBilder:hover span,
a#neuesteBilder:focus span,
a#neuesteBilder:active span {
    left: 0;
}
a#alben {
    left: 121px;
    background: transparent url("./../layout/alben.jpg") no-repeat;
}
a#alben:hover,
a#alben:focus {
    background: transparent url("./../layout/alben_hover.jpg") no-repeat;
}
a#alben span.hover {
    left: 13px;
}
a#specials {
    left: 239px;
    background: transparent url("./../layout/specials.jpg") no-repeat;
}
a#specials:hover,
a#specials:focus {
    background: transparent url("./../layout/specials_hover.jpg") no-repeat;
}
a#specials span.hover {
    left: 6px;
}

#error404 {
    width: 543px;
    margin: 0 auto;
}
#error404 a {
    color: #000;
    text-decoration: underline;
}
#error404 img {
    border: 2px solid #000;
}
/***********/
/* Footer */
#footer {
    clear: both;
    position: relative;
    margin-top: 30px;
    padding-bottom: 20px;
    color: #200f26;
    text-align: center;
    font-size: 14px;
}
#footer ul {
    list-style-type: none;
}
#footer li {
    display: inline;
}
#footer a {
    color: #200f26;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
}
#footer a:hover,
#footer a:focus {
    color: #cf7e21;
}
#footer a {
    border-right: 2px solid #200f26;
    padding-right: 8px;
    margin-left: 8px;
}
#footer a.first {
    margin-left: 0;
}
#footer a.last {
    padding-right: 0;
    border: 0 none;
}
/**************/

/* Allgemeine Klassen */
.left,
.right {
    margin-bottom: 4.5em;
    width: 230px;
    height: 173px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.gruss {
    font-style: italic;
}
.anmerkung {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    margin-top: 2em;
}
.sternchen {
    color: #ff4500; 
}
.height1-3em {
    height: 1.3em;
}
.ausgegraut {
    color: #a1a0a0;
}
.fett {
    font-weight: bold;
}
#formulare ol li ol.ol-innen {
    padding: 0 0 0 140px;
    font-size: 100.1%;
    margin-top: -1em;
}
#formulare input.button {
    margin-top: 1.5em;
}
#imgName,
#neuerBildName,
#kategorie,
#neuerKatName {
    background: #fff url(./../layout/status.gif) 120px 0 no-repeat;
    border: 1px solid #ccc;
}
#imgName.thinking,
#neuerBildName.thinking,
#kategorie.thinking,
#neuerKatName.thinking {
    background-position: 120px -19px;
}
#imgName.approved,
#neuerBildName.approved,
#kategorie.approved,
#neuerKatName.approved {
    background-position: 120px -35px;
    background-color: #c3e334;
}
#imgName.denied,
#neuerBildName.denied,
#kategorie.denied,
#neuerKatName.denied {
    background-color: #a60a0a;
    background-position: 120px -52px;
    color: #fff;
} 
#bilderlader {
    display: none;
}



#sterne {
    display: none;
    position: absolute;
    bottom: 13px;
    left: 10px;
}
#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;
}

.text {
    font: 13px/20px Verdana, Arial, sans-serif;
}
.text h2 {
    font: bold 18px/16px 'Buda',Verdana,Tahoma,sans-serif;
}

.impressum {
    width: 70%;
    margin: 50px auto 150px auto;
}

.upload-form textarea { 
    width: 282px;
}

