/* Definitionen für Zelle */
td.component_context
{
}

/* Definitionen für DIV-Block */
div.component_context
{
	padding-top: 25px;
	padding-right: 10px;
}

.component_context h2
{
	font-weight: bold;
	text-transform: uppercase;
	color: #003d8f;
	font-size: 14px;
}

.component_context ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.component_context li
{
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 2px;
	background-image: url(/pic/but/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1 5;
}

.component_context a,
.component_context a:link,
.component_context a:visited,
.component_context a:hover
{
	color: #003D8F;
	text-decoration: underline;
}

.component_context li a,
.component_context li a:link,
.component_context li a:visited
{
	color: #333333;
	text-decoration: none;
}

.component_context li a:hover
{
	color: #000000;
	text-decoration: none;
}

