/*
	Blau: #00389A;
	Gelb: #D6CB00;
*/
body, p, li, td, a, input, select, textarea, ul {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	line-height: 11pt;
}
body {
	padding: 20px;
	margin: 0px;
	background-color: #fff;
}
label {
	cursor: pointer;
}
label input {
	vertical-align: middle;
}
#aktuell {
	background-color: #D6CB00;
	width: 237px;
	height: 44px;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
	margin-bottom: 16px;
}
#aktuell a {
	color: #fff;
	text-decoration: none;
}
#aktuell a:hover {
	text-decoration: underline;
}
#navigation {
	position: absolute;
	top: 85px;
	background-color: #00389A;
	width: 145px;
}
#logo {
	position: relative;
	height: 145px;
}
#logo img {
	border: none;
	margin: 0px 0px 0px 0px;
}
#menu {
	height: 316px;
}
#menu a {
	color: #fff;
	/*font-weight: bold;*/
	text-decoration: none;
	line-height: 12pt;
	display: block;
	padding: 0px 10px 0px 10px;
}
#menu a.act {
	color: #00389A;
	background-color: #fff;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.act:hover, #submenu a.act:hover {
	text-decoration: none;
}
#motto {
	padding: 0px;
}
#padded-motto {
	padding: 326px 0px 0px 0px;
}
#memory {
	position: absolute;
	top: 85px;
	left: 175px;
}
#home {
	position: absolute;
	left: 285px;
	top: 24px;
}
#home a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#home a:hover {
	text-decoration: underline;
}
#subsubnavi {
	height: 30px;
	white-space: nowrap;
}
#subsubnavi ul, #subsubnavi li {
	list-item-style: none;
	list-item-type: none;
	display: inline;
}
#subsubnavi ul {
	margin: 0px;
	padding: 0px;
}
#subsubnavi li {
	margin-right: 20px;
}
#subsubnavi li a {
	color: #aaa;
	text-decoration: none;
}
#subsubnavi li a.active {
	color: #000;
	font-weight: bold;
}
#subsubnavi li a:hover {
	text-decoration: underline;
}
#content {
	position: absolute;
	left: 390px;
	top: 200px;
}
#content-body {
	width: 400px;
}
#content-body a, #content-a a {
	text-decoration: none;
}
#content-body a:hover, #content-a a:hover {
	text-decoration: underline;
}
#content-body a:visited, #content-a a:visited {
	color: #D6CB00;
}
#submenu {
	position: absolute;
	left: 145px;
	margin-top: -12pt;
	width: 210px;
}
#submenu a {
	color: #00389A;
	font-weight: normal;
}
#submenu a.act {
	/*font-weight: bold;*/
	color: #D6CB00;
}
#submenu-a {
	position: absolute;
	top: 18px;
	left: 275px;
	width: 150px;
}
#submenu-a a {
	text-decoration: none;
	line-height: 12pt;
	color: #D6CB00;
	font-weight: bold;
	display: block;
}
#submenu-a a:hover {
	text-decoration: underline;
}
#submenu-a a.act {
	color: #000;
}
#content-a {
	position: absolute;
	top: 18px;
	left: 490px;
	width: 400px;
}

/* Content-Formatierung */
.csc-header h1 {
	font-size: 9pt;
	margin-top: 0px;
	padding-top: 0px;
}

ul {
	padding-left: 14px;
	margin-left: 4px;
}
p.bodytext {
	margin-top: 0px;
}
a.home div {
	cursor: hand;
}
.error {
	color: #f00;
	font-weight: bold;
}
.schedule {
	border-spacing: 4px;
	width: 100%;
}
.schedule td, .schedule th {
	padding: 4px;
	vertical-align: top;
}
.schedule th {
	font-size: 7pt;
	font-weight: normal;
	width: 150px;
	vertical-align: middle;
}
.schedule-header {
	font-size: 8pt;
	font-weight: bold;
}
td.schedule-0 {
	text-align: center;
	background-color: #eee;
	vertical-align: middle;
	font-weight: bold;
}
td.schedule-1, th.schedule-1 {
	background-color: #ddd;
}
td.schedule-2, th.schedule-2 {
	background-color: #ccc;
}
td.schedule-3, th.schedule-3 {
	background-color: #bbb;
}

table.imgtext-nowrap, table.imgtext-nowrap table {
	border-collapse: collapse;
	clear: both;
}
table.imgtext-nowrap img {
	display: block;
}