/* DATEI: haug.css */

body {
 background-color: white;
 font-family: verdana,arial,helvetica,sans-serif;
 }

a:link {
 color: black;
 text-decoration: none;
 font-weight: bold;
 }
a:visited {
 color: black;
 text-decoration: none;
 font-weight: bold;
 }
a:hover {
 color: black;
 text-decoration: none;
 font-weight: bold;
 }
a:active {
 color: black;
 text-decoration: none;
 font-weight: bold;
 }
a:focus {
 color: black;
 text-decoration: none;
 font-weight: bold;
 }
.grau a:link {
 background-color: silver;
 color: black;
 text-decoration: none;
 font-weight: bold;
 }
.grau a:visited {
 background-color: silver;
 color: black;
 text-decoration: none;
 font-weight: bold;
 }
.grau a:hover {
 background-color: silver;
 color: black;
 text-decoration: none;
 font-weight: bold;
 }
.grau a:active {
 background-color: silver;
 color: black;
 text-decoration: none;
 font-weight: bold;
 }
.grau a:focus {
 background-color: silver;
 color: black;
 text-decoration: none;
 font-weight: bold;
 }

.rot {
 color: red;
 }
.aussen_u1 {
 margin-bottom: 1px;
 }
.aussen_u6 {
 margin-bottom: 6px;
 }
.aussen_u6_rot {
 color: red;
 margin-bottom: 6px;
 }
.aussen_u13 {
 margin-bottom: 13px;
 }
.aussen_u13_einzug13 {
 margin-bottom: 13px;
 text-indent: 13px;
 }
.aussen_u13_rot {
 background-color: red;
 margin-bottom: 13px;
 padding: 2px
 }
.splash { 
 position: absolute; 
 left: 250px; 
 top: 200px; 
 width: 300px; 
 height: 200px; 
 background-color: red; 
 text-align: center; 
 visibility: hidden; 
 z-index: 10; 
 }
.schatten { 
 position: absolute; 
 left: 257px; 
 top: 207px; 
 width: 300px; 
 height: 200px; 
 background-color: gray; 
 visibility: hidden; 
 z-index: 10; 
 }

div.untertitel_mitte {
 margin-top: 13px;
 margin-bottom: 13px;
 border: none;
 font-size: 19px;
 }
div.inhalt_mitte {
 border: none;
 font-size: 13px;
 line-height: 14px;
 }

div.eins_erste_kolumne {
 padding: 1px;
 border: none;
 }
div.eins_eins_titel {
 border: none;
 font-size: 14px;
 line-height: 15px;
 }
div.eins_eins {
 border: none;
 font-size: 13px;
 line-height: 14px;
 }
div.eins_zweite_kolumne {
 padding: 1px;
 border: none;
 }
div.eins_zwei {
 border: none;
 font-size: 13px;
 line-height: 14px;
 }
div.eins_dritte_kolumne {
 padding: 1px;
 border: thin solid red;
 }
div.eins_drei {
 border: none;
 font-size: 13px;
 line-height: 14px;
 }
div.zwei_erste_kolumne {
 background-image: url(../bilder/kirschbluete_miniatur.jpg);
 background-repeat: repeat-x;
 border: none;
 }
div.zwei_eins {
 border: none;
 }
div.drei_erste_kolumne {
 padding: 1px;
 border: none;
 }
div.drei_eins_titel {
 border: none;
 margin-bottom: 135px;
 font-size: 14px;
 line-height: 15px;
 }
div.drei_eins {
 border: none;
 font-size: 13px;
 line-height: 14px;
 }
div.drei_zweite_kolumne {
 padding: 1px;
 border: none;
 }
div.drei_zwei_titel {
 border: none;
 margin-bottom: 13px;
 font-size: 14px;
 line-height: 15px;
 }
div.drei_zwei {
 border: none;
 font-size: 13px;
 line-height: 14px;
 }
div.drei_dritte_kolumne {
 padding: 1px;
 border: thin solid red;
 }
div.drei_drei {
 border: none;
 font-size: 13px;
 line-height: 14px;
 }

 /* www.haug-ettenheim.de
   (c) Copyright 2001-2004 by Walter Haug.
   Alle Rechte vorbehalten.
   Seite zum letzten Mal geaendert 30/11/04. */

