/*Standart Elemente*/
body 
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:2px 0px;
}

a, a:link 
{
	color:#0000CC;
	cursor:pointer;
	text-decoration:underline;
}

a:visited 
{
	color:#551A8B;
}

a:active {
	color:#FF0000;
}

p 
{
	margin-top:0px;
	margin-bottom:3pt;
}

/*Spezielle Elemente*/
.SmallGreyText
{
	font-size: 8pt;
	color: Gray;
}

.caption
{
	font-size: 16pt;
	color: #000000;
}

.smallCaption
{
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

.captionBar
{
	font-size: 12pt;
	font-weight: bold;
	color: #BAD432;
	margin-top: 5px;
}

.greenBox
{
	background-color: #F7FADB ;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.H2Size
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12pt;
	font-weight:bold;
	}
.H2SizeL,a.H2SizeL
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12pt;
	font-weight:bold;
	color:Black;
	text-decoration:none;
	}

	
H3
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12pt;
	font-weight:bold;
	display: inline;
}


.TCloud, a.TCloud{
	color:#808080;	
	}