/* ---------------- */
/* --- Generell --- */
/* ---------------- */

/* --- Alle Objekte --- */
* { font-family: Verdana, Arial, Helvetica; font-size: 8pt; }

/* --- Gesamter Body --- */
body { color: #000000; background-color: #ffffff; margin: 10px; }

/* --- Absatzformatierungen --- */
p { text-align: justify; }
h1 { font-weight: bold; text-decoration: none; color: #000000; font-size: 11pt; display: inline; }
h2 { font-weight: bold; text-decoration: none; color: #000000; font-size: 10pt; display: inline; }
h3 { font-weight: bold; text-decoration: none; color: #000000; font-size: 9pt; display: inline; }
form { display: inline; }
hr { border: 1px solid #dddddd; height: 1px; }

/* --- Tabellenformatierungen --- */
table { border-spacing: 0px; padding: 0px; margin: 0 auto 0; font-size: 8pt; }
th { font-weight: bold; border: 0px; }
td { border: 0px; }

/* --- Hyperlinkformatierungen --- */
a, a:link, a:visited { color: #002682; text-decoration: underline; }
a:hover, a:focus, a:active { color: #dd0000; text-decoration: none; }

/* --- Bilder --- */
img { border: 0px; margin: 10px; }
.nomarg { margin: 0px; }

/* --- Hyperlink-Icons --- */
.litlpic { vertical-align: middle; margin: 0px; margin-right: 5px; }

/* --- Sitemap --- */
.sitemap1 { margin-left: 0px; }
.sitemap2 { margin-left: 20px; }
.sitemap3 { margin-left: 40px; }
.sitemap4 { margin-left: 60px; }

/* --- Content Table (Inhalte) --- */
.conttab { width: 100%; border-bottom: 1px solid #ffe17d; margin-left: 0px; margin-right: auto; }
.conttab tr:hover, .conttab tr:focus, .conttab tr:active { background-color: #ffffcc; }
.conttab th { text-align: left; background-color: #ffe17d; padding: 5px; }
.conttab td { padding: 5px; vertical-align: top; }
.conttab .tdfirst { border-left: 1px solid #ffe17d; }
.conttab .tdlast { border-right: 1px solid #ffe17d; }
.conttab .tdcombo { border-left: 1px solid #ffe17d; border-right: 1px solid #ffe17d; }
.conttab img { margin: 0px; }
.conttab .prev img { margin-right: 5px; }
.conttab .litlpic { vertical-align: middle; margin-right: 5px; }
.conttab .litlct a { font-size: 7pt; }

/* --- Galerie Table (für Galerie) --- */
.galertb { width: 100%; border-bottom: 1px solid #ffe17d; margin-left: 0px; margin-right: auto; }
.galertb tr:hover, .galertb tr:focus, .galertb tr:active { background-color: #ffffcc; }
.galertb th { text-align: left; background-color: #ffe17d; padding: 5px; }
.galertb td { padding: 5px; text-align: center; }
.galertb .tdfirst { border-left: 1px solid #ffe17d; }
.galertb .tdlast { border-right: 1px solid #ffe17d; }
.galertb .tdcombo { border-left: 1px solid #ffe17d; border-right: 1px solid #ffe17d; }
.galertb img { margin: 0px; }
.galertb .litlpic { vertical-align: middle; margin-right: 5px; }
.galertb .litlct a { font-size: 7pt; }

/* --- Artikel Table (für Artikeldarstellung) --- */
.artstab { width: 100%; border: 0px; margin: 0px; }
.artstab .tdfirst { text-align: left; vertical-align: top; padding: 5px; }
.artstab .tdlast { text-align: right; vertical-align: top; padding: 5px; }
.artstab .tdlast img { margin-top: 0px; }

/* --- Leertabelle (für Galeriedarstellung) --- */
.cleartb { width: 250px; border: 0px; margin: 0px; text-align: left; }


