html,body {
	margin: 0; padding: 0;
}
body {
	background: #000;
	font-family: Georgia,Times,serif;
	font-size: 62.5%;
	color: #fff;
	/*
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, rgb(35,37,38)),
		color-stop(0.72, rgb(66,75,84)),
		color-stop(0.67, rgb(50,56,56))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(35,37,38) 43%,
		rgb(66,75,84) 72%,
		rgb(50,56,56) 67%
	);*/
}
.wrap {
	width: 630px;
	margin: 0 auto;
	margin-top: 2em;
	text-align: center;
	/*position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -195px;
	margin-top: -100px;*/
}/*
.wrap:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}*/
h1 {
	height: 115px;
	width: 395px;
	margin: 0 auto;
	background: #000 url(../img/bornheimat.png) no-repeat;
}
h1 span {
	position: absolute;
	left: -5000px;
}
h2 {
	margin: 0; padding: 0;
	font-weight: normal;
	font-size: 1.6em;
	color: #CF0;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin-left: 20px;
}
.article header,
.article footer,
.article p {
	font-size: 1.1em;
}
a {
	color: #F0F;
}
a.imgs img {
	margin: 0.5em;
	-moz-box-shadow: 0 0px 10px rgba(255,255,255, 0.8);
}
a.imgs img:hover {
	-moz-box-shadow: 0 0px 10px rgba(255,0,255, 1);
}
.shop,
.impressum {
	font-size: 1.2em;
}
.impressum {
	text-align: left;
	margin: 0 15em;
}
.shop footer header {
	color: #cf0;
}

.shop-item {
	margin-bottom: 2.5rem;
}
