/*   Basis css fuer normale seiteninhalte    */

a:link
{
	color: #555555; 
}
a:visited
{
	color: #555555; 
} 
a:active 
{
	color: #000000;
}
body
{
	font-family: Arial, Times, Helvetica;
	font-size:12pt;
	color: #000000;
	background-color: #FFFFFF;
}
/*   ACHTUNG: kein padding angeben, wird von Firefox ignoriert! */
table {width: 90%;
       background-color: transparent;
       font-family: Times,Arial, Helvetica;
       text-align:left;
       
       }
/*  Standardausrichtung des Inhalts einer Zelle */
td    {   vertical-align:top;
      }


h1, h2, h3, h4, h5, h6
{
	font-family: Times, Arial, Helvetica;
}
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(95,95,95); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}
.seitenheader  {font-family: Arial, Times;
                font-size: 16pt;
                font-weight: bold;
                color: #006600;
                padding:3px;
                padding-left:10px;
                border-bottom:2px solid #CC3300;
                margin-bottom=0;
               } 
.seitentext     {font-family: Arial; font-size: 12pt;
                color: #000000;
                padding-right:5px;
                padding-left:5px; times
               }
/* ---------------------------------------------------- */
/* format des links oben rechts zurueck zum start       */
/* ---------------------------------------------------- */
.startlink     {font-family: Arial, Times;
                font-size: 10pt;
                color: #555555;
                text-align: right;
               } 
/* ----------------------------------------------------- */
/* text unter den bildern
/* ----------------------------------------------------- */
span.textbild  {font-size: 8pt;
                font-family: arial, times;
                font-weight: bold;
                color: #006600;
               }

/* ----------------------------------------------------- */
/* nachfolgend textdefinitionen fuer tabelle mit preisen */
/* ----------------------------------------------------- */
.textmonat     {font-size: 10pt;
                font-family: arial, times;
                padding-left:10;
                text-indent:-8;
               }
.textdatum     {font-size: 10pt;
                font-family: arial, times;
                text-align:center;
               }
span.preis     {font-size: 10pt;
                font-family: arial, times;
                font-weight: bold;
                color: #006600;
               }
span.euro      {font-size: 8pt;
                font-family: arial, times;
                font-weight: normal;
               }
/* ------------------------------------------------------ */
/* nachfolgend formatdefinition fuer ausflugtips          */
/* ------------------------------------------------------ */
.tiptext       {font-size: 12pt;
                font-family: arial, times;
                font-weight: normal;
                padding-bottom: 8;
               } 
/* ------------------------------------------------------ */
/* formate fuer buchungsanfrage                           */
/* ------------------------------------------------------ */
span.textanfrage {font-size: 12pt;
                  font-family: arial, times;
                  font-weight: bold;
                  color: #006600;
                  }
.texteingabe     {font-size: 12pt;
                  font-family: arial, times;
                  color: #000000;
                 }
/* ------------------------------------------------------ */


.end {}
