/* cmsms stylesheet: stylesheet_css modified: Freitag, 3. April 2026 00:51:06 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Basis */
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	margin: 0;
	padding: 24px 0 0 0;
	min-height: 100vh;
	color: #111;
	background-color: #071524;
	background-image: url(https://www.ulrichradig.de/home/uploads/images/theme/radig_bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div {
	font-size: 1em;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a,
a:link,
a:active {
	text-decoration: none;
	background-color: inherit;
	color: #18507C;
}

a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #18507C;
}

a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #D31141;
}

/***************** Grundlayout *****************/

div#pagewrapper {
	margin: 0 auto;
	max-width: 1380px;
	min-width: 0;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	color: #111111;
	box-shadow: 0 14px 45px rgba(0, 0, 0, 0.30);
	border-radius: 18px;
	overflow: hidden;
}

/* alte Bereiche ausblenden */
div#header,
div#search,
div.crbk,
div.breadcrumbs,
div#sidebar,
div#sidebara,
div#sidebarb,
div.back,
div.back1,
div.back2,
div.back3 {
	display: none;
}

/***************** Topbar *****************/

div#topbar {
	background: #0d1319;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

div#topbar .topbar_inner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 28px;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 20px;
}

div#topbar .topbar_brand a,
div#topbar .topbar_brand a:link,
div#topbar .topbar_brand a:visited {
	display: block;
	color: #ffffff;
	font-size: 1.18em;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-decoration: none;
}

/***************** Hauptnavigation oben *****************/

div#menu_horiz {
	margin: 0 0 0 50px;
	padding: 0;
}

div#menu_horiz ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 50px;
}

div#menu_horiz li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu_horiz a,
div#menu_horiz a:link,
div#menu_horiz a:active,
div#menu_horiz a:visited {
	display: block;
	color: #d5dde6;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease;
}

div#menu_horiz a:hover {
	background: rgba(255,255,255,0.06);
	color: #ffffff;
	text-decoration: none;
}

/***************** Hero *****************/

div#hero_main {
	position: relative;
	background:
		linear-gradient(90deg, rgba(16,24,33,0.93) 0%, rgba(16,24,33,0.82) 35%, rgba(16,24,33,0.62) 55%, rgba(16,24,33,0.78) 100%),
		url(https://www.ulrichradig.de/home/uploads/images/theme/logo_rhs_new.jpg) no-repeat center 46%;
	background-size: cover;
	color: #ffffff;
	border-bottom: 1px solid #233243;
	overflow: hidden;
}

div#hero_main:before {
	content: "";
	display: none;
}

div#hero_main .hero_inner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 48px 42px 46px 42px;
	position: relative;
	z-index: 1;
}

div#hero_main .hero_kicker {
	color: #8fa2b6;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 12px;
}

div#hero_main h1 {
	font-size: 3.7em;
	line-height: 1.12em;
	margin: 0 0 12px 0;
	color: #ffffff;
}

div#hero_main p {
	max-width: 900px;
	color: #d0d9e3;
	font-size: 1.35em;
	line-height: 1.7em;
	margin: 0 0 22px 0;
}

div#hero_main .hero_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

div#hero_main .hero_btn,
div#hero_main .hero_btn:link,
div#hero_main .hero_btn:visited {
	display: inline-block;
	padding: 14px 20px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

div#hero_main .hero_btn_primary {
	background: #ffffff;
	color: #101820;
}

div#hero_main .hero_btn_primary:hover {
	background: #dff3ff;
	color: #101820;
	text-decoration: none;
}

div#hero_main .hero_btn_secondary {
	border: 1px solid rgba(255,255,255,0.42);
	color: #ffffff;
	background: transparent;
}

div#hero_main .hero_btn_secondary:hover {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
	text-decoration: none;
}

/***************** Hauptkategorien unter Hero *****************/

div#sectionbar {
	background: #eef3f7;
	border-bottom: 1px solid #dce4ec;
}

div#sectionbar .sectionbar_inner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

div#sectionbar a,
div#sectionbar a:link,
div#sectionbar a:visited {
	display: block;
	color: #2a425c;
	text-decoration: none;
	padding: 15px 16px 13px 16px;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 3px solid transparent;
}

div#sectionbar a:hover,
div#sectionbar a.active {
	color: #0f538a;
	background: #e7eef5;
	border-bottom-color: #0f538a;
	text-decoration: none;
}

/***************** Overlay Navigation *****************/

.navtoggle {
	position: absolute;
	left: -9999px;
}

div#contentwrap {
	background: #ffffff;
}

.layout {
	position: relative;
	min-height: 760px;
	padding-left: 42px; /* Platz nur für den Pfeil */
}

/* Pfeil sichtbar, aber nicht auf dem Content */
.overlay_toggle {
	position: absolute;
	left: 0;
	top: 28px;
	width: 42px;
	height: 124px;
	background: #0f538a;
	color: #ffffff;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	box-shadow: none;
	z-index: 25;
	cursor: pointer;
	user-select: none;
}

