/* FARBEN */

html { background: #222831; background: url('/data/site/bg-beige.jpg'); color: #ececec; }

h1 { color: #ececec; }
h1:after { border-bottom: 7px dotted #222831; }
h2 { color: #c1a57b; }
h3 { color: #222831; }
h3:after { border-bottom: 5px dotted #c1a57b; }

a { color: #c1a57b; }

.logo { background: #c1a57b; }
.nav { background: rgba(255, 255, 255, 0.9); border-top: 6px solid #c1a57b; color: #222831; }
.text ul li:before { color: #c1a57b; }
.impressum { background: #ececec; }
.news .item { background: #ececec; color: #222831; }
.gallery .item { background: #ececec; }
.gallery .item:after { border-bottom: 5px dotted #222831; }
.gallery .item a .detail { background: rgba(236,236,236,0.9); color: #222831; }
.gallery .item a .detail .counter { color: #c1a57b; }

form input[type='submit'] { background: #c1a57b; }
