.fff {
}
body {
	background-color: #EEF2F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2 {
	width: 100%;
	padding: 3px;
	background-color: #62B6FE;
}
h2 {
  margin-left: 25px;
  width: auto;
}
.hyperlink {
	text-decoration: none;
	color: #333399;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	float: right;
	border: 1px dashed #000000;
	list-style-type: none;
	height: 1%;
	width: 200px;
	margin-left: 10px;
}
.navigation.top {
	margin-right: 0px;
	width: 50px;
}
.navigation.top ul li {
	text-align: center;
}
.navigation ul {
	background-color: #999999;
	text-align: center;
	border: 2px outset #666666;
	margin: 0px;
	padding: 4px;
}
.navigation ul li {
	text-align: left;
	border: 2px outset #CCCCCC;
	background-color: #CCCCCC;
	list-style-type: none;
	padding: 2px;
	vertical-align: baseline;
}
.navigation ul li:hover {
	border: 2px outset #BEBEBE;
}
.navigation ul li a:hover {
	display: block;
	background-color: #BEBEBE;
}
.content {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.content h1 {
	font-size: 14px;
	font-weight: bold;
}
.content h2 {
	font-size: 14px;
}
.menue {
	background-color: #CCCCCC;
	border: 1px outset #000000;
	padding: 2px;
	white-space: nowrap;
}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	padding: 2px;
	white-space: nowrap;
}
* html ul li a:hover {
	margin-top: -1px;
	margin-bottom: -1px;
	height: 16px;
	vertical-align: baseline;
}
* html #navigation ul li {
	width: 186px;
}
* html #top {
	margin-right: 15px;
}
* html #top ul li {
	width: 36px;
	text-align: center;
}
.tabelle {
	background-color: #ECE9D8;
	border: 3px outset #166AEE;
	margin-bottom: 10px;
}
.tabelle td {
	border-color: #D0D0BF;
	border-width: 1px;
	border-style: solid;
}
img {
	border: 0px;
}
p {
	margin: 0px;
	margin-bottom: 10px;
}
TD.catrow
{
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight: bold;
	background-image: url(images/gradient_1.gif);
	background-repeat: repeat;
	height: 23px;
}
TD.row1
{
	background-color: #FFF0B9;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size : 13px;
	color: #494957
}
.mediumtext
{
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	color: #383B3F
}
.box_old_code {
	white-space: pre;
	overflow: auto;
	padding: 4px;
	border: 1px solid black;
	color: red;
	width: 95%;
	background-color: #FFFFFF;
}
.box_old_code.scroll {
  height: 400px;
}

.box_new_code {
	white-space: pre;
	overflow: auto;
	padding: 4px;
	border: 1px solid black;
	color: blue;
	width: 95%;
	background-color: #FFFFFF;
}
.footer {
  margin-top: 12px;
	font-size: 10px;;
	font-family: Arial, Helvetica, sans-serif;
}
.dateiinhalt {
	border: 1px solid black;
	white-space: pre;
	overflow: auto;
	padding: 4px;
	width: 95%;
	color: black;
	background-color: #FFFFFF;
}
