/* --------------------------------------------------------------- */
/*                                                                 */
/*    NEWS-PLUGIN CSS-DATEI                                        */
/*    Koller Internet GmbH, www.kollerinternet.ch                  */
/*                                                                 */
/* --------------------------------------------------------------- */





/* --- PAGEBROWSER -------- */
.tx-ttnews-browsebox {
	text-align: left;
}


/* --- LATEST -------- */
.news-latest-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.news-latest-content {
	position: absolute;
	left: 94px;
	top: 0px;
	width: 366px;
	height: 366px;
}

.news-latest-item {
	display: block;
	position: relative;
	width: 460px;
	height: 366px;
}

.news-latest-item-content {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 366px;
	height: 81px;
	background: url(../images/news_latest_bg.png) repeat top left;
}


.news-latest-item-images-large {
	position: absolute;
	left: 94px;
	top: 0px;
	width: 366px;
	height: 366px;
}

.news-latest-item-images-small {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 81px;
	height: 81px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.news-latest-scroller-item {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: 81px;
	height: 81px;
	margin: 0 0 14px 0;
	padding: 0;
}

#news-latest-up {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 81px;
	height: 40px;
	background: url(../images/scroller_up.png) no-repeat top left;
	opacity: 0;
	outline: none;
}

#news-latest-up:hover {
	opacity: 1;
}

#news-latest-down {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 81px;
	height: 40px;
	background: url(../images/scroller_down.png) no-repeat top left;
	opacity: 0;
	outline: none;
}

#news-latest-down:hover {
	opacity: 1;
}

.news-latest-scroller {
	position: relative;
	z-index: 5;
	left: 0px;
	top: 0px;
	width: 81px;
	height: 366px;
	overflow: hidden;
}

.news-latest-scroller-items {
	position: absolute;
	height: 20000em;
}

a.news-latest-scroller-item-link-act {
	display: block;
	width: 100%;
	height: 100%;
	background: bottom left;
	outline: none;
}

a.news-latest-scroller-item-link {
	display: block;
	width: 100%;
	height: 100%;
	background: top left;
	outline: none;
}

a.news-latest-scroller-item-link:hover {
	background: bottom left;
}

.news-latest-content-text {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 366px;
	height: 81px;
	background: url(../images/news_latest_bg.png) repeat top left;
}

h2.news-latest-item-header {
	padding: 8px 8px 0px 8px;
	margin: 0 0 3px 0;
	font-size: 11px;
	font-weight: bold;
}

h2.news-latest-item-header a {
	color: #FFF;
}

.news-latest-item-subheader {
	padding: 0px 8px;
}

.news-latest-item-subheader p {
	color: #FFF;
	line-height: 1.3em;
}

.news-latest-item-morelink {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.news-latest-item-morelink a,
.news-latest-item-morelink a:hover {
	color: #FFF;
}

/* --- LIST -------- */
.news-list-container {
}

.news-list-content {
}

.news-list-item {
	clear: both;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 13px 0;
	margin: 0 0 13px 0;
}

.news-list-image {
	position: relative;
	float: left;
	display: block;
	width: 74px;
	height: 74px;
	overflow: hidden;
}

.news-list-content {
	margin: 0 0 0 88px;	
}

.news-list-content h2 {
}

.news-list-content h2 a {
	color: #243561;
}

.news-list-archive {
	margin-bottom: 10px;
}

/* SCROLLABLE */

.news-list-scroller {
	position: relative;
	z-index: 5;
	left: 0px;
	top: 0px;
	width: 376px;
	height: 292px;
	overflow: hidden;
}

.news-list-scroller-items {
	position: absolute;
	height: 20000em;
}

.news-list-scroller-item {
	clear: both;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 13px 0;
	margin: 0 0 13px 0;
}



.news-list-paging {
	padding: 14px 0 0 0;
}

.news-list-paging ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.news-list-paging ul li {
	display: inline;
	float: left;
	line-height: 2em;
}

.news-list-paging ul li p {
	margin: 0 5px 0 0;
	padding: 3px 3px;
	color: #666;
}

.news-list-paging ul li a {
	margin: 0 5px 0 0;
	padding: 3px 7px;
	border: 1px solid #CCC;
}

.news-list-paging ul li a.no {
	background: #FFF;
}

.news-list-paging ul li a.act {
	background: #E2E2E2;
}


/* --- SINGLE -------- */
.news-single-item {

}

.news-single-date {
	font-size: 1.0em;
	color: #999;
	margin: 0 0 20px 0;
}

.news-single-title {
	font-size: 1.1em;
}

.news-single-subheader {
	margin-bottom: 10px;
}

.news-single-images {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.news-single-image {
}

.news-single-imgcaption {
	font-size: 0.9em;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.news-single-content {
	margin-bottom: 20px;
}

.news-single-backlink {
	clear: both;
}

.news-single-backlink a {
}

.news-single-backlink a:hover {
}

.news-single-additional-info {
	clear: both;
	padding: 10px 10px 0px 10px;
	margin: 20px 0;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}

.news-single-additional-info dl {
}


.news-single-related,
.news-single-files,
.news-single-links {
	margin: 0 0 14px 0;
}

.news-single-related dt, 
.news-single-files dt,
.news-single-links dt {
	font-weight: bold;
	color: #000;
	padding: 0 0 4px 0;
}

.news-single-related dd {
}


.news-single-related dd,
.news-single-links dd,
.news-single-files dd {
	clear: both;
	padding: 0 0 4px 0;
}

.news-single-files dd img {
	float: left;
	padding-right: 5px;
}

.news-single-files dd a {
	float: left;
	line-height: 1.6em;
	width: 300px;
}




/* --- ARCHIV MENU -------- */
.news-amenu-container {
	padding: 10px;
	border:1px solid #CCC;
	background-color: #F2F2F2;
	margin-bottom: 20px;
}

.news-amenu-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.news-amenu-container ul li {
	padding-left: 10px;
	margin-left: 10px;
	background-image: url(../images/icons/list-style_03.png);
	background-position: 0px 0.6em;
	background-repeat: no-repeat;
}

.news-amenu-container ul li.news-amenu-item-year {
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 5px;
	background-image: url(../images/icons/list-style_01.png);
	background-position: 0px 0.6em;
	background-repeat: no-repeat;
}

