/* HTML-ELEMENTE */

body {
 background-color: #000000;
 color: #000000;
 font-family: VERDANA,ARIAL,SANS-SERIF,HELVETICA;
 font-size: 100%; /* vorher 80% */
}

img {
border: none;
}

a {
text-decoration: none;
color: #000000;
}

a:hover {
text-decoration: none;
color: #a50909;
}

a:visited {
text-decoration: none;
color: #000000; /*#a1a1a1;*/
}

a img {
border: none;
}

a:hover img {
border: none;
}

a:visited img {
border: none;
}

h1 {
font-size: 110%;
font-weight: bold;
margin-bottom: -20px;
}

/* SEITENELEMENTE */

#WRAPPER {
 width: 768px;
 position: absolute;
 left: 50%;
 margin-left: -384px;
 background-color: #ffffff;
}

#NAVIGATION {
position: relative;
margin-top: 5px;
margin-left: 10px;
font-size: 15px; /* Vorher 120% wg. oben schriftgöße body größe 80% */
font-weight: bold;
word-spacing: 6.5px;
letter-spacing: 2.8px; /* Vorher 3.85, davor 2px;*/
}

#BILD	{
position: relative;
text-align: center;
MARGIN-TOP: 5px;
}

#INHALT {
position: relative;
MARGIN-TOP: 10px;
MARGIN-LEFT: 10px;
MARGIN-BOTTOM: 10px;
#MIN-HEIGHT: 350px;
WIDTH: 748px;
}

/* NEU nur der Inhaltsbereich soll 80% sein */

#INHALT P {
font-size: 80%;
}

#FOOTER {
position: relative;
float: clear;
margin-top: 20px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
text-align: right;
font-size: 80%;
}

/* NEWSFORMATIERUNG TYPO */

/* Listansicht: Containerformatierung, die das überlappen von Graphiken verhindert */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
    border: none;
}

/* Listansicht: Formatierung der Überschriften */

.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #000000;
	background-color: #000000;
	font-size: 100%;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED {
	color: #ffffff;
	padding-left: 2px;
}

.news-list-container H3 A:HOVER {
	color: #a50909;
} 

.news-list-container H3 A {
	color: #ffffff;
}

/* Listansicht: Formatierung des Datums */

.news-list-date {
	float: right;
	color: #000000;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 60%;
	font-weight: normal;
	background-color: #ffffff;
}

/* Listansicht: Hintergrundformatierung insgesamt */

.news-list-container{
background: #ffffff;
border: none;
}

/* Listansicht: Formatierung des List-Items vor dem Hintergrund */

.news-list-item {
margin: 1px;
padding: 1px;
background: #ffffff;
margin-bottom: 10px;
}

/* Listansicht: Formatierung des More-Links */

.news-list-morelink {
font-size: 90%;
font-weight: bold;
}

/* Listansicht: Formatierung der Box unter den News*/

.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#ffffff;
}

.tx-ttnews-browsebox-SCell {
	background-color: #f3e3f3;
	border:1px solid #000000;
}

/* Single-Ansicht: Formatierungen */

.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #000000;
	background-color: #ffffff;

}

.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	margin-bottom: 0px;
}



/* Formatierung der Gallery */

.tx-mbitgallery-pi1 {
font-size: 80%;
}


/* Formatierungen Gästebuch */

/* styles for list mode */
		
.tx-veguestbook-pi1 h2.tx-guestbook-header {
	clear: both;
	background: #000000;
	color: #FFFFFF;
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 0.5em;
	/* width: 35em; */
}