<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Site:			www.regionalgeschichte.net
Author:			Torsten Schrade
Created:		03.11.2006
Modified:		27.07.2011
Editor:			Stefan Dumont
Usage:			styles for tt_news and mlb_newsevents

property order:
################
- cf. main.css

table of contents
#################
*/

/* ####################### BASICS ########################### */

.news-list-container,
.news-single-item {
	position: relative;
	overflow: hidden;
}

/* ####################### LIST ########################### */

.news-list-item {
	position: relative;
	margin: 0;
	border-bottom: 1px #c0c0c0 solid;
	padding: 1em 0 0 0;
	z-index: 10;
}

#content-03 .news-list-item h3 {
	margin-top: 1em;
}

.news-list-item h3 a:link,
.news-list-item h3 a:visited,
.news-list-item h3 a:active,
.news-list-item h3 a:hover {
	position: relative;
	color: #945800;
}

.news-list-item img {
	position: relative;
	float: left;
	padding: 0 1em 1em 0;
}

/* AUSKOMMENTIERT WEGEN RAHMEN s. Redmine Ticket #1594
.news-list-image img {
	border: 1px solid silver;
} */

.news-list-item hr.clearer {
	clear: both;
	visibility: hidden;
}

.news-list-container a {
	display: inline;
}

.news-list-container a div.news-list-item,
.news-list-container a:hover div.news-list-item {
	display: block;
	text-decoration: none;
	color: black;
	background-color: #f6f6f6;
}


#content-03 .news-list-date,
#content-03 .news-list-category,
#content-03 .news-list-homecat,
#content-03 .news-event-cat {
	position: relative;
	float: right;
	padding-left: 20px;
	padding-bottom:5px;
	color: #945800;
	font-size: 0.7em;
	font-weight: normal;
}

/* category images */

.news-list-homecat {
    padding-right: 20px;
    height: 1.5em;
}

.news-list-homecat-44 {
    background: url(../images/catsymbol_literatur.gif) top right no-repeat;
}

.news-list-homecat-45 {
    background: url(../images/catsymbol_veranstaltung.gif) top right no-repeat;
}

.news-list-homecat-46 {
    background: url(../images/catsymbol_rezension.gif) center right no-repeat;
}

.news-list-homecat-48 {
    background: url(../images/catsymbol_sehenswuerdigkeit.png) center right no-repeat;
}

.news-list-homecat-49 {
    background: url(../images/catsymbol_verein.png) center right no-repeat;
}

.news-list-homecat-50 {
    background: url(../images/catsymbol_sehenswuerdigkeit.png) top right no-repeat;
}

.news-list-homecat-51 {
    background: url(../images/catsymbol_quellen2.gif) top right no-repeat;
}

.news-list-homecat-63 {
    background: url(../images/catsymbol_link.gif) top right no-repeat;
}

.news-list-homecat-31 {
    background: url(../images/catsymbol_regionet.gif) top right no-repeat;
}

.news-list-morelink {
	padding: 0 0 0 0.3em;
}

/* RESULTBROWSER */

#main #content-03 .news-list-resultbrowser {
	list-style-type: none;
	width: 43em;
	margin: 0;
	padding: 0;
}

.news-list-resultbrowser li {
	display: inline;
	margin-right: 0.4em;
}

.news-list-resultbrowser .news-list-resultcount {
	display: block;
	margin: 0 0 0.8em 0;
}


/* ####################### SINGLE ########################### */

#content-03 .news-single-data {
	color: #945800;
	font-size: 0.9em;	
}

.news-single-images-container {
	list-style-type: none;
	float: left;
	margin: 0 1em 1em 0;
	padding-top: 0.5em;
}

.news-single-data {
	position: relative;
	overflow: hidden;
}

.news-single-author {
	float: left;
	margin: 0 0.5em 0 0;
	padding-right: 0.5em;
	border-right: 1px solid #945800;
	line-height: 1.2em;
}

.news-single-category {
	line-height: 1.2em;
}

.news-single-images-container img {
	border: 1px solid silver;
}

.news-single-imgcaption {
	color: #945800;
	font-size: 0.9em;
	font-weight: bold;
	margin-left:0;
}

.news-single-content {
	clear: left;
}

.news-single-additional-info {
	margin-top: 2em;
}

.news-single-additional-info p {
	margin: 0;
	padding: 0;
}

.news-single-related,
.news-single-files,
.news-single-links {
	margin-bottom: 2em;
}

.news-single-additional-info dt {
	margin: 0 0 0.8em 0;
	font-size: 1em;
	font-weight: bold;	
}

.news-single-related dd,
.news-single-files dd,
.news-single-links dd {
	margin: 0;
	padding: 0.3em 0;
	font-size: 0.9em;
	color: #6F6F6F;
}

.news-single-related dd a {
	padding-right: 0.5em;
}

.news-single-backlink {
	margin-top: 2em;
}

/* ####################### AMENU ############################ */

.news-amenu-container,
.news-event-datesel {
	color: #945800;
}

.news-amenu-item-year,
.news-event-year {
	list-style-type: none;
	font-weight: bold;
	margin-left: -1.2em;
	padding: 0.5em 0;
}

/* ####################### CATMENU ############################ */

.news-catmenu {
	color: #945800;
}

#main #content-02 .news-catmenu-header {
	margin-bottom: 0;	
	padding-left: 0.75em;
}

/* ####################### EVENT LIST ############################ */

.news-event-item {
	position: relative;
	z-index: 20;
	height: 10em;
	overflow: hidden;		
	margin-bottom: 0.3em;
	background: #FFE6BF;	
}

#content-03 .news-event-cat {
	padding-right: 0.4em;
}

#content-03 .news-event-item h3 {
	padding: 0.8em 0.5em 0 0;	
	margin: 0 0 0.3em 0;
}

.news-event-item p {
	padding: 0 0.5em 0 0;
}

.news-event-item .news-event-info {
	position: relative;
	float: left;
	z-index: 20;	
	width: 10em;
	height: 10em;
	margin: 0 0.8em 0 0;
	border-right: 2px solid #FFFFFF;
	padding: 0.5em 0 0 0.8em;
    /*color: #945800;*/	
	background: #FFCC80;
	font-weight: bold;
}

.news-event-location {
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	display: block;
	font-weight: normal;	
}

/* ########################### LATEST EVENTS ############################ */

#content-03 .csc-frame-event {
	float: left;
	background: url(../images/news_event_bg.jpg) bottom right repeat-x;
	min-height: 16.5em;
	width: 15em; 
	padding-top: 0;
}

#content-03 .csc-frame-event h3 {
	margin-top: 0;
}

#content-03 .news-latest-events div.dateandplace {
	margin-bottom: 0.5em;
}

#content-03 .news-latest-events span.news-event-date {
	font-weight: bold;
}

#content-03 .news-latest-events p  {
	margin-bottom: 0.5em;
	line-height: 1.5;
}

#content-03 .news-latest-events h5,
#content-03 .news-latest-events h5 a {
	font-size: 1em;
	color:  #945800;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

#content-03 .news-latest-events span.news-list-morelink a {
	display: inline;
	margin: 0;
	padding: 0;
}
</pre></body></html>