@media all{

html, body, table
{
color: #300;
background: #FFFFF1;
}

div.kopf h1, div.kopf h5
{
opacity: 0.9;
}

div.kopf h1
{
background: #FD8;
color: #300;
}

div.kopf h5
{
background: #FEA;
color: #300;
}


div.nav1 a, div.nav2 a, div.nav3 a
{
background: #FEA;
color: #300;
opacity: 0.9;
}

div.nav1 a:hover, div.nav2 a:hover, div.nav3 a:hover
{
color: #100;
background: #FF0;
}

div.inhaltnav
{
color: #003;
background: #FED;
opacity: 0.9;
}

div.text h2
{
color: #700;
}

div.turnier
{
border: 2px double #FD8;
background: #FFF;
}

div.turnier h3
{
background: #FD8;
}

.dunkel
{
background: #FFE;
}

table.maid1 thead th, table.maid2 thead th
{
background: #FFA;
border: 1px solid #FFA;
}

table.vereinsliste th, table.maid1 tbody th, table.maid2 tbody th
{
background: #FFC;
border: 1px solid #FFC;
}

table.vereinnav td, table.vereinnav th,
table.maid1 td, table.maid2 td
{
border: 1px solid #FFC;
}

table.maid1 td, table.maid2 td
{
background: #FFF;
}

/* Einzelergebnisse */
div.einzelergebnisse > table thead {background: #FD8; opacity:0.9;}
div.einzelergebnisse > table tbody {background: #FFF;}

/* Ergebnismeldung */
div.ergebnismeldung table thead {background: #FD8; opacity:0.9;}
div.ergebnismeldung table tbody {background: #FFF;}

/* Mannschaftsergebnisse */
div.mannschaftsergebnisse > table tbody {background: #FFF;}

/* Tabelle */
div.tabelle > table thead {background: #FD8; opacity:0.9;}
div.tabelle > table tbody {background: #FFF;}

div.tabelle th, div.tabelle td,
div.mannschaftsergebnisse th, div.mannschaftsergebnisse td,
div.einzelergebnisse th, div.einzelergebnisse td,
div.ergebnismeldung th, div.ergebnismeldung td
{
	border: 1px solid #FD8;
}

/* Bußgelder */

table.pranger th, table.turnier2 th
{
background: #FEA;
border: 1px #FEA solid;
}

table.pranger td, table.turnier2 td
{
background: #FFF;
border: 1px #FEA solid;
}
}

div.rang table td, div.rang table th
{
border: 1px solid #FD6;
}

div.rang table th
{
background: #FD8;
}

div.rang table tbody.m1 td
{
background: #FFF;
}

div.rang table tbody.m2 td
{
background: #FFC;
}

div.text2 h3 a
{
color: #300;
}

