body {
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

h2, h3, #footer p {
	font-family: Georgia,Times,"Times New Roman",serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
	color: #3F0000;
	background-color: #4E691B;
}

h1 {
	margin: 0;
	padding: 0.75em 0.5em;
	font-weight: normal;
	font-size: 2.5em;
	text-transform: uppercase;
	text-align: right;
	color: #FFFF93;
	border-right: 1em solid #A6A67C;
}

h2 {
	color: #3F0000;
}

h4 {
	font-size: 1em;
}

a {
	padding: 0 0.1em;
	color: #740;
}

a:hover {
	color: inherit;
	text-decoration: none;
	background-color: #A6A67C;
}

img {
	border: 0.5em solid #DDC87D;
}

#wrapper {
	background-color:#DDC87D;
	border-width: 1px 0;
	border-style: solid;
	border-color: #D76B00;
}

#sidebar {
	float: left;
	width: 12.5em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0 1em;
	height: 2.5em;
	line-height: 2.5em;
	background-color: #DDC87D;
	border-bottom: 1px solid #CC9;
	cursor: pointer;
}

#sidebar ul li a {
	color: #00005F;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul li.active {
	background-color:#FFFF93 ;
}

#sidebar ul li.active a {
	color: #000000;
	background-color: transparent;
}

#sidebar ul li:hover a, #sidebar ul li a:hover {
	color: #3F0000;
	background-color: transparent;
}

#content {
	height: 20em;		/* siehe folgende Deklaration */
	margin-left: 12.5em;
	padding: 0.5em 1em;
	background-color: #FFFF93;
}

#content[id] {			/* Haxie IE/Win */
	height: auto;		/* Reset feste Höhe und dafür */
	min-height: 20em;	/* Mindesthöhe festlegen */
}

#footer {
	clear: both;
}

#footer p {
	margin: 0;
	padding: 1em;
	text-align: center;
	color: #CC9;
}

#footer p a {
	color: #CC9;
}

p.center {
	text-align: center;
}

p.indented {
	padding-left: 1.5em;
}

p.indented:before {
	content: "\00BB";
	display: block;
	margin-left: -1.5em;
	margin-bottom: -1.5em;
	font-weight: bold;
	color: #740;
}

table.courses {
	padding: 0.25em;
	border-collapse: collapse;
	border-width: 0 1px;
	border-style: solid;
	border-color: #886;
}

table.courses th, table.courses td {
	width: 25%;
	padding: 0.25em 0.5em;
	text-align: left;
	border-bottom: 1px solid #886;
}

table.courses th {
	font-weight: bold;
	color: #740;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #886;
}

table.courses th.center, table.courses td.center {
	text-align: center;
}

table.courses th.right, table.courses td.right {
	text-align: right;
}

img.right {
	float: right;
	margin: 0 0 1em 1em;
}
