.buttom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
a img { 
border:0px; 
}
.buttom a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font-variant: normal;

}
.buttom a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font-variant: normal;

}
.buttom a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.buttom a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight : bold;
}
.titel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.fliesstext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
}

/* Navigation */
.navihead, .navihead a {
	color: #ffffff;
	text-decoration: none;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	width: 130px;
}
.navihead a:link, #navihead a:visited {
	text-decoration: none;
}
.navihead a:hover, #navihead a:active {
	text-decoration: none;
	color: #feb321;
}




.navi, .navi a {
	color: #FFFFFF;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-decoration: none;
	width: 130px;

}

.navi a:link, #navi a:visited {
	text-decoration: none;
}

.navi a:hover, #navi a:active {
	text-decoration: underline;
	color: #feb321;
}



.navihead2, .navihead2 a {
	color: #ffffff;
	text-decoration: none;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-align: center;
	width: 98%;
}
.navihead2 a:link, #navihead2 a:visited {
	text-decoration: none;
}
.navihead2 a:hover, #navihead2 a:active {
	text-decoration: none;
	color: #feb321;
}



.inputfeld {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}





<!-- CSS Definitionen für Überschrift und Tabelle --> 
/* Überschrift 2 */
h2 {
	/* Schriftgrösse */
	font-size: 14px;
	/* Schriftfarbe */
	color: #fff;
	/* Schriftart */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Abstand unten */
	margin-bottom: 0.5em;
}

/* Tabelle */
.ferienlekture {
	/* Tabellenbreite */
	width: 100%;
	/* Rahmen für Tabelle */
	border: 2px solid #B32201;
	/* Rahmen rechts entfernen da unten in Zelle Rahmen rechts definiert wird */
	border-right: 0;
	/* Abstand unten */
	margin-bottom: 1em;
	/* Schriftart */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Schriftgrösse */
	font-size: 12px;
	/* Textfarbe */
	color: #fff;
}

/* Zelle */
.ferienlekture td {
	/* Vertikale Ausrichtung */
	vertical-align: top;
	/* Rahmen für Tabelle */
	border-right: 2px solid #B32201;
	/* Abstand aussen */
	margin: 0;
	/* Abstand innen */
	padding: 1px;
}

/* Bilder in den Zellen */
.ferienlekture td img {
	border: 0;
}

/* Ursprüngliche Preise */
.alte_preise {
	/* Abstand oben */
	margin-top: 0.5em;
	/* durchstrichen */
	text-decoration: line-through;
	/* Text zentrieren */
	text-align: center;
}

/* Aktionspreise roter Hintergrund */
.neuer_preis_rot {
	/* Hintergrundfarbe */
	background-color: #B32201;
}

/* Aktionspreise oranger Hintergrund */
.neuer_preis_orange {
	/* Hintergrundfarbe */
	background-color: #F4C03A;
}

/* für alle Aktionspreise gültigen Werte */
.neuer_preis_rot, .neuer_preis_orange {
	/* Text zentrieren */
	text-align: center;
	/* Abstand oben */
	margin-top: 0.5em;
	/* Abstand innen oben */
	padding-top: 5px;
	/* Abstand innen unten */
	padding-bottom: 5px;
}


.ferienlekture a:hover {
	color: #FEB321;
}

/* Hyperlinks in Zellen */
.ferienlekture td a {
	/* nicht unterstreichen */
	text-decoration: none;
}


.link {
	text-decoration: none;
}
.link:hover {
	text-decoration: none;
	color: #FEB321;
}