@charset "utf-8";
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
.einspaltig #container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.eingabe #container {
	width: 95%;
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

#kopfzeile {
	text-align: center;
}
#login {
	text-align: right;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}

#spalte_links {
    float: left;
    width: 40%;
}

#spalte_rechts {
    float: right;
    width: 40%;
}

.clear_both {
    clear: both;
}
#inhalt  {
	padding: 20px 5px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
}


.eingeruckt {
	padding-left: 250px;
}

#fusszeile {
	color: #333;
	text-align: center;
	letter-spacing: 0.05em;
}
#fusszeile p {
	line-height: 22px;
}
#fusszeile p img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: text-bottom;
}

#fusszeile a  {
	color: #333;
	text-decoration: none;
}

#fusszeile a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #CCC;
}

.italicGross {
	font-size: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#inhalt h1 {
	color: #C92E2A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.untertitel  {
	color: #C92E2A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.zentriert {
	text-align: center;
}
.fahrplan {
	font-size: 0.82em;
	line-height: 2em;
	font-weight: bold;
	white-space: nowrap;
}

.fahrplan .gebucht {
	font-style: italic;
	font-weight: normal;
	color: #600;
}

.fahrplan .eingabe td {
	vertical-align: top;
}

.fahrplan th {
	background-color: #CFC;
	text-align: left;
	font-size: 1.1em;
}
.fahrplan_input  {
	width: 85px;
    font-weight: normal;
}

.marker {
	color: #333;
	background-color: #CF9;
}

.bild_links {
	float: left;
	padding-right: 1.5em;
}

.bild_rechts {
	float: right;
	padding-left: 1.5em;
}

.rot {
	color: #F00;
}

.fett {
    font-weight: bold;
}

.maxBreit {
    width: 100%;
}

#sperre table td {
    vertical-align: middle;
    padding-right: 10px; 
}
