/* 
	Provide here the styles to be used in a edit-text-box in CMS.
	Place the other styles, used only in templates, in separate file(s).
*/

body
{
	font-family: Verdana;
}

/*** STRUCTURE ***/

.image_left
{
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.image_right
{
	float: right;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.Headline
{
	color:#DE3831;
	font-weight:bold;
	font-size:13px;
	line-height:30px;
}

.Highlight
{
	color:#DE3831;
}

.MoreLink
{
	color:#DE3831;
	font-weight:bold;
	text-decoration:none;
}