/* General header and bodytext: */
H1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
  background-color: #444444;
	font-weight: bold;
	padding: 2px;
}
P.bodytext {
	font-family: Verdana;
	font-size: 11px;
	margin: 0px 0px 2px 0px;
	
}




/* Additional attributes for content in RIGHT column */
#colRight H1 {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	font-color: maroon;
  background-color: #444444;
  padding: 3px;
  border: 1px solid red;
}
#colRight P.bodytext {
	font-size: 11px;
}


/* Overriding attributes for columns in case of content template #3 */

#ct3 #colRight P.bodytext,
#ct3 #colLeft P.bodytext,
#ct3 #colNormal P.bodytext
{
	font-size: 11px;
}
#ct3 #colRight H1,
#ct3 #colLeft H1,
#ct3 #colNormal H1
{
	font-size: 12px;
	text-align: center;
	padding: 3px;
}


#ct3 #colLeft H1 {	background-color: #444444; border: 1px solid red;}
#ct3 #colNormal H1 { background-color: #444444; border: 1px solid red;}
#ct3 #colRight H1 {	background-color: #444444; border: 1px solid red;}

/**
#ct3 TD#colRight {padding-left: 0px;}
#ct3 TD#colLeft {padding-right: 0px;}
#ct3 TD#colNormal {padding-right: 0px;padding-left: 0px;}
**/


/* NEWS splash in template #4 */
TABLE#news-table {
  margin-left: 0px;
  border: solid 1px red;
}
TD.news-header {
	background-color: #444444;
}
TD.news-header H1 {
  color: white;
  margin: 0px 0px 0px 0px;
  text-align: center;
  padding: 0px;
}
DIV.tx-mininews-pi1-fp_listrow P {
	font-size: 11px;
	font-color: red;
	font-family: verdana;
	margin: 0px 0px 0px 0px;
}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-datetime { font-size: 10px; background-color: #555555; margin-top: 12px;}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title { font-weight: bold; margin-bottom: 3px; margin-top:1px;}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title A { text-decoration: none; color: red;}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title A:hover { text-decoration: none; background: red; color: white; }
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-teaser { font-style: normal; font-weight:normal;}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-teaser A {color: white; text-decoration: none; padding: 1px 1px 1px 1px; font-weight: normal;}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-teaser A:hover { text-decoration: none; font-weight: normal; background: red;}

