body {
	color:#fff;
	background-color: #111;	
	margin: 0;
	padding: 0;
}

header, content, footer{
	width: 100%;
	max-width: 100%;
}

a, a:hover, a:visited, a:link{
	color: #fff;
}

a, a:visited, a:link{
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}


product img{
	margin: 1em 0 1em 0;
	max-width: 95%;
}

.inkbutler_oben{
	background-image:url(img/hg_oben.jpg);	
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;	
	border: solid 1px #fff;
	border-width: 1px 0;
}


p {
	margin: auto;
}

content p{
	margin: 0;
}

content p img {
	text-align: center;
	margin: 2em 0 2em 0;
}

.inkproduct {
	background-image:url(img/floor-grey.jpg);	
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;	
	border: solid 1px #fff;
	border-width: 0 0 1px 0;
}



@media only screen and (min-device-width : 768px)
	{
	product {
		float: left;
		width: 25%;
	}
}

@media only screen and (max-device-width : 767px)
	{
	img{
		max-width: 90%;	
	}
}