/* allgemeines */

body {
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	border:0;
}

.versteckt {
	display:none;
}

.links {
	text-align:left;
}

.rechts {
	text-align:right;
}


/* einzelne Bereiche */

/* Logo oben */

#LogoOben {
	display:none;
}

/* Menü oben */

#NavOben {
	display:none;
}

/* Menü links */
#NavLinks {
	display:none;
}

/* Seiteninhalt */
#Inhalt {
	background-color:#FFFFFF;
	background-image:url(Hintergr.gif);
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family:arial,helvetica,sans-serif;
}

#Inhalt h3, h4 {
	text-align:center;
}

#Inhalt p, div, li {
	text-align:justify;
}

#Inhalt li {
	padding-bottom:10px;
}

#Inhalt .mitte {
	text-align:center;
}

#Inhalt .keinlink {
	color:#000000;
	text-decoration:none;
}

#Inhalt span.bildre {
	font-size:80%;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

#Inhalt span.bildli {
	font-size:80%;
	float:left;
	margin-right:20px;
	margin-bottom:20px
}

#Inhalt p.spacer {
	display:none;
}

/* Menü unten */
#NavUnten {
	display:none;
}

#W3Info {
	display:none;
}

#Copyright {
	background-color:#FFFFFF;
	font-size:80%;
	color:#000000;
	text-align:center;
	padding:0 0 0 15px;
	margin:0;
	border:0;
}


