
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/magic_menu_one.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {line-height:24px;list-style-type:none;padding:0;margin:0 0px;}
.menu ul {list-style-type:none;padding:0;margin:0;}
.menu li {float:left;background:#b3d0ff;margin:3px 3px 0 0;position:relative;font-family:arial, sans-serif;font-size:12px;line-height:24px;width:125px;text-decoration:none;text-align:center;}
.menu li.sub {background:#9bc1ff;}
.menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}
.menu li a {display:block;color:#000;font-family:arial, sans-serif;font-size:12px;line-height:24px;width:125px;text-decoration:underline;text-align:center;}
.menu :hover{color:#fff;background:#7eafff;}
.menu :hover > a {color:#fff; background:#7eafff;}
.menu ul, .menu :hover ul ul {position:absolute;left:-9999px;width:128px;}
.menu :hover ul{left:0px;top:24px;background:url(/httpd/images/kleinunddurchsichtig.gif);}
.menu :hover ul :hover ul {padding:0 3px;left:125px;top:-3px;}




a:link		{   text-decoration:underline;  color:#00296d;  }
a:visited		{   text-decoration:underline;  color:#00296d;  }
a:hover 		{   text-decoration:underline;  color:red;  }

A.textbold:link		{   font-weight:bold; text-decoration:underline; color:#00296d;  }
A.textbold:visited	{   font-weight:bold; text-decoration:underline; color:#00296d;  }
A.textbold:hover	{   font-weight:bold; text-decoration:underline; color:red;   }

body.standard		{ 
font-family:Arial;
font-size:12px;
color:black;
background-color:white; 
scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-base-color:;
scrollbar-darkshadow-color:;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:;
}


/* COLORS OF INPUT FIELDS */
textarea.textareainput {
  font-size:100%;
  color:black;
  background-color:#d6dfff; 
  scrollbar-3dlight-color:;
  scrollbar-arrow-color:;
  scrollbar-base-color:;
  scrollbar-darkshadow-color:;
  scrollbar-face-color:;
  scrollbar-highlight-color:;
  scrollbar-shadow-color:;
}

input.textinputsmall	{  font-size:80%; color:black; background-color:#d6dfff; }
input.buttonsmall	{  font-size:80%; color:black; background-color:#d6dfff; }
input.textinput		{  font-size:100%; color:black; background-color:#d6dfff; }
input.button		{  font-size:100%; color:black; background-color:#d6dfff; }
select		{ font-size:100%; color:black; background-color:#d6dfff; }
select.textsmall	{  font-size:80%; color:black; background-color:#d6dfff; }

/* links in tournament plan */
A.textwhite:link	{  text-decoration:underline; color:black;  }
A.textwhite:visited	{  text-decoration:underline; color:black;  }
A.textwhite:hover	{  text-decoration:underline; color:red;  }

/* backgroundcolors in tournament plan */
.turnierplan td         {  color:WHITE; background-color:#eeeeee }
td.tpgrey0		{  color:BLACK; background-color:#cccccc; }
td.tpgrey1          	{  color:BLACK; background-color:#bbbbbb; }
td.tpgreen0		{  color:BLACK; background-color:#ccffcc; }
td.tpgreen1             {  color:BLACK; background-color:#99ff99; }
td.tpred0		{  color:BLACK; background-color:#ffcccc; }
td.tpred1        	{  color:BLACK; background-color:#ffbbbb; }
td.tpgelb0		{  color:BLACK; background-color:#ffffcc; }
td.tpgelb1        	{  color:BLACK; background-color:#ffffbb; }
td.tpgefunden		{  color:BLACK; background-color:#00ffff; }

/* text colors in normal tables */
td 		{   color:black; }
td.text8 		{  font-size:90%; color:black; }
td.textbold		{  font-weight:bold;  color:black; }

table {
  font-size:100%;
//  background-color:white;
  color:black;
}
table.turnierplan	{ background-color:black; color:black; }

h3.lnbrtop {   background-color:#202020; color:#eeeeee; }

