* {
	margin:0;
	padding:0;
}

body {
	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: 76%;
	line-height: 130%;
	background-image: url(../Bilder/main-bg.gif);
    }

#container  {
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
    }
#mainContent a {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainContent a:hover {
	color: #B4E13E;
	text-decoration: none;
}

#home #mainContent {
	background-image: url(../Bilder/bkg_welcome.jpg);
	background-repeat: no-repeat;
	height: 320px;
}


#header  {
	height: 130px;
	background-image: url(../Bilder/header.jpg);

    }
#header p {
	text-indent: -2000px;
}
#navi {
	background-image: url(../Bilder/bkg_navi.jpg);
	background-repeat: no-repeat;
}

#mainContent  {
	background: #000000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
    }


#footer  {
	padding: 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #334D5A;
    } 

#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. */
    }

.img {
	margin-right: 10px;
	margin-bottom: 20px;
}

