@charset "utf-8";
/* CSS Document */
body {
	/*margin:2px;
	border:1px solid black;*/
}
#homeContainer {
	width:70%;
	min-width:805px;
	height:auto;
	margin:auto;
}
.logo {
	margin-bottom:40px;
	
}
.zeile {
	clear:both;
	
}
.zelle {
	float:left;
	width:14%;
	min-width:113px;
	/*border:1px solid black;*/
	background-repeat:no-repeat;
	background-image:url(../img/home/1.gif);
	background-size:100%;
}
.zelle img {
	width:20px;
	cursor:pointer;
	/*border:1px solid gray;
	width:100%;
	height:100%;*/
}
#edit {
	position:absolute;
	display:none;
	width:300px;
	height:300px;
	top:200px;
	left:200px;
	padding:10px;
	background-color:white;
	border:1px solid gray;
}
/*#headerLogin {
	position: absolute;
	display:none;
	top: -25px;
	left: 50%;
	margin-left: 200px;
}*/
