/*#####################################################################################
STYLES für Seite Fahrplan | Sendungsliste
NAVI AENDERUNG START
*/
#e-tb-fahrplan a, #e-tb-fahrplan a:link, #e-tb-fahrplan a:visited, #e-tb-fahrplan a:active {background-position: 0px 0px;}
/* NAVI AENDERUNG ENDE */
/*##################################################################################### */


.f-tb-sendungsliste-row1 {
	vertical-align: top;
	font-weight: bold;	
	white-space:nowrap;
}

.f-tb-sendungsliste-row2 {
	text-align: center;
	font-weight: bold;
	vertical-align: top;	
}

.f-tb-sendungsliste-row3 {
	vertical-align: top;	

}
.f-tb-sendungsliste-row3 {
	font-size: 1em;
	margin: 0px;
}

.f-tb-sendungsliste-row3 a, .f-tb-sendungsliste-row3 a:link, .f-tb-sendungsliste-row3 a:visited, .f-tb-sendungsliste-row3 a:active {color: #ea671e;}
.f-tb-sendungsliste-row3 a:hover {color: #714f11;}

/*SENDUNGS-SEITEN */
#f-tb-sendung {position:relative;}

#f-tb-sendung a {color: #ea671e;}

#f-tb-sendung a:hover {color: #714f11;}

#f-tb-sendung h1 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

#f-tb-sendung h2 {
	font-size: 1em;
	margin: 0;
}

#f-tb-sendung p {padding: 0 0 1em 0;}




.f-tb-table caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #ea671e;
}

.f-input {
width: 250px;
}

#f-gewinnspiel{
margin-bottom:-1em;
}

/* Formular formatieren */
form.a-form-variante01 legend, #f-formular legend  {
color: #ea671e;}
form.a-form-variante01 fieldset {
	border-left:2px dashed #714f11;
	border-top:2px solid #714f11;
	border-bottom:2px dashed #714f11;
	border-right:2px dashed #714f11;
}
form.a-form-variante01 legend { color:#6F0D87; }
form.a-form-variante01 input#vorname,
form.a-form-variante01 input#nachname,
form.a-form-variante01 input#ort,
form.a-form-variante01 input#mail {
	width:40%;
	background:#f1ede7;
	color:#714f11;
	border:1px solid #714f11;
}
form.a-form-variante01 input#alter,
form.a-form-variante01 textarea#meinung {
	background:#f1ede7;
	color:#714f11;
	border:1px solid #714f11;
}
form.a-form-variante01 fieldset.a-send input {
	background: #f8d78a;
	color:#ea671e;
	border:1px solid #714f11;
	margin-top: 15px;
}
form.a-form-variante01 fieldset#a-send-ohne-bg input {
	background: none;
	border: none;
	margin-top: 0px;
}
form.a-form-variante01 label.a-right { width:93%; }
form.a-form-variante01 input.a-right { margin-left:.5em; }
