/*
   Created: 28.07.2001, AB
   Description: Layoutbeschreibung für Website www.salzlandakkordeon.de

   Definierte Elemente:
      A - Vorgaben für das Layout der Verweise
      BODY - Allgemeine Vorgaben für die Webseite
      TR.ROW1 - Tabellenzeile Typ1
      TR.ROW2 - Tabellenzeile Typ2 zum Erstellen von Tabellen mit Farbwechsel pro Zeile
      H1 - oberste Überschrift
      H2 - 2. Ebene
      H3 - 3. Ebene
*/




/* Linkeinstellungen */
a:link 
      {
         color:#0000C0;
         font-weight:600;
         text-decoration:none;
      }

a:visited
      {
         color:#000090;
         font-weight:600;
         text-decoration:none;
      }

a:active
      {
         color:#0000FF;
         font-weight:600;
         text-decoration:none;
       }

a:hover 
       {
         color:#C00000;
         font-weight:600;
         text-decoration:none;
       } 


/*Seitenfestlegungen*/
body 
     { 
	font-size:11pt;
	font-family:Verdana;
	text-align: justify; 
    background-color:#FFFFFF; 
	background-image:url(hintergrundlogo.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:middle;
	background-attachment:fixed;
     }

body.ohneHGBild
     {
	background-image:url("");
     }



/*Überschriften/Texte/Absätze*/
h1
   {
      width:100%;
      font-size:16pt;
      color:#1A7FFF;
      text-align:center;
   }	


h2 
   {
      width:100%;
      font-weight:600;
      font-size:14pt;
      color:#202020;     
      text-align: center;
   }

h2.repertoire
   {
	width:100%;
	font-weight:600;
	font-size:14pt;
	text-transform:uppercase;
	text-align: center;
	color: #202020;

	padding:0px 0px 0px 0px;
	margin:0px;

   }

h3 
   {
      width:100%;
      font-weight:600;
      font-size:12pt;
      color:#202020;     
      text-align: center; 
   }

strong
   {
      /*color:#FF6600;*/
      font-weight:600;
   }


p.Vorstellung
   {
      text-align: center; 
      font-weight:600;
      color:#202020;
   }	


p.Platzhalter
   {
      font-size:10pt;
      text-align: center; 
      font-weight:600;
      color:#0000C3;
   }	


#trauer
   {
      font-family:Times;
      font-size:14pt;
      color:#202020;
      border-width:4px;
      border-style:solid;
      border-color:#202020;
      padding:0.5cm;
      font-weight:normal;
      text-align:justify;
   }

.buebgr
   {
   font-family:Verdana;
   font-size:10pt;
  }
  
/*Listen*/

li 
   {
      list-style-image:url(list.gif) 
   }


/*Tabellenformatierungen*/
table.mitglieder
   {
      width:96%;
      border:0;
      height:398;
      position:absolute;
      top:3mm; /* vorher: 42mm*/
      left:10mm;
      visibility:hidden;
   }

table.tigger
   {
   }
	
table.tigger td
   {
	text-align:left;
   }
 
table.repertoire td
   {
	font-size:11pt;
	text-align:center;
	vertical-align:middle;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 5px;
        padding-right: 5px;
        border:1px solid #1A7FFF;
   }


tr.row1
   {
	background-color:#1A7FFF;
	border-color:#FFFFFF;
	vertical-align:middle;
        padding-top: 0px;
        padding-bottom: 0px;
   }


tr.row2
   {
      background-color:#FFFCCC; 
   }


tr.row3
   {
      background-color:#FFFFFF;

   }



/*Grafiken*/
img.rechts
   {
      float:right;
      margin-left:8px 
   }

img.links
   {
       float:left;
       margin-right:8px 
   }

/* bilderrahmen */

img { border:none }
