/*
		Cms ...
 */
DIV.cmsarticle {
	font-size: 12px;
	text-align: left;
	margin: 10px;
}

DIV.cmstitle {
	font-weight: bold;
	border-bottom: dotted 1px black;
	margin-bottom: 5px;
	text-align: right;
	height: 16px;
}

div.cmstitle span {
	float: left;
	width: auto;
	text-align: left;
}

DIV.cmsteaser {
	font-weight: bold;
}

DIV.screlembodycontent {
	padding: 20px 50px;
}

UL {
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

LI {
	text-align: justify;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

