body {
	background-color: #fff;
	color: #000;
	font: 10pt/1.3 Arial, Helvetica, Tahoma, sans-serif;
}

#headmast div, #navigation, #sidebar, .footerinfo ul, form {
	display: none;
}

#content h1 {
	border-bottom: 1px solid;
	font-size: 18pt;
}

#content h2 {
	font-size: 14pt;
}
#content h3, #content h4, #content h5 {
	font-size: 12pt;
}

#headmast {
	text-align: center;
	padding-bottom: 0.5cm;
	border-bottom: 1px solid gray;
	margin-bottom: 1cm;
}

#footer {
	font-size: 8pt;
	line-height: 1.3;
	margin-top: 2cm;
}

.footerinfo {
	float: left;
	width: 5cm;
	margin-right: 1cm;
	padding-top: 0.5cm;
}

#content ul.gallery li {
	padding: 10px 24px;
	border: 1px solid #cececd;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f8f8f6 url(img/bg-gallery.jpg) no-repeat left bottom;
	list-style: none;

}

#content ul.gallery li img {
	padding: 1px;
	display: block;
	border-color: #cfcfcf #cfcfcf #696969 #696969;
}

.produkt {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin: 0.5cm 0;
}

.produkt img {
	display: block;
	float: left;
	margin-right: 24px;
}

.detail {
	float: left;
	width: 10cm;
	padding: 10px 0 0;
}

#content .detail h2 {
	font-size: 14pt;
	border-bottom: 1px solid;
}

#content .price {
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	margin-bottom: 0.5cm;
}

#content .mwst {
	font-size: 7pt;
	font-weight: normal;
	display: block;
}

#content .detail p {
	margin-bottom: 0.5cm;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	min-height: 1%;
}

* html .clearfix
{
	height: 1%;
}
