@CHARSET "ISO-8859-1";

.teaserListContent {
	background-image: url('../images/teaser_background.png'); 
	background-repeat: repeat-y;
}

#topNews {
	background-image: url('../images/topNewsBg.png');
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}

#topNewsDate {
	position: absolute;
	top: 40px;
	left: 10px;
	color: #fff;
}

#topNewsCategory {
	position: absolute;
	top: 120px;
	left: 10px;
	font-size: 24px;
	color: #fff;
	width: 205px;
}

#topNewsContent .contentColTwo {
	width: 438px;
}

#topNewsContent {
	border-left-color: #c00;
	border-left-style: solid;
	border-left-width: 225px;
	background-color: #e6e5f0;
	padding: 20px;	
}

#topNewsContent h1,
#topNewsContent h1 a {
	color:	#600;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

#topNewsContent h1 a:hover {
	 background-color: #333;
         color: #eee;
}

