@charset "utf-8";
body {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-style: normal;
	background-repeat: no-repeat;
	color: #FEF200;
	text-align: left;
}
a:link {
	color: #FFEB03;
}
a:visited {
	color: #FFEB03;
}
a:hover {
	color: #FFEB03;
	text-decoration:none
}
a:active {
	color: #FFEB03;
}
.footer {
	color: #FFEE02;
}
.überschrit {
	font-weight: bold;
}
.box {
	font-size: 12px;
	color: #FFEB03;
	background-color: #17151A;
	text-align: left;
	font-weight: bold;

}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

.bilduntertitel {
	font-size: 9px;
	color: #FFF;
	font: Arial;
}
.codebox {
	color: #333;
}

