.error
{
	background-color: #FFBBBB;
    border: 1px solid #FF0000;
    float: left;
}

.heightnull
{
	height: 0;
}

.red
{
	color: #E90113;
}

.left
{
	float: left;
}

.right
{
	float:right;
}

.pressefach p.subheader
{
	color: #888;
	margin-bottom: 1em;
}

.messen .news-list-date {
	text-align: right;
}


/******* LATEST **********/
.news-latest-item {
	font-size:11px;
	line-height: 1.3em;
}
.news-title {
	font-weight:bold;
	margin-bottom:5px;
}





/**
 * 	TT_NEWS LIST INFO MAIL
 */
.news-list-container
{
	
}

.news-list-container .news-list-item
{
	background-color: #EFEFEF;
	padding: 10px;
	margin-bottom: 10px;
}

.news-list-container .news-list-item .top
{
	border-bottom: 1px solid #000;
}

.news-list-container .news-list-item .top h2
{
	float: left;
}

.news-list-container .news-list-item .top h2,
.news-list-container .news-list-item .top div.news-list-date
{
	font-weight: bold;
}

.news-list-container .news-list-item .top,
.news-list-container .news-list-item .bottom
{
	padding: 5px 0;
}

.news-list-container .news-list-item .bottom a.morelink
{

}

.news-list-container .news-list-item .left
{

}

.news-list-container .news-list-item .right
{
	width: 650px;
	/* geändert: war 750px .... hatte aber in "bildungseinrichtungen.html" zu fehldarstellung geführt */
}

.news-list-container.pressefach .news-list-item .right
{
	/*width: 650px;*/
}



.news-list-container IMG
{
	float: none;
}

.news-list-item .files dd {
	color:#777;
}
.news-list-item .files dd img {
	vertical-align:middle;
}
.news-list-item .files dd a {
	margin:0 10px 0 5px;
	color: #E90113;
}


/* List Pagebrowser */
.tx-ttnews-browsebox {
	padding-left:295px;
	background-color:#333;
}
.tx-ttnews-browsebox td {
	border:none;
	padding:0;
}
#mainContent .tx-ttnews-browsebox td a,
#mainContent .tx-ttnews-browsebox td a:focus,
#mainContent .tx-ttnews-browsebox td a:visited,
#mainContent .tx-ttnews-browsebox td a:active,
#mainContent .tx-ttnews-browsebox td a:hover {
	text-decoration:none;
	padding:3px 10px 3px 5px;
	color:#fff;
}
#mainContent .tx-ttnews-browsebox td a:hover {
	color:#E3000F;
}

#mainContent .contentSliderNavigation .button {
	overflow:hidden;
	text-indent: 0;
}
#mainContent .contentSliderNavigation .button a {
	padding-left:20px;
}

/******* SINGLE *********/
.news-single-subtitle,
.news-single-date {
	margin-bottom:20px;
}


