ul#navigation > li.information
{
	background-image: url('/images/pages/menu_information_active.png');
}

ul#subnavigation > li.information_rechenbeispiel
{
	background-image: url('/images/pages/submenu_information_rechenbeispiel_active.png');
}

div#rechenbeispiel h3
{
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d0d0d0;
}

div#rechenbeispiel input
{
	width: 50px;
	text-align: right;
}

div#rechenbeispiel input.disabled
{
	border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #000000;
  background-color: #F0F0F0;
  color: #000000;
}

div#rechenbeispiel td.highlight
{
  border-top: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  background-color: #F0F0F0;
}

div#rechenbeispiel td.klasse2
{
	background-color: #c0c0c0;
}

div#rechenbeispiel table p
{
	margin: 0px;
}