.header{
	background: url("../images/headerTop.png") no-repeat 0 0 #403c3e;
}
h1, h2{
	background: url("../images/headerTopRight.png") no-repeat 100% 0;
	padding: 10px 19px;
	font-weight:bold;
}
.front .header div{
	background: url("../images/front_headerBottom.png") no-repeat 0 100%;
}
.front .header div div{
	background: url("../images/front_headerBottomRight.png") no-repeat 100% 100%;
}
.header div{
	background: url("../images/headerBottom.png") no-repeat 0 100%;
}
.header div div{
	background: url("../images/headerBottomRight.png") no-repeat 100% 100%;
}
.box .innerBox{
	padding: 20px 20px;
}
.front .innerBox{
	
}
p{
	margin-bottom: 1em;
}
.front .narrow dl dt, .secondContentBlock  dl dt{
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #cfcfcf;
}
.front .narrow dl dt:first-child, , .secondContentBlock dl dt:first-child  {
	padding-top: 0;
	margin-top: 0;
	border-top-style: none;
}
.front .narrow dl dd, .secondContentBlock  dl dd{
	margin-bottom: 1em;
}
.featureBox{
	margin-left: -20px;
	margin-bottom: 1em;
}
.contact .innerBox{
	margin-top: 20px;
}
.contactMap{
	width: 374px;
	height: 207px;
	float: left;
	margin-right: 22px;
}
.contactInfo dl{
	margin-top: 90px; 
}
.contactInfo dl dt{
	float: left;
	margin-right: 20px;
}
.contactInfo dl dt a{
	display: block;
}
.contactPersons{
	clear: both;
	margin-top: 20px;
}
.contactPersons .first{
	width: 338px;
	margin-right: 22px;
	float: left;
	padding: 20px 18px;
	background: url("../images/contactGradientTop.png") repeat-x 0 0;
}
.contactPersons .second{
	width: 338px;
	float: left;
	padding: 20px 18px;
	background: url("../images/contactGradientTop.png") repeat-x 0 0;
}
.contactPersons p.tel{
	height: 20px;
	padding: 3px 0 2px 30px;
	margin-top: 1.5em;
	background: url("../images/icon_phone.png") no-repeat 0 50%;	
}
.contactPersons p.email{
	height: 20px;
	padding: 3px 0 2px 30px;
	margin-top: 0.5em;
	background: url("../images/icon_mail.png") no-repeat 0 50%;	
}
#footer div#hr{
	width: 823px;
	height: 6px;
	border: none;
	background: url("../images/hr.png") no-repeat 0 0 #f0f0f0;
}
#footer div#hr hr{
	display: none;
}
#footer div.vcard{
	margin-top: 13px;
}
.floatRight{
	float: right;
}
#footer .adr, #footer .tel{
	padding: 3px 10px 2px 0;
	float: left;
}
.blackBorder{
       border:#000 10px solid; 
}