/* Allgemeine Auszeichnungen */
html, body	{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body	{
/*	font-family: Arial, 'Trebuchet MS', verdana, sans-serif;*/

	font-weight:normal;
	font-size:10pt;
	margin:0;
	padding:0;
	background-image: url('../images/hg3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	background-attachment: fixed;
}



h1, h2, h3, h4, h5, h6 {
	margin: auto;
	padding: 0;
}

h1 a{
	font-size: 95%;
}


header, content, footer{
	display: block;
	width: 99%;
	margin: 0;
	padding:0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

header img {
	width: 95%;
	max-width: 400px;
	text-align: center;
}


product h4 {
	margin-bottom: 0.8em;
}

footer {
	margin: 2em auto;
}

.clear {
	clear: both;
}