/*
 Cascading Style Sheets der Garchinger Stadtkicker
 Version 1.0
*/

body { 
   margin-top: 0px; 
   margin-bottom: 0px;
   margin-left : 0px;
   margin-right : 0px;
   
   background-color: #008081;
   color : #EBEBEB;
   }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family: Verdana,Arial,sans-serif; }

h1.main {
   font-size:24pt;
   color: #C0C0C0;
   }

a:link    { color: #FFFFFF; text-decoration:underline; }
a:visited { color: #EBEBEB; text-decoration:underline; }
a:hover   { color: #000000; text-decoration:underline; }
a:active  { color: #C0C0C0; text-decoration:underline; }


table.main {
   background-color : #008180;
   }

/***************************************
 Menueintraege links
***************************************/
table.leftmenuicon {
  
  background:#FE0000;
  
  border-right-width:2px;
  border-right-style:solid;
  border-right-color:black;

  border-bottom-width:4px;
  border-bottom-style:solid;
  border-bottom-color:black;

  a:link    { color: #FFFFFF; text-decoration:none; }
  a:visited { color: #EBEBEB; text-decoration:none; }
  a:hover   { color: #000000; text-decoration:none; }
  a:active  { color: #C0C0C0; text-decoration:none; }


}


/***************************************
 Anzeigen von Ergebnistabellen
 ***************************************/
table.ergebnis-tab {

}

/***************************************
 Neuigkeiten eingerahmt
 ***************************************/
table.news {
	border-top : 1pt solid #C0C0C0;
	border-left : 1pt solid #C0C0C0;
	border-right : 1pt solid #C0C0C0;
	border-bottom : 1pt solid #C0C0C0;
}


.newsheader {
	/* Rote Farbe fuer Ueberschriften, etc. */
	color:#FE0000;
	font-size:14pt;
	font-weight:bold;
}


p.seiteninhalt {
   /* Ueberschrift der einzelnen Seiten */
	font-size : 16pt;
}

p.footer {
   /* Fusszeile */
	font-size : 8pt;
	font-style : italic;
}

p.mg-nummer {
   /* Nummer des Mitglieds in der Uebersichtstabelle */
	font-size : 28pt;
	font-style : bold;
}

   
.col-lines1 {
	background-color : #CC0000;
}

.col-back1 {
        /* Hintergrundfarbe Seite */
	background-color : #006666;
}

.col-back2 {
        /* Hintergrundfarbe Tabelle */
	background-color : #008080;
}

.col-back3 {
        /* Hintergrundfarbe Tabelle rot*/
	background-color : #FE0000;
}

.col-back4 {
        /* Hintergrundfarbe Tabelle dunkeltuerkis*/
	background-color : #007170;
}

.col-back5 {
        /* Hintergrundfarbe Tabelle dunkeltuerkis*/
	background-color : #C0C0C0;
}
