body {
	background-color: #B0C4DE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Spalte Mitte */
#spalte_mitte {
	background-color: #B0C4DE;
	width: 600px;
	height: 1700px;
	position: absolute;
	top: 20px; left: 180px;
}
/* Extra Kasten für Bad Feilnbach */
#feilnbach {
	background-color: Red;
	width: 560px;
	height: auto;
	position: static;
}
/* Spalte links */
#spalte_links {
	width: 180px;
	height: 1720px;
	background-color: #EFF0F4;
	position: absolute;
	top: 0px; left: 0px
}
/* Spalte rechts */
#spalte_rechts {
	width: 100%;
	height: 1720px;
	background-color: #EFF0F4;
	position: absolute;
	top: 0px; left: 780px
}
/* Container Seite */
#seite {
	width: 100%;
	height: 460px;
}
/* Box für Tabelle mit Fahrzeugdaten */
#datenbox {
	width: auto;
	height: auto;
	margin-left: 20px;
}

/* Container für die Logos in der rechten Spalte */
#logobox {
background-color: White;
	width: auto;
	height: auto;
	position: absolute;
	top: 0px; left: 0px;
}
/* Hauptüberschrift */
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #001151;
	text-align: center;
}
/* 2. Untertitel */
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #001151;
	text-align: center;
}
/* 6. Untertitel */
h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001151;
	text-align: left;
	width: 340px;
	margin-left: 20px;
	border-left-style: solid;
	border-left-width: 9px;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	border-color: #EFF0F4;
	padding: 2px;
}
/* normaler Fließtext */
p {
	font-size: 12px;
	color: #001151;
	margin-left: 20px;
	margin-right: 20px;
}
/* Aufzählung */
ul {
	list-style-type: square;
	font-size: 12px;
	color: #001151;
}
ul.ohne {
	list-style-type: none;
	margin-left: 0px;
	font-size: 12px;
	color: #001151;
}
/* Zellen in Aktuell */
table.aktuell td {
	font-size: 11px;
	color: #001151;
}
/* Zellen in Strecke */
table.station td {
	font-size: 12px;
	vertical-align: top;
	color: #001151;
}
/* Tabelle mit Fahrzeugdaten */
table.daten {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.daten td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFF0F4;
	text-align: left;
	background-color: #4D5E8C;
}
table.daten th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EFF0F4;
	text-align: left;
	background-color: #001151;
}
/* Navigations-Container */
#navigation {
	width: 170px;
	position: absolute;
	top: 30px; left: 0px;
}
/* Auskunfts-Container */
#auskunft {
	width: auto;
	position: absolute;
	top: 280px; left: 20px;
}
/* Buch-Container */
#buch {
	width: auto;
	position: absolute;
	top: 200px; left: 20px;
}
/* Container für Pfeile nach oben */
#oben1 {
	width: auto;
	height: auto;
	position: absolute;
	top: 340px; left: 135px;
}
#oben2 {
	width: auto;
	height: auto;
	position: absolute;
	top: 640px; left: 135px;
}
#oben3 {
	width: auto;
	height: auto;
	position: absolute;
	top: 940px; left: 135px;
}
#oben4 {
	width: auto;
	height: auto;
	position: absolute;
	top: 1240px; left: 135px;
}
#oben5 {
	width: auto;
	height: auto;
	position: absolute;
	top: 1540px; left: 135px;
}
/* Rahmen für Buttons */
.linkbox {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #001151;
	width: 120px;
	padding: 1px;
	color: #001151;
	background-color: #B0C4DE;
}
/* Button für die aktive Seite */
.linkboxaktiv {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #001151;
	width: 120px;
	padding: 1px;
	color: #FFFFFF;
	background-color: #001151; 
}
/* Stationsschild */
.schild {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	padding: 2px;
	padding-left: 6px;
	color: White;
	background-color: #001151; 
}
/* Links weiß, nicht unterstrichen */
A:link {
	text-decoration: none;
	color: Blue;
}
A:visited {
	text-decoration: none;
	color: #4D5E8C;
}
A:hover {
	text-decoration: none;
	color: Red;
}
A:active {
	text-decoration: none;
	color: #001151;
	background-color: White;
}
