/* FARBEN */

html { background: #f9d5bb; background: url('/data/site/bg-rot.jpg'); color: #3c3d47; }

h1 { color: #3c3d47; }
h1:after { border-bottom: 7px dotted #f66767; }
h2 { color: #f66767; }
h3 { color: #f9d5bb; }
h3:after { border-bottom: 5px dotted #f66767; }

a { color: #f66767; }

.logo { background: #ffffff; }
.nav { background: rgba(255, 255, 255, 0.9); border-top: 6px solid #f66767; color: #3c3d47; }
.text ul li:before { color: #f66767; }
.impressum { background: #3c3d47; }
.news .item { background: #3c3d47; color: #f9d5bb; }
.gallery .item { background: #3c3d47; }
.gallery .item:after { border-bottom: 5px dotted #f66767; }
.gallery .item a .detail { background: rgba(60,61,71,0.9); color: #f9d5bb; }
.gallery .item a .detail .counter { color: #f66767; }

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