@charset "utf-8";

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: #FFFFFF;
	background-color: #C40000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
    }
.Navistil {
	font-size: 14px;
	padding-left: 10px;
}


.Text {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B70000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B70000;
	}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 10px;
	}
	
#navigation a:hover {
	color:#FFD2D2;
	font-weight:bold;
	background-image: url(Bilder/mm_bullet_pink.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	}
#navigation a:visited {
	color: #CCCCCC;
}

/* ID Styles */
#sidebar td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B70000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B70000;
	text-align: left;
	}

#sidebar a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 5px;
	text-decoration: none;
	}
#sidebar  a:hover {
	color:#FFD2D2;
	font-weight:bold;
	background-image: url(Bilder/mm_bullet_pink.gif);
	background-repeat: no-repeat;
	background-position: 1px 50%;
	}
#sidebar a:visited {
	color: #CCCCCC;
}

#mainContent td {
	text-decoration: none;

	}

#mainContent a {
	color: #FFFF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
#mainContent a:hover {
	color:#FFD2D2;
	font-weight:bold;
	}
    .twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	margin: 0;
    } 
    .twoColFixLtHdr #header {
	padding: 0;  /* 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-color: #C40000;
	height: 110px;
    } 
.twoColFixLtHdr #navigation {
	background-color: #660000;
	height: 35px;
	float: left;
	width: 100%;
}
    .twoColFixLtHdr #sidebar {
	width: 240px;
	padding: 0px;
	float: left;
	text-align: left;
    }
    .twoColFixLtHdr #mainContent {
	padding-left: 20px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 240px;
    } 
    .twoColFixLtHdr #footer {
	background-color: #660000;
	bottom: 0px;
	clear: left;
	height: 30px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 240px;
    } 
