/* 
================================
 Container Styles for DotNetNuke
================================
*/
.cont_titleInner 
{
	font-family: Arial,Helvetica;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 0px;
}
.cont_textInner {
	margin-bottom: 10px;
}

/* # Element Classes für ContentPane */ 
ul  {
	margin: 10px 0px;
	padding-left: 15px;
}
ol  {
	margin: 10px 0px;
	padding-left: 20px;
}
li  {
	margin: 0px;
	padding: 0px;
}
ul li 
{	
	list-style-type:disc;
}

/* overritten classes from default.css */

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	 	font-family: Verdana,Arial,Helvetica;
		font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	 	font-family: Verdana,Arial,Helvetica;
		font-size: 11px;
    font-weight: bold;
}

TD
{
	font-size:11px;
}