<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* body kann im Backend eingestellt werden */
/*
body {
	background: url(images/bg.jpg) repeat;
}
*/

/* user-customized for ub-comm.de */

#wrapper {
	margin-top: 0;
}

#header {
	padding: 0;
}

#site-title {
	display: none;
}

/* This is the custom header image */
#branding img {
	border-top: 0 solid #000;
	border-bottom: 0 solid #000;
	clear: both;
	display: block;
}

/* Navigation */

#access {
	background-color: #fff;
	margin-top: 20px;
}

#access a {
	color: #666;
	line-height: 38px;
	border-right: 1px solid #999;
	padding-left: 18px;
	padding-right: 18px;
}


/* funzt nicht */
#access .menu ul li.page_item page-item-21 a {
	border-right: 1px solid #fff;
}

#access li:hover &gt; a,
#access ul ul :hover &gt; a {
	background-color: #e7e7e9;
	color: #ad033b;
}

#access ul li.current_page_item &gt; a,
#access ul li.current-menu-ancestor &gt; a,
#access ul li.current-menu-item &gt; a,
#access ul li.current-menu-parent &gt; a {
	color: #ad033b;
}

/* Links */

/* Summary-Links */

div .entry-summary a:link,
div .entry-summary a:visited
 {
	color: #ad033b;
	text-decoration: none;
}

div .entry-summary a:hover {
	color: #ad033b;
	text-decoration: underline;
}

div .entry-content a:link,
div .entry-summary a:visited
 {
	color: #ad033b;
	text-decoration: none;
}

/* Content-Links */

div .entry-content a:hover {
	color: #ad033b;
	text-decoration: underline;
}

/* Sidebar-Links */

ul a:link, 
ul a:visited {
	color: #ad033b;
}

/* Seiten-Ueberschriften */
/*
div #content .entry-title {
	color: #666;
}

div #content .entry-title a:link,
div #content .entry-title a:visited
 {
	color: #666;
}

div #content .entry-title a:hover

 {
	color: #d20050;
}
*/

/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 21px;
}

.hentry {
	border-bottom: 1px solid #999;
	margin: 0 0 24px;
	padding-bottom: 16px;
}

#content .entry-title {
	color: #ad033b;
	margin-bottom: 0;
	line-height: 1.3em;
	font-size: 18px;
}

.entry-title a:link,
.entry-title a:visited {
	color: #ad033b;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #333;
}

.widget-title {
	color: #666;
}

.entry-content a:link,
.entry-content a:visited {
	color: #ad033b;
	text-decoration: none;
}

.entry-utility {
	display: none;
}

hr {
	width: 100%;
	height: 1px; 
	border: 0; 
	color: #999; 
	background-color: #999;
}

/* Trennelement */

/* Footer */

#colophon {
	border-top: 1px solid #999;
	width: 900px;
}

#site-info {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	width: 900px;
	color: #999;
}

#site-generator {
	display: none;
}

#social-buttons a img {
	margin: 10px 12px 0 0;
}
</pre></body></html>