#news_ticker {
	border-bottom: 1px;
	position: relative;
	background-repeat: repeat-x;
}

	#news_time {
		position: absolute;
		top: 1px;
		right: 2px;
		font-size: 11px;
		font-family: Arial, Verdana, sans-serif;
		color: #999999;
	}#news_time span {
		padding: 2px;
	}
	#news_ticker_content {
		height: 120px;
		overflow: hidden;
		width: 100%;
		position: relative;
		border-bottom: 1px dotted #cccccc;
	}
	#news_ticker_navigation {
		height: 20px;
		border-top: 0px;
		width: 100%;
		position: relative;
	}
		.news_ticker_item {
			min-height: 100px;
			padding: 10px;
			position: absolute;
		}
		.news_item {
			padding: 10px;
			border-bottom: 1px dotted #cccccc;
		}
			.news_item h2,
			.news_ticker_item h2 {
				font-size: 16px !important;
				font-weight: 700;
				margin-bottom: 10px;
			}
			.news_item p,
			.news_ticker_item p {
				line-height: 15px;
				font-size: 12px;
				color: #666666;
			}
			.news_item .date,
			.news_ticker_item .date {
				color: #999999;
				margin-right: 10px;
				font-style: italic;
			}
			.news_ticker_item .info {
				font-style: italic;
			}
			.news_ticker_item .more {
				display: none;
			}
			.news_all {
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				position: absolute;
				right: 5px;
				padding: 3px;
			}
		.news_item_of {
			font-size: 12px;
			color: #666666;
		}
		.news_item_content {
			font-size: 12px;
			padding: 3px;
		}
		
.messe_slider {
	margin-left: 10px;
	list-style: none;
	clear: both;
	margin-top: 20px;
}
	.messe_slider li {
		float: left;
		width: 49%;
		color: #666666;
		margin-bottom: 7px;
		font-style: italic;
	}
	
	.messe_slider a {
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
	}
	
	.messe_slider_footer {
		clear: both; 
		margin-top: 25px;
		border-top: 1px dotted #cccccc;
		margin-bottom: 50px;
		padding: 5px;
		text-align: right;
		font-weight: bold;
	}
	