Body
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 10px;
	color       : white;
}

.cursor_click
{
 	cursor : hand;		
}

.cursor_normal  
{
	cursor : normal;
}		

.Button
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 12px;
	color       : black;	
}

.Normal
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 12px;
	color       : black;
}

.NormalError
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 12px;
	color       : red;
}

.NormalFett
{
	font-family : Helvetica, Arial;
	font-weight : bold;
	font-style  : normal;
	font-size   : 12pt;
	color       : black;
}

.NormalFettIntern
{
	font-family : Helvetica, Arial;
	font-weight : bold;
	font-style  : normal;
	font-size   : 12pt;
	color       : #804000;
}

.Klein
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 8px;
	color       : black;
}

.TabelleHeaderHG
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 12px;
	color       : black;
	background-color : yellow;
}

.TabelleHeader
{
	font-family : Helvetica, Arial;
	font-weight : bold;
	font-style  : normal;
	font-size   : 12px;
	color       : black;
}

.TabelleDataHG
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 12px;
	color       : black;
	background-color : white;
}

.TabelleData
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 12px;
	color       : black;
}

.TabelleDataButton
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 12px;
	color       : black;	
	foreground-color : white;
}

.NormalLink
{
	font-family : Helvetica, Arial;
	font-weight : normal;
	font-style  : normal;
	font-size   : 12px;
	color       : black;
	cursor      : hand;	
	text-decoration : none;
}