.feld {
	position			: relative;
	width				: 400px;
	height				: 400px;
	padding				: 0px;
	margin				: 0px;
	border				: 0px;
	border-left			: 1px solid #333333;
	border-bottom		: 1px solid #333333;
}


.feld .pixel {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 7px;
	height				: 7px;
	padding				: 0px;
	margin				: 0px;
	border				: 0px;
	border-top			: 1px solid #333333;
	border-right		: 1px solid #333333;
	background-color	: white;
	cursor				: pointer;
}

.show {
	border				: 0px;
	font-size			: 10px;
	color				: #AAAAAA;
	background-color	: white;
}

.tools {
	position			: relative;
}

.tools h1 {
	font-size			: 16px;
	margin				: 0px;
	padding				: 0px;
	margin-bottom		: 0px;
}

.tools form {
	margin-top			: 5px;
}

.tools form a {
	border				: 1px solid grey;
	color				: grey;
	background-color	: #EFEFEF;
	padding				: 2px;
}

.draw_wall {
	position	: relative;
	height		: 1000px;
	border		: 1px solid grey;
}

.draw_wall .draw {
	position	: absolute;
	top			: 0px;
	left		: 0px;
}