/* In base.css UND print.css muss eingestellt werden, ob das gs oder das ungebrandete css importiert wird *//* GS oder NOBRAND: bitte jeweils ein- und auskommentieren *//*@import "print-gs.css";*/@import "print-nobrand.css";/*  folgendes gilt für beide Versionen *//* -------------------------------------------------- Verborgene Elemente */  .noprint {    display: none;}/* --------------------------------------------------- Grundeinstellungen */.impressum {    margin: 20px 0 0 0;}* {    border: 0;    margin: 0;    padding: 0;    width: auto;}/* ------------------------------------------------------------ Schriften */body {    font: 10pt/120% Arial, sans-serif;    text-align: left;    word-spacing: 1pt;    background: #fff;    color: #000;}/* -------------------- Überschriften, Absätze, logische Textauszeichnung */h1, h2, h3 {    clear: both;}h1 {    font-size: 18pt;    margin-bottom: 10pt;}h2 {    font-size: 15pt;    margin-bottom: 7pt;}h3 {    font-size: 12pt;    margin-bottom: 3pt;}p {    margin-bottom: 10pt;    clear: both;}/* ----------------------------------------------------- Definitonslisten */dl {     float: left;    margin-bottom: 10pt;    }dt {     float: left;    clear: both;    margin: 5px 0 0 0;    }dd {     float: left;    margin: 5px 0 0 5px;    }strong {    font-weight: bold;}em {    font-style: italic;}/* --------------------------------------------------------------- Bilder */img {    display: block;    border: 2px solid #000;    margin-bottom: 10pt;    padding: 0;}/* --------------------------------------------------------------- Links */a {    color: #000;}