/*****************/
/* OMS - tt_news */
/*   06.05.2009  */
/*****************/

/********/
/* List */
/********/

.news-list-container {
	width: 500px;
	border-top: 1px dotted rgb(0,0,0);
}

.news-list-item {
	width: 500px;
	border-bottom: 1px dotted rgb(0,0,0);
	padding-top: 5px;
	padding-bottom: 5px;
}

.news-list-date {
	text-align: left;
	width: 70px;
}

.news-list-title {
	text-align: left;
	width: 440px;
}


/**********/
/* LATEST */
/**********/

.news-latest-container {
	font-size: 12px;
	border: none;
	font-family: arial;
	width: 500px;
}

.news-latest-title {
	font-weight: bold;
}

.news-latest-date {
	text-align: right;
}

.news-latest-morelink {
	text-align: right;
	vertical-align: bottom;
}

.news-latest-image {
	width: 75px;
}

.news-latest-table {
	border-top: 15px solid rgb(255,255,255);
	border-bottom: 1px dotted rgb(0,0,0);
	width: 500px;
}


/**********/
/* SINGLE */
/**********/

.news-single-item {
	padding-top: 10px;
	font-size: 12px;
	width: 500px;
}

.news-single-title {
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}

.news-single-date {
	text-align: right;
}


/**********/
/* ARCHIV */
/**********/
