@charset "iso-8859-1";
body {
	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: #000000;
	background-color: #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 150%;
}
#container  {
	width: 850px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-image: url(../Bilder/bkg.jpg);
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header  {
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 310px;
	background-image: url(../Bilder/pic_header.jpg);
}
#header h1  {
	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. */
	padding-top: 60px;
	padding-right: 0;
	padding-left: 30px;
}
#navi {
	text-align: right;
	color: #515151;

}

#navi a    {
	color: #3A4E99;
	text-decoration: none;
}

#navi a:hover {
	color: #515151;
	text-decoration: underline;
}


#mainContent  {
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
}

#footer  {
	background-image: url(../Bilder/bkg_footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	background-position: bottom;
	padding-left: 45px;
	padding-bottom: 5px;
}
#footer a  {
	color: #3A4E99;
	text-decoration: none;
}
h2 {
	color: #515151;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}



.pic {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
