﻿/* 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;
}
/* 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: #FFCC99;
	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.Admin {
	display: none;
}
/* 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;
}
/* Überschrift oben */
td.creo {
	font-size: 16px;
	background-color: #E0E0E0;
	color: #006666;
	font-weight: bold;
	text-align: center;
}
/* Überschrift oben */
td.tur {
	font-size: 12px;
	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;
}

/* Besonderes */
td.highlight { 
	font-size:18px; 
	background-color:#006666; 
	color:#E0E0E0; 
	font-weight:bold; 
	text-align:center; 
}


/* Startseite bilder */
table.bild {
	border-collapse: collapse;
	border: 1px solid #000080;
}
img.bild {
	width: 60px;
	height: 90px;
	border: 0px;
}
/* Ü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 {
}
/* Auswahlbox */
td.aus {
	background-color: #E0E0E0;
	text-align: center;
}
a {
	color: #006666;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
}
/* Definition der Formelemente */
select, input, textarea, button {
	font-size: 12px;
	color: #006666;
	font-weight: bold;
}
