BODY, TABLE
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}

A
{
	color : #0072BA;
	text-decoration : none;
}

A:HOVER
{
	text-decoration: underline overline;
}

P
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	line-height : 21px;
	margin-bottom : 0px;
}

UL	
{ 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal; 
	color : #333333; 
	text-decoration : none; 
	margin-left : 16px;
	list-style-position : outside; 
	margin-bottom : 0px; 
	margin-top : 0px;
}

li
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal; 
	color : #333333; 
	line-height : 21px;
}

H1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #333333;
}

H2
{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #333333;
}

H3
{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}

INPUT
{
	color: #333333;
	background-color: #ffffff;
	border-color: #333333;
	border-width: 1px;
	border-style: Solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

SELECT
{
	color: #333333;
	background-color: #ffffff;
	border-color: #333333;
	border-width: 1px;
	border-style: Solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TEXTAREA
{
	color: #333333;
	background-color: #ffffff;
	border-color: #333333;
	border-width: 1px;
	border-style: Solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.blau
{
	color : #0072BA;
}

.leftMenu
{
	width: 244px;
}

.leftMenuItemText
{
	color: #ffffff;
	height:22px;
	padding-top: 4px;
}

.leftMenuItemTextOver
{
	color: #000000;
	height:22px;
	padding-top: 4px;
}

.leftMenuItem
{	
	cursor:pointer;
	color:#ffffff;
  	font-family:Arial,Helvetica,sans-serif;
  	font-size:13px;
  	font-weight:bold;
  	padding-left: 15px;
  	height:22px;
}

.leftMenuItemOver
{
	cursor:pointer;
  	font-family:Arial,Helvetica,sans-serif;
  	font-size:13px;
  	font-weight:bold;
  	padding-left: 15px;
  	height:22px;
 
 	color:#ffffff;
  	background-color: #cccccc;
  	
  	filter:Alpha(opacity=80, finishopacity=10, style=1)
}

.leftMenuSub
{
	background-color: #333333;
	font-size: 12px;
	width: 200px;
	filter:Alpha(opacity=90);
}

.leftMenuSubItemText
{
	color: white;
}

.leftMenuSubItemTextOver
{
	color: #333333;
}

.leftMenuSubItem
{
	color:white;
	cursor:pointer;
	height:18px;
	padding-left:5px;
	padding-right:5px;
}

.leftMenuSubItemOver
{
	color:#333333;
  	background-color: #cccccc;
  	
	cursor:pointer;
	height:18px;
	padding-left:5px;
	padding-right:5px;
}