
/* FARBEN */

html { background: #f8f8f8; background: url('/data/site/scratches.jpg'); color: #2b2b28; }

h1 { color: #2b2b28; }
h1:after { border-bottom: 7px dotted #e3b04b; }
h2 { color: #e3b04b; }
h3 { color: #f8f8f8; }
h3:after { border-bottom: 5px dotted #e3b04b; }

a { color: #e3b04b; }

.logo { background: #ffffff; }
.nav { background: rgba(255, 255, 255, 0.9); border-top: 6px solid #e3b04b; color: #2b2b28; }
.text ul li:before { color: #e3b04b; }
.impressum { background: #2b2b28; }
.news .item { background: #2b2b28; color: #f8f8f8; }
.gallery .item { background: #2b2b28; }
.gallery .item:after { border-bottom: 5px dotted #e3b04b; }
.gallery .item a .detail { background: rgba(43,43,40,0.9); }
.gallery .item a .detail .counter { color: #e3b04b; }

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