body {
	background-color: #EEEEDD;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666633;
	margin:0px;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-image:url(./pictures/bg.jpg);
	padding-bottom:5px;
}

.farbe1 { background-color:#D4D4A4; }
.farbe2 { background-color:#D0D0A0; }
.spezial{ color:#D00000;}
.nichtgelernt { color:#B0B070; }
.center { text-align:center;}
.text_klein { font-size:9px; }

th {
	text-align:left;
	background-color: #C5C090;
}
table {
	border: 1px #000000 dotted;
}
td {
	text-align:left;
	background-color: #D0D0A0;
}

table#innen {
	border: 0px;
}
td#innen {
	background-color:#D6D6A6;
}
td#titel {
	color: #444411;
	background-color: #B6B680;
	font-size:16px;
	text-align:center;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

a { color: #000000; text-decoration:none; }
a:hover { color: #888822; text-decoration:none; }

.top {
	background-color:#C0C090;
	background-image:url(./pictures/top.jpg);
	width:740px;
	border-right: 1px solid #000000;
	border-bottom: 1px dashed #A0A070;
	padding:5px;
	height:120px;
}
.rapper {
	/*background-color:#D0D0A0;*/
	width:750px;
/*	border-right: 1px solid #000000;*/
}

.navigation {
	left:0px;
	position:absolute;
	width: 150px;
	padding:0px;
}
.content {
/*    background-color: #D9D9A9;
	border-left: 1px dashed #A0A070;*/
/*	height:450px;*/
	min-height:10%;
	width:589px;
	padding:5px;
	padding-top:10px;
	margin-left:150px;
	position:absolute;
}

input, select, textarea {
	border:#000000;
	border-width:1px;
	border-style:dotted;
	background-color:#c4c392;
}
checkbox {
	border-style:hidden;
	border-width:0px;
}