@charset "utf-8";
/* CSS Document */


body  {
    font: 86% Arial, Helvetica, sans-serif;
    background: #CECECE;
    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;
}
#container {
	width: 770px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF url(grafik/container_bg.jpg);
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 
#header {
	margin: 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. */
	background-image: url(grafik/header.jpg);
	background-repeat: no-repeat;
	height: 55px;
	font-size: 120%;
	font-weight: bold;
	color: #006699;
	text-align: right;
	padding-top: 30px;
	padding-right: 40px;
    } 

#sidebar1 {
	float: left;
	width: 150px;
	padding: 15px 10px 15px 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A2A2A2;
    }
#mainContent { 
    margin: 0 0 0 180px; 
    padding: 0 20px;
} 
.line {
	height: 15px;
	border-bottom: 1px solid #A2A2A2;
	margin: 0 20px;
}
#footer {
	padding: 5px 20px 20px 20px; 
	background-image: url(grafik/footer_bg.jpg);
	background-repeat: no-repeat; 
	height: 25px;
	text-align:center;
	color: #999999;
	font-size: 80%;
        margin: 0 0 -5px 0;
    } 
.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;
}
#menubox {
	background-color: #CCCCCC;
	padding: 1px;
}
#menutitel {
	font-weight: bold;
	padding-left: 15px;
}
.menu a:link {
	background-color: #EAEAEA;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding: 2px 0 2px 15px;
	font-size: 86%;
	color: #666666;
	text-decoration: none;
}
.menu a:visited {
	background-color: #EAEAEA;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding: 2px 0 2px 15px;
	font-size: 86%;
	color: #666666;
	text-decoration: none;
}
.menu a:hover {
	background-color: #006699;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding: 2px 0 2px 15px;
	font-size: 86%;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:active {
	background-color: #EAEAEA;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding: 2px 0 2px 15px;
	font-size: 86%;
	color: #666666;
	text-decoration: none;
}

#stand {
    float: right;
    width: 24%;
	font-size: 80%;
	color: #999999;
	text-align: right;
	margin-top: 10px;
}
#autor {
    margin: 10px 26% 0 0px;
	font-size: 80%;
	color: #999999;
}
#cotext {
    font-size: 90%;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: underline;
}

