/* DATEI: IBMKlubHannover.css */

 a:link    	{ text-decoration:none; font-weight:bold; font-size: 9pt; font-family: Arial,Helvetica; color:#0033FF; }
 a:visited 	{ text-decoration:none; font-weight:bold; font-size: 9pt; font-family: Arial,Helvetica; color:#0033CC; }
 a:hover   	{ text-decoration:none; font-weight:bold; color:#FFFFFF; background:#000000;}

html,body
	{
	background:#0099FF;
	margin:0;
	marginheight="0";
	marginwidth="0";
	leftmargin="0";
	topmargin="0";
	}

th	{ 
	font-family: Arial,Helvetica;
	font-size: 9pt;
	background-color:#99FFFF;
	}

td	{
	font-family: Arial,Helvetica;
	font-size: 9pt;
	}


table tr.dark th 			{color:#fff;} 
table tr.blue-dark th		{background:#05a; color:#fff;}

table tr.blue-med-dark th	{background:#47b; color:#fff;}
table tr.blue-med th		{color:#69c;}
table tr.blue-med-light th	{color:#9be;}
table tr.blue-light th		{color:#cef;}

table tr.black th			{color:#000;}
table tr.gray-dark th		{background:#666; color:#fff;}
table tr.gray-med-dark th	{background:#999; color:#fff;}
table tr.gray-med th		{color:#aaa;}
table tr.gray-med-light th	{color:#ccc;}
table tr.gray-light th		{color:#ddd;}
table tr.gray-lightest th	{color:#eee;}

table tr.green-dark th		{background:#7a3; color:#fff;}
table tr.green-med-dark th	{background:#9c3; color:#fff;}
table tr.green-med-light th	{color:#bd6;}
table tr.green-light th		{color:#dfb;}

table tr.yellow-med th		{color:#fe2;}
table tr.yellow-light th		{color:#ffa;}

table tr.orange-dark th		{background:#c60; color:#fff;}
table tr.orange-med th		{color:#f90;}

table tr.red-dark th		{background:#a00; color:#fff;}
table tr.red-med th			{color:#c33;}

table tr.pink-med th		{color:#f76;}
table tr.pink-light th		{color:#fcc;}

table tr.violet-dark th		{background:#936; color:#fff;}
table tr.violet-med-dark th	{background:#969; color:#fff;}
table tr.violet-med-light th	{color:#b7b;}
table tr.violet-light th		{color:#ede;}

/* ------- colors ------- */
.primary-blue-dark	{color:#47b;}
.primary-blue-med	{color:#9cf;}
.primary-blue-light	{color:#def;}

.blue-dark			{color:#05a;}
.blue-med-dark		{color:#47b; font-weight:bold; }
.blue-med			{color:#69c;}
.blue-med-light		{color:#9be;}
.blue-light			{color:#cef;}

.black				{color:#000;}
.gray-dark			{color:#666;}
.gray-med-dark		{color:#999;}
.gray-med			{color:#aaa;}
.gray-med-light		{color:#ccc;}
.gray-light			{color:#ddd;}
.gray-lightest		{color:#eee;}

.green-dark			{color:#7a3;}
.green-med-dark		{color:#9c3;}
.green-med-light	{color:#bd6;}
.green-light		{color:#dfb;}

.yellow-med			{color:#fe2;}
.yellow-light		{color:#ffa;}

.orange-dark		{color:#c60;}
.orange-med			{color:#f90;}

.red-dark			{color:#a00;}
.red-med			{color:#c33;}

.pink-med			{color:#f76;}
.pink-light			{color:#fcc;}

.violet-dark		{color:#936;}
.violet-med-dark	{color:#969;}
.violet-med-light	{color:#b7b;}
.violet-light		{color:#ede;}

.alert-stop			{color:#c00;}
.alert-go			{color:#0f0;}
.alert-caution		{color:#ff0;}

