/**
 * heidi-neururer.at
 * heidi-neururer.at.main.css
 * defines everything about the tt_news extension
 * copyright 2009 by Dominik Huettner - d.huettner@gmail.com - huettnerdominik.at
 **/

/**
 * container for entire latest news
 **/
div.newsLatestContainer {
	padding: 2px 2px 5px 2px;
}




/**
 * hyperlinks
 **/
span.newsLatestDate a,
h3.newsTitle a {

	color: #512800;
	text-decoration: none;
}

span.newsLatestDate a:hover,
h3.newsTitle a:hover {
	color: #03203D;
	text-decoration: underline;
	
}

/**
 * format entry time link
 **/
span.newsLatestDate,
div.newsSingleTimedata {
	font-size: 11px;
}

/**
 * newstitle
 **/
h3.newsTitle {
	font-size: 14px;
	margin: 2px 0 5px 0;
	padding: 0;
}

/**
 * teaser
 **/
div.newsTeaser {
	font-size: 12px;
}

/**
 * link for more
 **/
div.newsLatestMore,
div.newsListMore {
	text-align: right;
}

div.newsLatestMore a,
div.newsListMore a {
	background-color: #BBB;
	color: #000;
	font-size: 11px;
	padding: 1px;
	text-decoration: none;
}

div.newsLatestMore a:hover,
div.newsListMore a:hover {
	background-color: #EEE;
}
