/* Zusatz-Stylesheet-Datei */

.vormittag {
	background: #c0ffc0;
}

.nachmittag {
	background: #d0d0d0;
}

h3.klassenstufe {
	clear: both;
	padding: 1em 0 0 0;
	margin: 0;
}

ul.klassenstufe {
	list-style: none;
}

ul.klassenstufe li {
	float: left;
	border: 1px dotted #dfdfdf;
}

a.klasse {
	padding: 0 10px;
	background: #e0e0e0;
}

#seite table {
	border: 1px dotted black;
	margin-bottom: 15px;
}

#seite table.tagesaktuell {
	width: 250px;
}

table #std {
	width: 3em;
}

table td {
	text-align: center;
	border: 1px dotted transparent;
}

#stundenplan-navi {
	position: absolute;
	top: 5px;
	right: 25px;
	width: 200px;
	background: #ffffff;
	border: 1px solid black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

    -webkit-box-shadow: 3px 3px 5px #444444;
    -moz-box-shadow: 3px 3px 5px #444444;
    box-shadow: 3px 3px 5px #444444;

	margin: 0;
	padding: 2px 0 5px 0;
}

#stundenplan-navi h2 {
	font-size: 75%;
	margin: 0;
	padding: 0.3em 0;
	text-align: center;
}

#stundenplan-navi ul {
	list-style: none;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

#stundenplan-navi li {
	margin: 0;
	padding: 0;
	text-align: center;
}



/* Stundenrhythmisierung */
#stundenrhythmisierung {
	text-align: center;
}

#stundenrhythmisierung table {
	width: 600px;
	background-color: #dfdfdf;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}

#stundenrhythmisierung .bemerkungen {
	width: 50%;
}

#stundenrhythmisierung .uhrzeit {
	font-weight: bold;
	text-align: center;
}

#stundenrhythmisierung .stunde {
	font-weight: bold;
	text-align: center;
}

#stundenrhythmisierung th,
#stundenrhythmisierung td {
	font-size: 80%;
	vertical-align: middle;
	padding: 0 3px;
}

#stundenrhythmisierung th {
	background: url(../../images/layout/standard/navbg.png) repeat-x center;
	color: #204060;
}

#stundenrhythmisierung td {
	background-color: #f8fcff;
	color: #204060;
	border: 1px solid #e0e0e0;
	padding: 3px;
	text-align: left;
}

