@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
    }
.fltr {
	margin-right: 8px;
	float: left;
}

#container  {
	width: 750px;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #262626;
    }
#home #header  {
	height: 300px;
	background-image: url(../Bilder/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }

#gallery #header {
	height: 300px;
	background-image: url(../Bilder/header_gallery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#links #header {
	height: 300px;
	background-image: url(../Bilder/header_links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#taiji #header {
	background-image: url(../Bilder/header_taiji.jpg);
	background-repeat: no-repeat;
	height: 300px;
}



#header   p  {
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	text-indent: -2000px;
    }
#navi {
	height: 25px;
	background-image: url(../Bilder/navi.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top;
}

#mainContent  {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
    }
#mainContent a {
	color: #FFFFFF;
	font-weight: bold;
}

#mainContent a:hover {
	color: #cb3f03;
	font-weight: bold;
	text-decoration: none;
}


#footer  {
	padding: 0 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cb3f03;
	background-image: url(../Bilder/footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
    } 
#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #cb3f03;
}

#footer  p  {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }

#gallery #mainContent {
	background-image: url(../Bilder/chinese.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#links #mainContent {
	background-image: url(../Bilder/shaolin.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 50px;
	height: 300px;
}
#taiji  #mainContent  {
	background-image: url(../Bilder/taiji.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 300px;
	padding-bottom: 50px;
}
