/*
	Blau: #00389A;
	Gelb: #D6CB00;
*/
body, p, li, td, a, input, select, textarea, ul {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	line-height: 11pt;
}
a{
	text-decoration: none;
	color: #000000;
}
body {
	padding: 20px;
	margin: 0px;
	background-color: #fff;
}
#content-vert.content-print{
	padding: 0px;
}
#aktuell {
	display: none;
}
#navigation {
	position: absolute;
	/*top: 50px;*/
	background-color: #00389A;
	width: 145px;
	margin-left: 0px;
	left: 0px;
}
#logo {
	position: relative;
}
#logo img {
	border: none;
	margin: 0px;
}
#menu {
	display: none;
}
#motto {
	padding: 0px;
	margin: -3px 0px 0px 0px;
}
#memory {
	position: absolute;
	top: 85px;
	left: 175px;
}
#content, #content-a {
	/*position: absolute;*/
	margin-left: 200px;
	top: 50px;
}
#home{
	display: none;
}
#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;
}
/* 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;
	text-align: justify;
}
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;
}