@CHARSET "UTF-8";

/*
* Grund-Zeichenformatierungen
*/
body {
	background-color: #ddd; /* Background color */
	color: #222; /* Foreground color used for text */
	font-family: Helvetica;
	font-size: 14px;
	margin: 0;
	/* Amount of negative space around the outside of the body */
	padding: 0;
	/* Amount of negative space around the inside of the body */
}

/*
p,ul,li,h1,h2,h3,h4,form,input {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
}
*/
h1 {
	font-size: 18px;
}

/*
*	Formatierungen fuer Formulare
*/
form {
	width: 280px;
}

form p {
	position: relative;
}

label {
	float: left;
	width: 10em;
}

.feedback {
	clear: left;
	margin-left: 0em;
	left: 1px;
	right: 0;
}

.feedback0 {
	color: #009900;
	font-weight: bold;
	clear: left;
	margin-left: 0em;
	left: 1px;
	right: 0;
}

.feedback1 {
	display: block;
	color: #666666;
	font-weight: normal;
	clear: left;
	margin-left: 0em;
	left: 1px;
	right: 0;
}

.feedback2 {
	color: #990000;
	font-weight: bold;
	clear: left;
	margin-left: 0em;
	left: 1px;
	right: 0;
}

input.c0 {
	background-color: #CCFFCC;
	clear: left;
}

input.c1 {
	background-color: #FFFF99;
	clear: left;
}

input.c2 {
	background-color: #FFCCCC;
	clear: left;
}

/*
* Formatierungen fuer Tabellen
*/
table,tr,td {
	border: 1px solid black;
	border-collapse: collapse;
}

/*
* Formatierung fuer die Lektionsauswahl
*/

.pensum0,  .pensum2 {
	line-height: 1.5;
	margin-right: 4em;
}

.pensum1, .pensum3 {
	margin-top: 3em;
	margin-right: 500px;
}

/*
* Alles für die Navigation
*/
#navigation div.leftButton {
	position: absolute;
	top: 7px;
	left: 6px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	line-height: 28px;
	border-width: 0 8px 0 8px;
	-webkit-border-image: url(../images/button.png) 0 8 0 8;
}

#navigation h1 {
	margin: 0;
	padding: 0;
}

#navigation h1 a {
	background-color: #ccc;
	border-bottom: 1px solid #666;
	color: #222;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	
}

#navigation ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#navigation ul.hide {
	display: none;
}

#navigation ul li a {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;
}

#navigation h1 a {
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}

#navigation ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#navigation ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#navigation div.pressed {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
}

#hauptteil, #sidebar {
    padding: 10px;
}

}

div#schlussbuttons {
	background-color: #FFCCFF;
	position: fixed;
	top: 1px;
}