div#contact {
}
div#contact h4.contact {
	display: inline;
	cursor: pointer;
	color: #da2118;
	font-weight: bold;
	padding-right: 15px;
	margin-bottom: 0px;
	font-size: 11px;
}
div#contact div.contact {
	margin: 10px 0px 10px 15px;
}

div#contact h4.hid {
	background: url(/module/Katalog/image/display.gif) right 3px no-repeat;
}

div#contact div.hid {
	display: none;
}

div#contact h4.disp {
	background: url(/module/Katalog/image/hiden.gif) right 3px no-repeat;
}

div#contact div.disp {
	display: block;
}
