/**************************************************************************
* This style sheet is prepared to be used with a LyraT4 content layout
* Insert specific CSS statements according to your *.cbd file.
***************************************************************************/
div.ltxContentLayout{
	min-height: 100px;
	background-color: white;
}


/* INSERT ****************************************************************************/
#HeadLine { 
	font-size: 20px;
	font-weight: bold;
	margin: 20px 4px;
}
#mainCont { /**/ }

/* END INSERT */

.ltxMailField > div,
.ltxMailField >.caption{
	margin: 0;
	margin-right: 8px;
	float: left;
	font-weight: normal;
}

.ltxMailField > div.clearfix{
	float: none;
	clear: both;
	display: block;
}
