/* Standard-CSS für www.pferdetrekking.de */

/*___Standards_________________________*/
/* wichtige Farben 
Schriftfarbe Fliesstext = #44250B
Servicelinks = #DEC289
rote Linie bei Pferdetrekking in Nav. = #A8541F
ockerfarbene Linie bei Meet-People in Nav. = #C68F1C
gruen für Text in Nav. Reittouren = #4A4D05
Fotorahmen = #E1CAA2
*/

body{	
	background: url(../images/hg-wiese.gif) repeat; 
	margin-top: 30px; margin-bottom: 20px; margin-left: 0px; margin-right: 0px; }
	
table, td { 
	font: 12px/140% Arial,Verdana,Helvetica,sans-serif; 
	color: #44250B; }	
		
/*___Sonderformate Text_________________________*/	
.textnavreittouren {
	font: 11px/120% Arial,Verdana,Helvetica,sans-serif; 
	color: #4A4D05; }
	
.textklein { font: 10px/120% Arial,Verdana,Helvetica,sans-serif; }

.textreittourenkarte { font: 11px/120% Arial,Verdana,Helvetica,sans-serif; }
	
.textweiss {
	font: 12px/120% Arial,Verdana,Helvetica,sans-serif; 
	color: #ffffff; }

.textweissfett {
	font: bold 12px/120% Arial,Verdana,Helvetica,sans-serif; 
	color: #ffffff; }
	
.textweissgross {
	font: 14px/120% Arial,Verdana,Helvetica,sans-serif; 
	color: #ffffff; }
	
.doppelpfeil {
	font: bold 13px/140% Arial,Verdana,Helvetica,sans-serif;
	}
	
/*___Überschriften_________________________*/
h1 { 
	font: bold 13px/100% Arial,Verdana,Helvetica,sans-serif;
	margin: 0px;
	display: inline; }
h2 { 
	font: normal 11px/100% Arial,Verdana,Helvetica,sans-serif;
	margin: 0px;
	display: inline; }
h3 { 
	font-size:13px;
	font-weight: bold;
	display: inline; }
h1,h2,h3 { 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	color:#44250B;}


/*___Listen_________________________*/
/* Standard */
ul { 
	list-style-type: disc; 
	liste-style-position: outside; }

/* Linkliste */	
li.linkliste {
	padding-bottom: 12px; }

	
/*___Bilder_________________________*/
img.foto {
	border: 5px solid #E1CAA2;
	} 	

/*___Links_________________________*/
/* Standard */
a{
	color: #44250B;
	text-decoration:underline;
	}
a:hover { 
	text-decoration:none; }

/* Sprache */
a.sprache{
	color: #ffffff;
	font-size: 11px;
	text-decoration:none;
	}
a.sprache:hover { 
	text-decoration: underline; }

/* Navigation groß weiß */
a.navgross{
	color: #ffffff;
	text-decoration:none;	
	}
a.navgross:hover { 
	text-decoration:underline; }

/* Unternavigation für Pferdetrekking, Reittouren, Meladotal  */
a.unternav{
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	}
a.unternav:hover { 
	text-decoration:underline; }

/* Unternavigation für Pferdetrekking fett  */
a.unternav-fett{
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	}
a.unternav-fett:hover { 
	text-decoration:underline; }
	
/* Unternavigation für Reittouren  */
a.unternav-reittouren{
	color: #ffffff;
	text-decoration:none;
	}
a.unternav-reittouren:hover { 
	text-decoration:underline; }

/* Servicenavigation */
a.servicenav{
	color: #DEC289;
	font-size: 11px;
	text-decoration:none;
	}
a.servicenav:hover { 
	text-decoration:underline; }

/*___Linien-Rahmen_________________________*/
/* Linien für Unternavigation Pferdetrekking */
td.linie-pt-obenunten {  
	border-top: 1px solid #A8541F; 
	border-bottom: 1px solid #A8541F; }	
td.linie-pt-unten { 
	border-bottom: 1px solid #A8541F; }

td.linie-mp-obenunten {  
	border-top: 1px solid #C68F1C; 
	border-bottom: 1px solid #C68F1C; }	
td.linie-mp-unten { 
	border-bottom: 1px solid #C68F1C; }

/*___Tool-Tipp für die Navigation von Reittouren_________________________*/	
.tooltip {
position: absolute;
display: none;
}	