/* Stylesheet for template styles */

/* Frontpage top news */
#topnews
{
	width: 180px;
	height: 280px;
}

#topnews-image
{
	background-color: #b00;
	height: 123px;
	overflow: hidden;
	padding: 3px;
	text-align: center;
	width: 174px;
}

#topnews-text
{
	width: 160px;
	height: 131px;
	background-image: url(../gfx/topnews-duce.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	color: #fff;
}

#topnews-text span
{
	color: #000;
	font-size: 10px;
	margin: 0;
}

#topnews-text h1
{
	font-size: 14px;
	margin: 0;
}
#topnews-text p
{
	font-size: 11px;
	margin: 0;
}
#topnews-text p.link
{
	margin: 15px 0 0 0;
}

#topnews-text p.link a
{
	color: #fff;
	font-weight: bolder;
}


/* newslists */
.newslist ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 168px;
}

.newslist li
{
	background-image: url(../gfx/news-dot-line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 168px;
	height: 18px;
	display: block;
	text-align: left;
}

.newslist li a
{
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

.newslist a:hover
{
	color: #EA0000;
}

.newslist strong
{
	text-transform: uppercase;
}

.newslist p
{
	clear: both;
	margin: 0;
	font-size: 11px;
}

.newslist p a
{
	color: #000;
	font-weight: bolder;
}

.newslist .list-top
{
	margin-bottom: 5px;
	text-align: left;
}

.newslist .list-bot
{
	margin-top: 15px; 
	text-align: left;
}

.news-divider
{
	border-bottom: 1px solid #BC0001;
	margin: -13px 0 0 0;
}