/* FARBEN */

html { background: #f1f3f8; background: url('/data/site/bg-blau.jpg'); color: #393b44; }

h1 { color: #393b44; }
h1:after { border-bottom: 7px dotted #8d93ab; }
h2 { color: #8d93ab; }
h3 { color: #f1f3f8; }
h3:after { border-bottom: 5px dotted #8d93ab; }

a { color: #8d93ab; }

.logo { background: #ffffff; }
.nav { background: rgba(255, 255, 255, 0.9); border-top: 6px solid #8d93ab; color: #393b44; }
.text ul li:before { color: #8d93ab; }
.impressum { background: #393b44; }
.news .item { background: #393b44; color: #f1f3f8; }
.gallery .item { background: #393b44; }
.gallery .item:after { border-bottom: 5px dotted #8d93ab; }
.gallery .item a .detail { background: rgba(57,59,68,0.9); color: #f1f3f8; }
.gallery .item a .detail .counter { color: #8d93ab; }

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