.overlay_toggle span {
	display: inline-block;
	transition: transform 0.25s ease;
}

/* Nur das Menü überdeckt den Content */
.sidebar_overlay {
	position: absolute;
	left: 42px;
	top: 24px;
	width: 290px;
	z-index: 20;
	transform: translateX(calc(-100% - 42px));
	transition: transform 0.25s ease;
}

.sidebar_box {
	border: 2px solid #d7e0e8;
	background: #ffffff;
	border-radius: 0;
	padding: 18px;
	box-shadow: 0 18px 36px rgba(12,28,42,0.14);
}

.navtoggle:checked ~ #contentwrap .sidebar_overlay {
	transform: translateX(0);
}

.navtoggle:checked ~ #contentwrap .overlay_toggle span {
	transform: rotate(180deg);
}

.sidebar_box h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #5f7386;
	margin: 0 0 12px 0;
}

/***************** Navigator Hauptkategorie top *****************/

div#sectionbar {
	background: #eef3f7;
	border-bottom: 1px solid #dce4ec;
}

div#sectionbar .sectionbar_inner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 28px;
}

div#sectionbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

div#sectionbar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sectionbar a,
div#sectionbar a:link,
div#sectionbar a:visited {
	display: block;
	color: #2a425c;
	text-decoration: none;
	padding: 15px 16px 13px 16px;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 3px solid transparent;
}

div#sectionbar a:hover {
	color: #10283f;
	background: #d7e1ea;
	border-bottom-color: #7f95aa;
	text-decoration: none;
}

div#sectionbar a.active,
div#sectionbar li.currentpage > a,
div#sectionbar li.activeparent > a {
	color: #081a2b;
	background: #b7c4d2;
	border-bottom-color: #0f538a;
	text-decoration: none;
}

/***************** Navigator vertikal *****************/

div#menu_vert ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 2px;
}

div#menu_vert li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu_vert a,
div#menu_vert a:link,
div#menu_vert a:visited {
	display: block;
	text-decoration: none;
	color: #1b2f42;
	font-size: 0.98em;
	font-weight: bold;
	padding: 10px 12px;
	border-radius: 0;
	background: #eef2f6;
	border-left: 3px solid transparent;
	transition: none;
	box-shadow: none;
}

div#menu_vert ul ul a,
div#menu_vert ul ul a:link,
div#menu_vert ul ul a:visited {
	padding-left: 30px;
}

div#menu_vert a span {
	display: block;
	color: inherit;
	border-radius: 0;
}

div#menu_vert a:hover {
	background: #8fa3b7;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 3px solid #5d7790;
	border-radius: 0;
	box-shadow: none;
}

div#menu_vert a:hover span {
	color: #FFFFFF;
}

div#menu_vert li.currentpage > a,
div#menu_vert li.activeparent > a {
	background: #b7c4d2;
	color: #081a2b;
	text-decoration: none;
	border-left: 3px solid #0f538a;
}

div#menu_vert li.currentpage > a span,
div#menu_vert li.activeparent > a span {
	color: #081a2b;
}

/***************** Content *****************/

div#content {
	display: block;
	padding: 0;
	background: #ffffff;
}

div#main {
	padding: 34px 40px 46px 40px;
	position: relative;
	z-index: 1;
}

/* optional etwas ruhigerer Lesebereich ohne Layoutverschiebung */
div#main > * {
	max-width: 1180px;
}

div#main img,
div#main table,
div#main pre,
div#main .fullwidth {
	max-width: 100%;
}

div#content h1 {
	font-size: 2.3em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	color: #0F538A;
}

div#content h2 {
	color: #0F538A;
	font-size: 2.1em;
	text-align: left;
	padding: 0 0 0.35em 0;
	border-bottom: 2px solid #0F538A;
	border-left: none;
	line-height: 1.3em;
	margin: 0 0 0.9em 0;
}

div#content h3 {
	color: #0F538A;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 1.2em 0 0.5em 0;
}

div#content h4 {
	color: #0F538A;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 1em 0 0.4em 0;
	border-bottom: 1px solid #0F538A;
	padding-bottom: 0.2em;
}

div#content h5 {
	color: #0F538A;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

h6 {
	color: #0F538A;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

p {
	font-size: 1.08em;
	margin: 0 0 1.4em 0;
	line-height: 1.7em;
	padding: 0;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
	padding-left: 12px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div#main ul,
div#main ol,
div#main dl {
	font-size: 1.05em;
	line-height: 1.7em;
	margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
	margin: 0 0 0.35em 2em;
}

div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}

div#main dl dd {
	margin: 0 0 1em 1em;
}

/* Dateilinks */
#main a[href$='.zip'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_white_compressed.png) center left no-repeat;
}

#main a[href$='.pdf'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_white_acrobat.png) center left no-repeat;
}

#main a[href$='.doc'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_word.png) center left no-repeat;
}

#main a[href$='.docx'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_word.png) center left no-repeat;
}

#main a[href$='.h'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_white_h.png) center left no-repeat;
}

#main a[href$='.jar'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_white_cup.png) center left no-repeat;
}

