.mcPerson{
	background-repeat:repeat-y;
	background-image:url(images/contact_box1_loop.gif);
	margin-left:20px;
	margin-top:30px;
	float:left;
	width:390px;
}

.mcPerson .boxContent{
	min-height:140px;
	padding:5px 20px 5px 20px;
}

* html .mcPerson .boxContent{
	height:140px;
}


.mcPerson .pName{
	display:block;
	width:100%;
	font-weight:bold;
	font-size:1em;
	color:#6C6C6C;
}

.mcPerson .pTitle{
	display:block;
	width:100%;
	font-style:italic;
	font-size:0.9em;
	color:#6C6C6C;
	margin-bottom:10px;
}

.mcPerson .pContacts{
	display:block;
	width:100%;
	clear:both;
	color:#666666;
}

.mcPerson .pContacts .pCall{
	width:100%;
	margin-right:10px;
	clear:both;
	font-size:0.9em;
}

.mcPerson .pContacts .pCall .cType{
	font-weight:bold;
	display:block;
	clear:left;
	float:left;
	width:100px;
}

.mcPerson .pContacts .pCall .cInfo{
	float:left;
}

.mcPerson .pMail{
	display:block;
	width:100%;
	clear:both;
	padding-top:10px;
	font-size:0.9em;
}

.mcPersonsBox{
	clear:both;
	display:block;
	width:100%;
}

.mcFilling{
	margin-left:20px;
	margin-top:30px;
	float:left;
}

#mcMap{
	background-repeat:repeat-y;
	background-image:url(images/map_box_loop.gif);
	margin-left:20px;
	margin-top:50px;
	float:left;
	width:803px;
}

#mcMap #mapImg{
	background-image:url(images/map_complete.gif);
	background-repeat:no-repeat;
	width:100%;
	min-height:260px;
}

* html #mcMap #mapImg{
	height:260px;
}

#mapAdresse, #mapCoords, #mapTitle{
	float:none;
	width:100%;
	text-align:center;
	margin:0 0 10px 0;
	
	font-size:0.9em;
}
#mapAdresse span, #mapCoords span{
	display:inline;
}

#mapTitle{
	font-weight:bold;
}

* html div#mRollColor, div#mInitialRollColor{
	border-top: 1px solid #A0D936;
}

div#mRollColor, div#mInitialRollColor{
	background-color:#A0D936;
}
div#mHeader div#hMenu li a.hmContact{
	background-image:none;
	background-color:#A0D936;
	border-bottom-color:#A0D936;
}

