<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

div#info_kontaktseite {
    border: thin solid red;
    width: 80%;
    margin: 2em auto 2em;
    padding: 1em;
}

div#info_kontaktseite &gt; h1 {
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 2em;
}

div#info_kontaktseite &gt; h2 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}

div#info_kontaktseite p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-left: 2em;
    margin-bottom: 1em;
}


/*----------------------------------------------------------------------*/
div#content_infobox {
    /* DAS IST NUR EIN KOMMENTAR */
}

div#content_infobox &gt; h1 {
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 2em;
}

div#content_infobox &gt; h2 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}

div#content_infobox &gt; h3 {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: bold;
}

div#content_infobox &gt; h4 {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: normal;
    margin-bottom: 0.5em;
}

div#content_infobox p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-left: 2em;
    margin-bottom: 1em;
}

div#content_infobox ol.liste_nummer {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 3.5em;
    font-size: 1.1em;
    line-height: 1.2em;
}

div#content_infobox ol.liste_nummer {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 3.5em;
    font-size: 1.1em;
    line-height: 1.2em;
}

div#content_infobox ol.abstand_unten {
    margin-bottom: 1em;
}


div#content_infobox ol.eingerueckt {
    margin-left: 4em;
    margin-bottom: 1em;
}

div#content_infobox ul.spiegel_strich {
    list-style-position: outside;
    list-style-type: ' - ';
    margin-left: 2em;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 1em;
}

div#content_infobox p.kein_abstand {
    margin-bottom: 0 !important;
}

span.abstand_klein {
    padding-left: 2em;
}

span.hervorheben {
    font-weight: bold;
}

div#content_infobox ul.bullit {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 2em;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 1em;
}

span.unterstreichen {
    text-decoration: underline;
}

span.zusammen {
    white-space: nowrap;
}

span.download_link_like {
    white-space: nowrap;
    text-decoration: underline;
    color: blue;
}

img.infoButton {
    height: 26px;
    vertical-align: middle;
}

#info_message {
    display: block;
    font-weight: bold;
}


.eingerueckt_wie_p {
    margin-left: 2em;
}

/*
.indentLine {
	margin-left: 2em;
	padding: 0 1em;
	text-indent: -1.8em;
}

.conditions ol {
	list-style-position: outside;
	list-style-type: decimal;
}

.conditions li {
	margin: 0 0 1em 3em;
}


.hint_text {
  padding: 10px 0 10px; 
}

ul.hint_info {
  list-style-type: circle;
  font-size: 1.1em;
 line-height: 1.2em;
}

li.hint_info {
	margin: 0 0 0 4em;
}
*/</pre></body></html>