/***************** Footer *****************/

div.footback {
	clear: both;
	padding: 0;
	background: none;
}

div#footer {
	background: #1a2430;
	color: #d9e2eb;
	padding: 26px 28px 18px 28px;
	border-top: 1px solid rgba(255,255,255,0.06);
}

.footer_grid {
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 28px;
	align-items: start;
}

.footer_col {
	min-width: 0;
}

.footer_col h4 {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	display: block;
}

.footer_col p {
	font-size: 14px;
	line-height: 1.7;
	color: #d9e2eb;
	margin-bottom: 6px;
}

.footer_col a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.footer_col a:hover {
	text-decoration: underline;
}

.footer_links {
	display: grid;
	gap: 8px;
}

.footer_col:nth-child(2) {
	padding-left: 120px;
}

.footer_col:nth-child(3) {
	padding-left: 170px;
}

.footer_bottom {
	max-width: 1380px;
	margin: 16px auto 0 auto;
	padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,0.08);
	font-size: 13px;
	color: #aebbc8;
}

/***************** Sonstiges *****************/

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.left49 {
	width: 70%;
}

div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.accessibility,
hr.accessibility {
	position: absolute;
	left: -999em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/***************** Responsive *****************/

@media (max-width: 1100px) {
	div#topbar .topbar_inner,
	div#hero_main .hero_inner,
	div#sectionbar .sectionbar_inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	div#hero_main:before {
		display: none;
	}

	div#hero_main h1 {
		font-size: 2.8em;
	}

	.footer_grid {
		grid-template-columns: 1fr;
	}

	.footer_col:nth-child(2),
	.footer_col:nth-child(3) {
		padding-left: 0;
	}

	.sidebar_overlay {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		transform: none;
		padding: 18px;
	}

	.sidebar_box {
		border-radius: 16px;
	}

	.overlay_toggle {
		display: none;
	}

	.layout {
		padding-left: 0;
	}

	div#main > * {
		max-width: none;
	}
}

@media (max-width: 720px) {
	.hide_mobile {
		display: none;
	}
}

@media (max-width: 720px) {
	body {
		padding: 10px;
	}

	div#topbar .topbar_inner {
		display: block;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	div#menu_horiz ul {
		margin-top: 12px;
	}

	div#hero_main .hero_inner,
	div#main,
	div#sectionbar .sectionbar_inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	div#hero_main:before {
		display: none;
	}

	div#hero_main h1 {
		font-size: 2.2em;
	}

	div#hero_main p {
		font-size: 1.1em;
	}

	div#footer {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* ------------------------------------------------------------------------- */
/* Startseite Intro / Profilblock */
/* ------------------------------------------------------------------------- */

@media (max-width: 720px) {
	.home-profile-inline {
		display: block !important;
	}

	.home-profile-inline-image {
		margin: 0 0 18px 0 !important;
	}
}
/* cmsms stylesheet: Module News 3 modified: Dienstag, 9. Oktober 2018 17:47:35 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #0F538A;
/* sets it off from surroundings */
	background: #FFFFFF;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	/*background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/darknav.png) repeat-x left center; */
	color: #0F538A;
        background: #cadceb;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* cmsms stylesheet: Accessibility and cross-browser tools 4 modified: Dienstag, 9. Oktober 2018 12:27:29 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	/*background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/external.gif) no-repeat 100%
-100px; */
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	/*background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/external.gif) no-repeat 100% -100px; */
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}




/* end clearing */
/* cmsms stylesheet: Navigation FatFootMenu 3 modified: Dienstag, 9. Oktober 2018 12:29:53 */
#footer ul {
/* some margin is set in the footer padding */
   margin: 0px;
/* calling a specific side, left in this case */
   margin-left: 5px;
   padding: 0px;
/* remove any default bullets, image used in li call */
   list-style: none;
}
#footer ul li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* float left to set first level li items across the top */
   float:left;
/* a little margin at top */
   margin: 5px 0px 0px;
/* padding all the way around */
   padding: 5px;
/* you can set your own image here, used for consistency */
/*   background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/dot.gif) no-repeat left 10px;*/
}
#footer ul li a {
/* this will make the "a" link a solid shape */
   display:block;
   margin: 2px 0px 4px;
   padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a" */
#footer li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 2px 0px 2px 0px;
   padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a", less margin at this level */
#footer li li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 0px;
   padding: 0px 5px 5px 5px;
}
#footer ul li li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* remove float so they line up under top li */
   float:none;
/* less margin/padding */
   margin: 0px;
   padding: 0px 0px 0px 5px;
/* you can set your own image here, used for consistency */
/*   background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/dot.gif) no-repeat left 3px; */
}
/* fix for IE6 */
* html #footer ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}
* html #footer ul li li a {
   margin: 0px 0px 0px;
   padding: 0px 5px 0px 5px;
}
/* End fix for IE6 */
#footer ul ul {
/* remove float so they line up under top li */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
#footer ul ul ul {
/* remove float so they line up under li above it */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
