body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #1D1D1D;
	margin: 0px;
	padding: 0px;
}
#textfeld {
	overflow:auto;
	width: 386px;
	height: 281px;
	color:#000000;
	background-color:#FFFFFF;
}
.kleiner {
	font-size: 10px;
}
a {
	color: #F7AC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.buttons {
	color: #000000;
	background-color: #F7AC00;
	text-decoration: none;
}
input.headerInput {
	width: 100px;
	font-size: 10px;
	border : thin groove #000000;
}
input.button {
	color: #000000;
	border : thin groove #000000;
	background-color: #EEEEEE;
	font-size : 10px;
	cursor: pointer;
} 
input.submit {
	color: #000000;
	border : thin groove #1D1D1D;
	background-color: #ECC339;
	font-size : 10px;
	cursor: pointer;
} 
h1 {
	font-weight: bold;
	font-size: 16px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
}
h4 {
	font-weight: bold;
	font-size: 11px;
}
h5 {
	font-weight: bold;
	font-size: 10px;
}
h6 {
	font-weight: bold;
	font-size: 9px;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.schriftHell {
	color: #E6E6E6;
}
.HGdunkel {
	background-color: #1D1D1D;
}
.HGweiss {
	background-color: #FFFFFF;
	color: #000000;
}
.HGhell {
	background-color: #E6E6E6;
}
.HGfarbe {
	background-color: #FDFD51;
}
.HGschwarz {
	background-color: #000000;
	color: #FFFFFF;
}

