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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #E8E7ED;
}
#container #sidebar1 ul {
	list-style-type: none;
	margin-bottom: 100px;
}
#container #sidebar1 p {
	padding-bottom: 10px;
}
.orange {
	color: #4A5879;
	font-weight: bold;
}
#container {
	width: 960px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #CCC;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
}
#container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#header {
	background: #DDDDDD;  /* 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: 140px;
}
#header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 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. */
}
#sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	background-color: #EBEBEB;
	background-image: url(../img/bg.gif);
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 200px;
	margin-left: 260px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#container #mainContent p {
	padding-bottom: 10px;
}
#container #mainContent ul {
	margin-left: 40px;
	list-style-type: square;
}
#container #clear {
	clear: left;
	height: 30px;
	background-image: url(../img/bg.gif);
}
#footer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
	background-color: #EFEEF3;
}
* {
	margin: 0px;
	padding: 0px;
}
#container #mainContent h2 {
	font-size: 140%;
	padding-bottom: 20px;
}
#footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#container #mainContent ul li {
	padding-bottom: 10px;
}
#container #sidebar1 ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#container #sidebar1 ul li a:hover {
	color: #4A5879;
}

#container #mainContent table tr td {
	vertical-align: top;
}
a:focus{
	outline:none;
	}
	

 a:link, a:visited {
         color : #4A5879;
		 font-weight: bold;
         text-decoration : none;
      }
    a:hover {
         color : #4A5879;
		 font-weight: bold;
         text-decoration : underline;
      }
