@charset "utf-8";
/* CSS Document */

body {
	text-align: left;
	background: #333333;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

table {
	border: none;
}

#root {
	margin: auto;
	width: 990px;
	height: 100%;
	text-align: left;
	background: white;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	background-image: url("Bilder/top.png");
	width: 990px;
	height: 100px;
}

#navi {
	background-image: url("Bilder/navi_top.png");
	width: 990px;
	height: 30px;
}

table.navi {
	height: 30px;
	font-weight: bold;
}

table.navi td {
	width: 120px;
	text-align: center;
}

#middle {
	background-image: url("Bilder/bg.png");
	background-repeat: repeat-x;
	width: 990px;
	height: 500px;
}

#space {
	background-image: url("Bilder/space.png");
	width: 990px;
	height: 25px;
}

#left {
	width: 161px;
	height: auto;
	float: left;
}

.left-top {
	background-image: url("Bilder/left-top.png");
	width: 149px;
	height: 27px;
	padding: 25px 0 0 12px;
	font-weight: bold;
}

.left-middle {
	background-image: url("Bilder/left-middle.png");
	width: 146px;
	padding: 5px 0 0 15px;
	height: auto;
}

table.subnavi {
	font-weight: bold;
}

table.subnavi td {
	height: 25px;
	width: 140px;
}

.left-bottom {
	background-image: url("Bilder/left-bottom.png");
	width: 161px;
	height: 30px;
}

#center {
	width: 829px;
	height: auto;
	float: left;
}

.center-top {
	background-image: url("Bilder/center-top.png");
	width: 803px;
	height: 27px;
	padding: 25px 0 0 26px;
	font-weight: bold;
}

.center-middle {
	background-image: url("Bilder/center-middle.png");
	width: 771px;
	padding: 5px 29px 0 29px;
	height: 420px;
	overflow: auto;
}

.center-bottom {
	background-image: url("Bilder/center-bottom.png");
	width: 829px;
	height: 30px;
}

#center-full {
	width: 990px;
	height: auto;
	float: left;
}

.center-full-top {
	background-image: url("Bilder/center-full-top.png");
	width: 964px;
	height: 27px;
	padding: 25px 0 0 26px;
	font-weight: bold;
}

.center-full-middle {
	background-image: url("Bilder/center-full-middle.png");
	width: 932px;
	padding: 5px 29px 0 29px;
	height: auto;
}

.center-full-bottom {
	background-image: url("Bilder/center-full-bottom.png");
	width: 990px;
	height: 30px;
}

.qt-logo {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.5;
	height: auto;
	width: auto;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.timetable {
	border: 1px solid black;
}

td.timetable {
	padding: 3px;
}

input.timetable {
	height: 13px;
	font-size: 11px;
}