body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.basictable {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	spacing: 0px;
}
.status {
	font-size: xx-small;
	color: #666666;
	background-color: #CCCCCC;
	height: 1em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.navi {
	background-color: F8F3B5;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font-size: x-small;
	color: #AAAAAA;
	width: 20%;

}
.head {
	background-color: F8F3B5;
	height: 60px;
	font-size: large;
	font-weight: bold;
}
.ueberschrift {
	font-size: large;
	color: #666666;
	background-color: F8F3B5;
	text-align: center;
	font-weight: bold;
}
.textRegion {
	font-size: x-small;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

div a {
	color: #666666;
    text-decoration: none;
}
div a:link {
	color: #666666;
	text-decoration: none;
}
div a:visited {
	color: #666666;
	text-decoration: none;
}
div a:active {
	color: #AAAAAA;
	text-decoration: none;
}
div a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
a {
	color: #AAAAAA;
    text-decoration: none;
}
a:link {
	color: #AAAAAA;
	text-decoration: none;
}
a:visited {
	color: #AAAAAA;
	text-decoration: none;
}
a:active {
	color: #AAAAAA;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.copy {
	font-size: xx-small;
	color: #F78E31;
	text-align: right;
	bottom: 5px;
	position: relative;
}
.linNavi {
	color: #AAAAAA;
	background-color: #CCCCCC;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	vertical-align: middle;
}
code {
	font-size: x-small;
}
.kommentar {
	color: #AAAAAA;
}
.important {
	font-weight: bold;
}
.importantcode {
	font-weight: bold;
	color: #F78E31;
}

