/* CSS for Göttingen Lacrosse Website */

body
{
	color: #000000;
}

body, td, div, p, b, i
{
	font-size: 13px;
	font-family: Verdana, Geneva, Arial;
}
a:link, a:active
{
	color: #ff9900;
	text-decoration: none;
}
a:visited
{
	color: #ff9900;
	text-decoration: none;
}
a:hover
{
	color: #99cc00;
	text-decoration: underline;
}

.sponsor
{
	font-family: Verdana, Geneva, Arial;
	font-size: 12px;
	background: #3A3A3A;
	color: #ffffff;
  text-align:center;
}

.menu, .menuSelect
{
	font-family: Verdana, Geneva, Arial;
	font-size: 12px;
	background: #3A3A3A;
	color: #ffffff;
}
.menuSelect
{
	font-weight:bold;
}

a.menu:link, a.menu:visited, a.menu:active,
a.menuSelect:link, a.menuSelect:visited, a.menuSelect:active
{
	color: #ffcc00;
	text-decoration: none;
}
a.menu:hover
{
	color: #ffffff;
	background: #E2001A;
	font-weight:bold;
}

.error
{
	background: #ffffff;
	color: #ff0000;
	font-size: 12px;
	font-weight:bold;
}

.marker
{
	background: yellow;
	font-size: 12px;
	font-weight:bold;
}

.small
{
	font-size: 9px;
}
.smallBold
{
	font-size: 9px;
	font-weight:bold;
}
.smallLight
{
	font-size: 9px;
	color: #999999;
}

/* unter dem Logo der Startseite */
.subLogo
{
	font-size: 10px;
	color: #ffffff;
}


tr.header, td.header
{
	background: #E2001A;
	color: #ffffff;
}
tr.header2, td.header2
{
	background: #ffcc00;
	color: #ffffff;
}
tr.main, td.main
{
	font-weight:bold;
}

#viewer   {
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  background-color: #FFFFFF;
  color: black;

}


#tabelle table {
}
#tabelle .roll
{
	background: #ffffff;
	color: #0C0C34;
	font-size: 8px;
}

#tabelle .rollgray
{
	background: #ffffff;
	color: #0C0C34;
	font-size: 8px;
  	padding:1px;
 	margin:0;
  	background-color: #BABABA;
  	white-space:nowrap;  	
	text-align: left;
}



#tabelle .green
{
	font-size: 14px;
 	font-weight: bold;
  	padding:1px;
 	margin:0;
 	color: #ffffff;
  	background-color: #E2001A;
  	white-space:nowrap;
  	text-align: left;
}

#tabelle
{
  	font-family: Verdana, Geneva, Arial;
  	font-size: 8px;
  	background-color: #FFFFFF;
  	color: black;
}
/* Infopopup für Notiz */
a span.popup, a:link span.popup{
  display: none;
}

a:hover span.popup
{
  	display: inline;
  	font-size:100%;
  	position: absolute;
  	background: white repeat;
  	width: 15em;
  	margin: 1.5em 0 0 -4em;
  	padding: 0.2em;
  	z-index: 999;
  	white-space:normal;
  	text-decoration:none !important;
  	text-align:center;
  	border: 1px solid #E2001A;

}


#tabelle .between
{
	color: #ffffff;
	font-size: 14px;
 	font-weight: bold;
  	padding:1px;
 	margin:0;
  	background-color: #E2001A;
  	white-space:nowrap;  	
	text-align: left;
}

#tabelle .tablegreen
{
	color: #0C0C34;
	font-size: 12px;
 	font-weight: bold;
  	padding:1px;
 	margin:0;
  	white-space:nowrap;  	
	text-align: left;
}
