<!-- Stylesheet fuer die Homepaeitsch der LionTownDancer -->


<!-- Aenderungshistorie

15.03.06 hkx - Ersterstellung v 1.4
19.03.06 hkx - bedingt durch den Austausch des Logos ltd_badge.gif -> ltd_logo.gif Farben erneuert:
               Hellblau angepasst: 5eaffe -> 6bb6ff
               Grau der linken und rechten Spalte angepasst: bababa -> cacaca
               Hover-Farbe angepasst: cccccc -> dadada
               Link- und Visited-Farbe auf blau festgelegt (siehe a.startseite und a.seite_inaktiv)           
               
-->
  

<style type="text/css">
<!--
  <!-- change 20060225 hkx - change of margin-left -->
  <!-- p { font-family: Arial; font-size: 10pt; color: black; margin-left: 1em; margin-right: 1em;}  -->
  p { font-family: Arial; font-size: 10pt; color: black; margin-left: 10px; margin-right: 1em;}
  td { font-family: Arial; font-size: 10pt; }
  a { font-family: Arial; font-size: 10pt; }
  h1, h2 { font-family: Arial, Helvetica; }
	
/* Formatierung fuer die erste Spalte der Anker auf einer Seite */
 
  ul#Seiten-Navigation {
    	   width: 100%;
    	   margin: 0; padding: 0; /* Abstand der Liste */
    	   border: 0;
    	   background-color: #cacaca;
  }
  * html ul#Seiten-Navigation {  /* Korrekturen fuer IE 5.x */
    	   width: 100%;
    	   w\idth: 100%;
    	   padding-left: 0;
    	   padd\ing-left: 0.2em;
  }
  ul#Seiten-Navigation li {
    	   list-style: none;  font-weight: bold;
    	   margin: 0; padding: 0;
  }
  ul#Seiten-Navigation a {
    	   display:block;
    	   padding: 0.2em;
    	   border: 1px solid gray;
    	   border-left-color: #cacaca; border-right-color: #cacaca; border-bottom-color: #cacaca;
    	   text-decoration: none;
    	   color: blue; background-color: #cacaca;
  }
  * html ul#Seiten-Navigation a {  /* Breitenangaben nur fuer IE */
    	   width: 100%;
    	   w\idth: 100%;
  }
  ul#Seiten-Navigation a:hover {
    	   color: #000077; background-color: #dadada;
  }
  ul#Seiten-Navigation span {
    	   display:block;
    	   padding: 0.2em;
    	   border: 1px solid gray;
    	   border-left-color: #cacaca; border-right-color: #cacaca; border-bottom-color: #cacaca;
    	   text-decoration: none;
    	   color: #000077; background-color: #cacaca;
  }
  * html ul#Seiten-Navigation span {  /* Breitenangaben nur fuer IE */
    	   width: 100%;
    	   w\idth: 100%;
  }

/* Formatierung fuer die dritte Spalte der weiterfuehrenden Links */

  ul#Links-Navigation {
    	   width: 100%;
    	   margin: 0; padding: 0; /* Abstand der Liste */
    	   border: 0;
    	   background-color: #cacaca;
  }
  * html ul#Links-Navigation {  /* Korrekturen fuer IE 5.x */
    	   width: 100%;
    	   w\idth: 100%;
    	   padding: 0;
    	   padd\ing: 0;
  }
  ul#Links-Navigation li {
    	   list-style: none; font-weight: bold;
    	   margin: 0; padding: 0;
  }
  ul#Links-Navigation li {
    	   list-style: none;
    	   margin: 0; padding: 0;
  }

  ul#Links-Navigation a {
    	   display:block;
    	   padding: 0.2em;
    	   border: 1px solid gray;
    	   border-left-color: #cacaca; border-right-color: #cacaca;
    	   text-decoration: none;
    	   color: blue; background-color: #cacaca;
  }
  * html ul#Links-Navigation a {  /* Breitenangaben nur fuer IE */
    	   width: 100%;
    	   w\idth: 100%;
  }
  ul#Links-Navigation a:hover {
    	   color: #000077; background-color: #cacaca;
  }
  ul#Links-Navigation span {
    	   display:block;
    	   padding: 0.2em;
    	   border: 1px solid gray;
    	   border-left-color: #cacaca; border-right-color: #cacaca;
    	   text-decoration: none;
    	   color: #000077; background-color: #cacaca;
  }
  * html ul#Links-Navigation span {  /* Breitenangaben nur fuer IE */
    	   width: 100%;
    	   w\idth: 100%;
  }

/* Formatierung fuer die zweite Spalte der Navigation in den LTD-Seiten */
/* #001a4b ist ein schönes dunkles blau*/

#Page-NaviContainer
{ 
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  background-color: #ffee00;
  display: block;
  /*background-image: (_zutaten/bg_white.gif);  background-position: bottom;  background-repeat: repeat-x;*/
}

/* sorgt dafuer, dass die Navi rechts aufhoert */
#Page-NaviContainerFit
{ 
  clear: both;
  /*background-image: (_zutaten/bg_white.gif);  background-position: bottom;  background-repeat: repeat-x;*/
  /*width: 48.12em;*/
  width: 100%;
  /*float: left;*/
  display: inline;
}

#Page-NaviLeft
{ 
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

#Page-NaviLeft a
{
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 0.25em 0.4166em 0.25em 0.4166em;
  text-align: center;
  border-bottom: #0f0f0f solid 1px;
}

#Page-NaviLeft span
{
  text-decoration: none;
  padding: 0.25em 0.4166em 0.25em 0.4166em;
  text-align: center;
  border-bottom: #0f0f0f solid 1px;
}

#Page-NaviLeft ul
{
  margin: 0; 
  padding: 0;
  float: left;
  display: inline;
  width: 100%;
  color: blue;
}

#Page-NaviLeft li
{
  font-size: 0.75em;
  border-right: #0f0f0f solid 1px;
  list-style-type: none;
  float: left;
}


a.dummy
{
  background: #ffee00;
  border-bottom: #6bb6ff  !important;
}

a.startseite
{
  background: #ffee00;
  border-left: #0f0f0f solid 1px !important;
  color: blue;
}

a.startseite_aktiv
{
  background: #0057ae;
  border-left: #0057ae solid 1px !important;
  border-bottom: #0057ae solid 1px !important;
  color: #ffee00;
}

a.startseite:hover, a.startseite:active, a.startseite:focus
{
  background: #001a4b;
  border-left: #0f0f0f solid 1px !important;
  color: #ffee00;
}

a.seite_inaktiv
{
  background: #ffee00;
  color: blue;
}

a.seite_aktiv
{
  background: #0057ae;
  border-bottom: #0057ae solid 1px !important;
  color: #ffee00;
}

a.seite_inaktiv:hover, a.seite_inaktiv:active, a.seite_inaktiv:focus
{
  background: #001a4b;
  color: #ffee00;
}















		
   //-->
   </style>

