/* CSS-Datei für das Allgemeine Turnier des BTC 1904 Grün-Gold	(www.gruen-gold.de)
   erstellt von  			(mailto: )
   Alle Rechte vorbehalten.
*/

/* ----------------------------- Allgemeine Formate */
*      {color      	: #222222;
	font-style 	: normal;
	font-size  	: 12px;
	line-height	: 1.5em;
	font-family	: Verdana, Arial, sans-serif;
}

body {
	background-color: #FFFFFF;
}

table  {table-layout	: fixed /* Anm: macht Grössendefition absolut gültig */
	empty-cells	: show;
	border-collapse	: collapse;
	border-style	: none;
	border-width	: 0 px;
}
td     {vertical-align	: top;
}
img    {border-width	: 0px;
	border-style	: none;
}

LF     {margin-top	: 12;
}

LFsmall{margin-top	: 6;
       }


/* ---------------------------- Grundaufbau der Seite */

table.tblFullWidth{
	width: 800;
}
table.tblCenterRightWidth{
	width: 650;
}
td.tdLeftCol {
	width	     : 150;
	align        : left;
}
td.tdCenterCol {
	width	     : 494;
	align        : center;
	padding-left : 8 px;
}
td.tdRightCol {
	align        : center;
        padding-left : 25 px;
}


/* ----------------------------- Aufbau Navigation Seitenkopf */

table.tblTopNav{
	background-color: #FFCE00;
	border-style	: none;
}
td.tdTopNav {
        padding-left	: 4 px;
        padding-right	: 4 px;
	text-align	: center;
	vertical-align	: center;
        color      	: #FFFFFF;
	font-family	: Arial, sans-serif;
}

/* ----------------------------- Aufbau Navigation Seitenende */

<!-- Die Nav-Zeile am Seitenende wird hergestellt mit tblFullwidth
     Die folgenden Definitionen gelten nur für den gelb unterlegten Nav-Balken:
-->

table.tblBottomNav{
	background-color:	#FFCE00;
	width:				646;
}
td.tdBottomNav {
	padding:			4px;
	text-align:			center;
	vertical-align:		center;
	color:				#FFFFFF;
}
/* ----------------------------- Formate für Überschriften*/
h1     {
	text-align : left;
	color      : #999999;
	font-size  : 14 px;
        font-weight: bold; 
}
h2     {
	text-align : left;
	color :      #999999;
        font-weight: bold;
}
/* ----------------------------- Formate für Verweise allgemein*/

a:link {
	color : #222222;      /* Verweisfarbe = Standard-Textfarbe */
}
a:visited{
	color : #222222;
}
a:focus{
	color : #999999;
}
a:hover{
	color : #999999;
}
a:active{
	color : #222222
	text-decoration	: none;
}
/* ----------------------------- Formate für die Seitenkopfnavigation*/
a.lkTopNav{
	font-weight	: bold;
	text-decoration	: none;
}
a.lkTopNav:link{		
	color 		: #FFFFFF;
}
A.lkTopNav:visited{
	color 		: #FFFFFF;
}
A.lkTopNav:focus{
	color      	: #999999;
}
A.lkTopNav:hover{
	color      	: #999999;
}
A.lkTopNav:active{
	color      	: #999999;
}
/* ----------------------------- Formate für die Seitenfußnavigation*/
a.lkBottomNav{
	font-weight	: bold;
	text-decoration : none;
}
a.lkBottomNav:link{
	color           : #FFFFFF;
}
a.lkBottomNav:visited{
	color           : #FFFFFF;
}
a.lkBottomNav:focus{
	color           : #999999;
}
a.lkBottomNav:hover{
	color           : #999999;
}
a.lkBottomNav:active{
	color           : #999999;
}

/* ----------------------------- Formate für Submenues*/
a.submenu{
	font-weight	: bold;
	text-decoration : none;
}
a.submenu:link{		
	color 		: #007856;
}
A.submenu:visited{
	color 		: #007856;
}
A.submenu:focus{
	color      	: #007856;
}
A.submenu:hover{
	color      	: #007856;
}
A.submenu:active{
	color      	: #007856;
}


