#hauptquadrat {
	background-color: #CCCC99;
	border: 20px solid #000000;
	height: 400px;
	width: 400px;
	padding: 10px;
	margin: 12% 10% 10% 20%;
}
a {
	font-style: normal;
	color: #000000;
	text-decoration: none;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px none #000000;
}
a:hover {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
#miniquadrat {
	background-color: #CCCC00;
	height: 16px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
	padding-top: 4px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	color: #FFFFFF;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
.asciart {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	line-height: 8px;
}
.weissfett {
	font-weight: bold;
	color: #FFFFFF;
}
