/********** Basic Elements */
body, h1, h2, h3, h4, h5, h6, div, p, table, tr, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
margin: 0px;
padding: 0px;
}

body {
	font-family: arial,helvetica,sans-serif;
	font-size: 100.1%;
}

#wrapper {
	font-family: arial,helvetica,sans-serif;
	font-size: 0.78em;
	line-height: 1.32em;
}

p.bodytext {
}
#content ul, ol {
}
#content ul {
  list-style-type: disc;
  list-style-position: outside;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial,helvetica,sans-serif;
	font-weight:normal;
}
h1 {
	margin: 0 0 0.5em 0;
	font-size: 1.01em;
}
h2 {
	margin: 0 0 0.4em 0;
	font-size: 0.82em;
}
h3 {
	margin: 0 0 0.2em 0;
	font-size: 0.69em;
}
h4 {
	margin: 0 0 0.2em 0;
	font-size: 0.69em;
	font-style:italic;
}
h5 {
	margin: 0;
	font-size: 0.63em;
}
h6 {
	margin: 0;
	font-size: 0.63em;
	font-style:italic;
}



/***************/
/* Für de RTE */

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.blau { color: #005DA4; }
.weiss { color: #FFFFFF; }


/*** Tabellenformatierung */

/* Tabelle: Zugauskunft */
.table_zug { 	/* für alle Tebellen*/
	border-collapse: collapse;
	margin-left: -64px;
	width: 590px;
}
.table_zug tr {
	border-top: 2px solid #004478;
	vertical-align: top;
}
.table_zug td {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.12em;
	line-height: 1.32em;
}
.spalte_bandfoto {  /* Tabelle Zugauskunft, 3. Splate */
	width: 166px;
}
.spalte_bandfoto img {  /* Tabelle links einrücken */
	margin-left: 64px;
}
.spalte_datum {  /* Tabelle Zugauskunft, 3. Splate */
	color: #005DA4;
	width: 166px;
}
.spalte_bandname {  /* Tabelle Zugauskunft, 3. Splate */
	font-size: 1.5em !important;
	line-height: 1.19em !important;
}
.spalte_mehrInfos {  /* Tabelle Zugauskunft, 3. Splate */
	vertical-align: bottom;
	width: 90px;
}
.spalte_mehrInfos a img {  /* Einrückung für 4. Spalte wieder weg */
	margin-bottom: 6px;
}

/* Tabelle: Sponsoren */
.table_sponsoren { 	/* für alle Tebellen*/
	border-collapse: collapse;
	width: 462px;
	vertical-align: top;
	float: left;
}
.table_sponsoren td {
	padding-bottom: 12px;
}


/* Tabelle: Galerie */



/* Selectors for the default configuration of the link accessibity feature.*/
a {color:#FF7A23;}
a.external-link {color:#FF7A23;}
a.external-link-new-window {color:#FF7A23;}
a.internal-link {color:#FF7A23;}
a.internal-link-new-window {color:#FF7A23;}
a.download {color:#FF7A23;}
a.mail {color:#999999;}

