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

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

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

/* --- Absatzformatierungen --- */
p { text-align: justify; }
h1 { font-weight: bold; text-decoration: none; color: #000000; font-size: 12pt; display: inline; }
h2 { font-weight: bold; text-decoration: none; color: #000000; font-size: 11pt; display: inline; }
h3 { font-weight: bold; text-decoration: none; color: #000000; font-size: 10pt; display: inline; }
form { display: inline; }

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

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

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

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

/* --- Textformatierungen --- */
.trefmrk { color: #000000; }
.suchmrk { color: #ffb56f; }

/* --- 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 #000000; margin-left: 0px; margin-right: auto; }
.conttab th { text-align: left; border: 1px solid #000000; padding: 5px; }
.conttab td { padding: 5px; }
.conttab .tdfirst { border-left: 1px solid #000000; }
.conttab .tdlast { border-right: 1px solid #000000; }
.conttab .tdcombo { border-left: 1px solid #000000; border-right: 1px solid #000000; }
.conttab img { margin: 0px; }
.conttab .prev img { margin-right: 5px; }
.conttab .litlpic { vertical-align: middle; margin-right: 5px; }
.conttab .litlct a { font-size: 8pt; }

/* --- Galerie Table (für Galerie) --- */
.galertb { border-bottom: 1px solid #000000; border-top: 1px solid #000000; margin-left: 0px; margin-right: auto; }
.galertb th { text-align: left; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; padding: 5px; }
.galertb td { padding: 5px; text-align: center; }
.galertb .tdfirst { border-left: 1px solid #000000; }
.galertb .tdlast { border-right: 1px solid #000000; }
.galertb .tdcombo { border-left: 1px solid #000000; border-right: 1px solid #000000; }
.galertb img { margin: 0px; }
.galertb .litlpic { vertical-align: middle; margin-right: 5px; }
.galertb .litlct a { font-size: 8pt; }

/* --- 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 Layoutzwecke) --- */
.layrtab { width: 450px; border: 0px; margin: 0px; padding: 0px; }
.layrtab img { margin: 0px; }
.layrtab .tdfirst { text-align: left; vertical-align: bottom; padding: 0px; }
.layrtab .tdlast { text-align: left; vertical-align: bottom; padding: 0px; }

