/****************************************************************************
	BODY
****************************************************************************/

BODY
{
	background-color: 	#ffffff;
	background-image: 	url(images/hintergrund620schatten.gif);
	color:				#666666;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			9pt;
	font-weight:		normal;
	margin:				0px;
	padding: 			0px 10px 0px 10px;

}

BODY.popup   {
	background-image: 	none;
	font-size:			8pt;
	padding: 			0px 0px 0px 0px;
}
/****************************************************************************
	A
****************************************************************************/

A
{
	color:				#16BCA8;
	text-decoration:	none;
}

A:hover
{
	color:				#16BCA8;
	text-decoration:	underline;
}
/****************************************************************************
	IMG
****************************************************************************/

IMG
{
	border:				0px;
}

/****************************************************************************
	UL
****************************************************************************/

ul
{
	font-weight: 		bold;
	list-style-type: 	square;
}

li
{
	font-weight: 		normal;
}
/****************************************************************************
	TABLE
****************************************************************************/

TABLE
{
	border:				0px;
	font-size:			9pt;
}

TABLE.rahmen
{
	border:				1px solid #666666;
	text-align:			center;
}

TABLE.popup
{
	border:				0px;
	font-size:			8pt;
	text-align:			center;
	width:              100%;

}

TD.topic
{
	border-bottom:		1px solid #666666;
	background-color: 	#CCCCCC;
	text-align:			center;
}

TD.informationform
{
	font-size:			8pt;
	text-align:			left;
	line-height: 		10pt;
	padding: 			10px 0px 10px 0px;
}

/****************************************************************************
	ALLGEMEIN
****************************************************************************/

.small {
  font-size: 8pt;
}

.xsmall{
  font-size: 7pt;
  line-height: 9px;
  padding: 0px;
  text-align:center;
}

.topic{
	color:				#16BCA8;
	font-size: 			12pt;
	font-weight:		bold;
	padding: 			0px 10px 0px 0px;
	text-align:			right;
	}

.content{
	margin: 			25px 150px 25px 150px;
	}

#img{
	text-align:			center;
}
