/* Standard-CSS für www.trekkingchile.com/flora */

/*___Standards_________________________*/
/* wichtige Farben 
Schriftfarbe Fliesstext = #001F68
orange = #F19505 
*/

body {	
	background-color: #FFFFFF;
	margin: 0px;  }
	
table, td { 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #333333; }	
		
/*___Sonderformate Text_________________________*/	

	
/*___Überschriften_________________________*/
h1 { 
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333333; }
	
h2 { 
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px; }
	
h3 { 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px; }


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

/* Linkliste */
ul.linkliste { 
	list-style-type: square; 
	liste-style-position: outside;
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 10px 30px; }

ul.linkliste-ebene02 {
    list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }

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

/*___Links_________________________*/
/* Standard */
a{
	color: #FF6600;
	text-decoration:underline; }
a:hover { 
	color: #FF6600;
	text-decoration:none; }
	
a.navregionen{
	text-decoration:none; }
a.navregionen:hover { 
	text-decoration:underline;
	color: #333333; }

/* Image-Link */
a.imagelink{
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #FF6600;
	text-decoration:underline; }
a.imagelink:hover { 
	text-decoration:none; }

/*___Sonderformate-Tabellen_________________________*/
/* Außenabstände + Rahmen für den Contentbereich */
table.contenttabelle {  
	border-left: 20px solid #ffffff;
	border-right: 10px solid #ffffff; }	
	
/* Tabelle mit abwechselnd farbigen Zeilen */
#tabzeilfarbig {
border-collapse:collapse;}

#tabzeilfarbig td{
border: 0px;
padding:2px 5px 2px 5px;}

#tabzeilfarbig tr.farbig td{
background:#e9eeef;}
	
/*___Linien-Rahmen_________________________*/	
/* Trennlinie im Contentbereich */	
td.content-banner { 
	border-top: 1px dashed #F19505;
	border-bottom: 1px dashed #F19505; }

/* Trennlinie im rechten Werbeblock */	
hr.werbungrechts { 
	border-top: 1px dashed #F19505;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height:1px;
	width: 196px;}
	
hr.contenttrennung { 
	border-top: 1px dashed #F19505;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px; 
	height:1px; }


