﻿/* DATEI: standard.css */
/* beinhaltet die Standardschrift und den Standardhintergrund der Clubseiten */
/* bei einer Auflösung von 1024 x 768 */

body {  
	font-size:12px; 
	background-color:#F2FFF7; 
	margin-top:0px; 
	margin-bottom:20px;
}

table.oben { margin-left:0px; }


table.turform {
margin:5px;
padding:0px;
	}

/* jedes Tag muss für den Netscape gesondert definiert sein, sonst frist er die Schrift nicht */ 

h1, h2, h3, h4, td, p, th, ol, ul, li, select, input, textarea, button, caption, a  { 
	font-family: verdana, tahoma, arial, helvetia, sans-serif; 
}

td, p, ul, li	{ font-size:12px; }

/* Überschrift Tabelle u.a. Spieltermine */
th	{ font-size:12px; background-color:#E0E0E0; color:#006666; font-weight:bold; text-align:center; }
td.Samstag {font-size: 11px; background-color:#CCFFFF; text-align:center; color:#006666; font-weight:bold; }
td.Sonntag {font-size: 11px; background-color:#CCFFFF; text-align:center; color:#006666; font-weight:bold; }
td.Montag {font-size: 11px; text-align:center; }
td.Dienstag {font-size: 11px; text-align:center; }
td.Mittwoch {font-size: 11px; text-align:center; }
td.Donnerstag {font-size: 11px; text-align:center; }
td.Freitag {font-size: 11px; text-align:center; }

/* AdminFelder nur auf speziellen Wunsch einblenden */
td.AdminOff {display:none; }
td.AdminOn {display:inline; } 


/* Definition des Copyrights und der Überschrift, linkes oberes Feld und linkes unteres Feld */ 
td.cli { font-size:10px; background-color:#E0E0E0; color:#006666; text-align:left; }

/* rechtes oberes Feld und rechtes unteres Feld */
td.cre { font-size:10px; background-color:#E0E0E0; color:#006666; text-align:right; } 

/* rechtes oberes Feld gross */
td.cregr { font-size:12px; background-color:#E0E0E0; color:#006666; text-align:right; font-weight:bold; } 

/* rechtes oberes Feld gross Ausrichtung nach links */
td.cregrlt { font-size:12px; background-color:#E0E0E0; color:#006666; text-align:left; font-weight:bold; } 

/* rechtes oberes Feld gross Ausrichtung nach rechts */
td.cregrrt { font-size:12px; background-color:#E0E0E0; color:#006666; text-align:right; font-weight:bold; } 

/* Überschrift oben */
td.creo	{ font-size:16px; background-color:#E0E0E0; color:#006666; font-weight:bold; text-align:center; }

/* Überschrift oben */
td.kreuz	{ font-size:14px; background-color:#E0E0E0; color:#000000; font-weight:bold; text-align:center; }

/* Überschrift Tabelle Spieltermine */
th	{ font-size:12px; background-color:#E0E0E0; color:#006666; font-weight:bold; text-align:center; }

/* linkfelder oben */
td.clinkli { font-size:12px; background-color:#E0E0E0; text-align:center; }
td.clinkre { font-size:12px; background-color:#E0E0E0; text-align:center; }
               
/* Tabelle Clubkoeffizient */
td.k         { text-align:center; margin-left:2px; margin-right:2px; }
th.k         { font-size:12px; text-align:center; margin-left:2px; margin-right:2px; }

/* Bei Fragebögen */
td.frage { text-align:center; margin-left:2px; margin-right:2px; background-color:#8D8D94; color:#CCFFCC; font-weight:bold }
td.ant   { background-color:#E0E0E0; }
td.kopf  { font-size: 14pt; color: #000080; font-weight: bold; text-align:center; }
td.pflicht { }    

/* Grandouvert */
td.gowl {font-size:12px; color: #FFFFFF; text-align:left; background-color:#008080; font-weight:bold; height:19px; width:25%; padding:5px;}     
td.gowm {font-size:18px; color: #FFFFFF; text-align:center; background-color:#008080; font-weight:bold; height:19px; width:50%}  
td.gowr {font-size:12px; color: #FFFFFF; text-align:right; background-color:#008080; font-weight:bold; height:19px; width:25%; padding:5px;} 
td.gog {font-size:12px; color: #C0C0C0; text-align:justify; background-color:#008080; font-weight:bold; padding:5px;} 
td.goc {background-color:#75FFA9; height:104px; padding:5px} 

td.goa {font-size:12px; color: #FFFFFF; text-align:left; background-color:#006666; font-weight:bold; height:19px; width:25%; padding:5px;}     

/* Auswahlbox */
td.aus{ background-color:#E0E0E0; text-align:center; }
              
a		      { color:#006666; font-weight:bold; }
a:hover 		{ color:#FF0000; }

a.goa {
	color: #FFFFFF;
	font-weight:bold;
	background-color:#006666; 
}

a.gowl {	
	color: #FFFFFF;
	font-weight:bold; 
	background-color:#006666;
}

/* Definition der Formelemente */
select, input, textarea, button { 
	font-size:12px; color:#006666;  font-weight:bold; 
	/* wenn background color draussen ist dann bekomme ich die windows-system buttons zu sehen
	font-size:12px; color:#006666;  background-color:#E0E0E0; font-weight:bold; */
}