table {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	list-style-type:circle;
}

a.aktive:link {color:#000000; text-decoration:none; font-weight:normal;}
a.aktive:visited {color:#000000; text-decoration:none; font-weight:normal;}
a.aktive:hover {color:#3300FF; text-decoration:none; font-weight:normal;}

a.fuss:link {color:#FFFFFF; text-decoration:none; font-weight:normal;}
a.fuss:visited {color:#FFFFFF; text-decoration:none; font-weight:normal;}
a.fuss:hover {color:#ff9600; text-decoration:none; font-weight:normal;}

a.leer:link {color:#ffffcc; text-decoration:none; font-weight:normal;}
a.leer:visited {color:#ffffcc; text-decoration:none; font-weight:normal;}
a.leer:hover {color:#ffffcc; text-decoration:none; font-weight:normal;}

a.fett:link {color:#000000; text-decoration:none; font-weight:bold;}
a.fett:visited {color:#000000; text-decoration:none; font-weight:bold;}
a.fett:hover {
	color:#3300FF;
	text-decoration:none;
	font-weight:bold;
}

a.navi:link {
	color:#0000CC;
	text-decoration:none;
	font-weight:normal;
}
a.navi:visited {color:#000000; text-decoration:none; font-weight:normal;}
a.navi:hover {color:#3300FF; text-decoration:none; font-weight:normal;}


/*Schulmusical Layout*/
    body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #ffffcc;
    }
	
    .schulmusical-layout #container {
	width: 970px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: BBCEF3;
	background-image: url(../image/content.png);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
    } 
    .schulmusical-layout #kopf {
	background-color: #FFFFFF;
	background-image: url(../image/kopf.png);
	background-repeat: no-repeat;
	height: 141px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
    } 
    .schulmusical-layout #kopf 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. */
    }
    .schulmusical-layout #Navigation {
	float: left;
	width: 212px;
	height:470px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
	background-image: url(../image/navi.png);
	background-repeat: no-repeat;
    }
    .schulmusical-layout #inhalt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 578px;
	background-image: url(../image/inhalt.png);
	background-repeat: no-repeat;
	overflow:auto;
    } 
    .schulmusical-layout #fuss {
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:53px;
	background-image: url(../image/fuss.png);
	background-repeat: no-repeat;
    } 
    .schulmusical-layout #fuss p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
    }
    .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;
    }



/*Layout Navi*/
UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
UL#Navigation {
	margin: 0px; width: 200px
}
UL#Navigation LI A {																								/*Farbe*/
	DISPLAY: block;
	COLOR: #ffffff;
	HEIGHT: 35px;
	TEXT-DECORATION: none;
	background-image: url(../image/button.jpg);
	background-position: center;
	padding-left:17px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
UL#Navigation LI A + UL.untermenue {
	DISPLAY: none
}
UL#Navigation LI A:focus + UL.untermenue {
	DISPLAY: block; COLOR: #892727
}
UL#Navigation LI A:hover {
	BORDER-LEFT-COLOR: #ccc;
	BORDER-BOTTOM-COLOR: #fff;
	COLOR: #ff9600;
	BORDER-TOP-COLOR: #aaab9c;
	BORDER-RIGHT-COLOR: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
UL#Navigation LI#active A:hover {
	BORDER-LEFT-COLOR: #ccc;
	BORDER-BOTTOM-COLOR: #fff;
	COLOR: #000000;
	BORDER-TOP-COLOR: #aaab9c;
	BORDER-RIGHT-COLOR: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}
UL#untermenue1 LI A {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	HEIGHT: 24px;
	padding: 0em;
	padding-top: 0px;	/*Eintsellung Text*/
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 23px;
	color: #ffffff;
}
UL#untermenue1 LI A:hover {
	COLOR: #ff9600;
	font-family: Arial, Helvetica, sans-serif;
}

