/*////////// Schriftarten, Größe und Farbe außerhalb v. Tabellen, 
Abstände zum Rand */

BODY  {
	background: white;
	margin-top: 10px;
	margin-left: 10px;
 } 

 
/*////////// Schriftarten, Größe und Farbe innerhalb v. Tabellen */

TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	color : Black;
}

/*////////// LINKS innerhalb des Contents */

A {
	font-weight: normal;
	color : #800000;
	text-decoration: none;
}

A:hover {
	font-weight: normal;
	color : #800000;
	text-decoration: underline;
}

/*////////// LINKS des Hauptmenüs (Reisen suchen /aller Reisen anzeigen) */
a.menue {
	background: silver;
	color: black;
	padding: 5px;
}
a.menue:hover {
	background: gray;
	color: white;
	padding: 5px;
}

/*////////// Site Überschrift (zb. » Reisen anzeigen)*/
H1 {
	font-size: 25px;
	font-weight: bold;
	display: inline;
}
H2 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

/*////////// Titel der Reise (zb. 23 Tage Safari und Naturrundreise)*/
.title{
	color: #800000;
	display: inline;
	
}
/*////////// Überschrift der Rubrik (zb. Reisedetail)*/
.rubrik_headline {
	font-size: 9px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

/*////////// Viereck vor Überschriften innerhalb von Formularen*/
.square {
	background: black;
}

/*////////// Heller Hintergrund einer interaktiven Tabelle (zb. Suche)*/
.table_bg_light{
	background: #D7D7D7;
}


/*////////// hervorgehobener Hg einer interaktiven Tabelle (zb. Suche)*/
.table_bg_highlight {
	background: silver;
}

/*////////// Darstellung des Footers (Impressum, nach oben)*/
.footer {
	font-size: 10px;
	font-weight: normal;
	color: Gray;

}
/*////////// Links innerhalb des Footers (Impressum, nach oben)*/
.footer a{
	font-size: 10px;
	font-weight: normal;
	color: Gray;
	text-decoration: underline;
}
.footer a:hover{
	font-size: 10px;
	font-weight: normal;
	color: Gray;
	text-decoration: none;
}

/*////////// Hinweise */
.note {
	font-size: 10px;
	font-weight: normal;
	color: Gray;

}
/*////////// Hinweislinks */
.note a, .note a:hover{
	font-size:10px;
}

/*////////// Trennlinien für den Contenbereich */
td.dot_h{
	border-bottom: 2px solid Gray;
}
/*////////// Trennlinien innerhalb des Contenbereiches */

td.dot_hl_h{
	border-bottom: 1px solid Silver;
}
