@charset "utf-8";
/* CSS Document */
#maincontainer {
	width: 810px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#links {
	float: right;
	font-size: 17px;
	font-weight: bold;
	color: #DF8E22;
	margin-bottom: 2px;
}
IMG {
	border: 0px;
}
A:link {
	color: #DF8E22;
	text-decoration:none;
}
A:visited {
	color: #DF8E22;
	text-decoration:none;
}
A:hover {
	color: #DF8E22;
	text-decoration:none;
}
A:active {
	color: #DF8E22;
	text-decoration:none;
}
#greenbox {
	height: 533px;
	border:solid 5px #DF8E22;
}
#clearfloat {
	clear:both;
}
#nummer {
	text-align: center;
	color:#006699;
	font-weight: bold;
	font-size: 25px;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.jul {
	text-align: center;
	color:#FF0000;
	font-weight: bold;
	font-size: 35px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}