body {
	background: none;
}

div#page {
	/* width: 100%; */
	position: static;
}

/******* MenŸ ********/

div#menu {
	display: none;
}

/******* Hauptinhalt ********/

div#content {
	position: static;
}

/******* tt_news - Listenansicht ********/

.news-list-container {
	background-color: #fff;
}

.news-list-container h3 {
	background-color: #fff;
}

.news-list-date {
	background-color: #fff;
}

.news-list-item {
	background-color: #fff;
}

.news-list-item h3 a:link, .news-list-container h3 a:visited, .news-list-container h3 a:hover, .news-list-container h3 a:active {
	color: #000;
}

/******* tt_news - Einzelansicht ********/
.news-single-item {
	background-color: #fff;
}

.news-single-item h2 {
	color: #000;
}

.news-single-item h3 {
	color: #000;
}

.news-single-additional-info {
	background-color: #eee;
}

.news-single-files, .news-single-links {
	background-color: #eee;
}

/******* tt_news - Page-Browser ********/
.tx-ttnews-browsebox {
	background-color: #eee;
}

.tx-ttnews-browsebox-SCell {
	background-color: #eee;
}


/******* Fusszeile ********/

div#footer {
	display: none;
}

div#admPanel {
	display: none;
}

