 /*  removes and neutralizes the inconsistent default styling of HTML elements and sets up basic font to use later*/
 @import url('reset-min.css') ;
 @import url('fonts-min.css') ;



div.navbar,
div.sidebar,
div#ft,
div#bread,
div#print,
div.tx-indexedsearch form{
	display: none;
}

h1 {
	font-size:146.5%;
	font-weight: bold;
	color:	#C59D58;
	padding-top: 15px;
}

h2, h2 a {
	font-size:100%;
	font-weight: bold;
	color:	#C59D58;
	padding-top: 15px;
}

h3 {
	font-size:100%;
	padding-top: 15px;
	text-decoration: underline;
	clear: both;
}
a {
	text-decoration: none;
	color: inherit;
}

div#hd img {
	float: right;
	width: 83%;
	height: 98px;
}

div#hd img.logo {
	float: left;
	width: 17%;
	height: 98px;
}

div.colmask {
	clear: both;
}
div#content {
	padding-top: 15px;
}

p.bodytext {
	padding-bottom: 15px;
}

div.tx-jppageteaser-pi1 div.tx-jppageteaser-pi1-list.productlist img {
	border: 1px solid #C59D58;
	float: left;
	margin-right: 5px;
}
div.tx-jppageteaser-pi1 div.tx-jppageteaser-pi1-list-entry{
	padding-bottom: 20px;
}
