html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
body{
	background: #333 url(ajax-loader.gif) no-repeat center center;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
.store img{
	display: none;
}
.grid img{
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}
.grid{
	overflow-x: hidden;
}
.grid div{
	display: inline-block;
}
.logo{
	background: none repeat scroll 0 0 #333333;
    height: 30px;
    left: 0;
    position: fixed;
    width: 240px;
    z-index: 150;
    box-shadow: 0px 0px 3px 3px #222;
}
.logo img{
	margin-left: 20px;
    margin-top: 3px;
    width: 200px;
}
.lightbox{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:100;
	background: url(./bg.png);
	text-align: center;
	box-shadow: 0px 0px 3px 3px #222;
}
.lightbox img{
	
}
.imprint{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:100;
	display: none;
	top:0;
	left: 0;
}
.imprint .inner{
	width: 500px;
	height: 500px;
	background: #333;
	box-shadow: 0px 0px 3px 3px #222;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 20px 20px;
	color: #fff;
	overflow-y: scroll;
	opacity: 0.95;
	
}
.footer{
	background: none repeat scroll 0 0 #333333;
    bottom: 0;
    color: #FFFFFF;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 20px;
    padding: 5px 0 0;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 80px;
    z-index: 150;
    box-shadow: 0px 0px 3px 3px #222;
}
.footer span{
	cursor: pointer;
}
