/* attributes for the body-part */

DIV#colNormal {
	padding-left: 10px;
	padding-right: 10px;
}

/* Additional attributes for content in RIGHT column */
#colRight H1 {
	font-size: 12px;
	background-color: black;
	text-align: center;
	color: white;
}
#colRight P.bodytext {
	font-size: 10px;
}


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

#ct3 #colRight P.bodytext,
#ct3 #colLeft P.bodytext,
#ct3 #colNormal P.bodytext
{
	font-size: 10px;
}
#ct3 #colRight H1,
#ct3 #colLeft H1,
#ct3 #colNormal H1
{
	font-size: 12px;
	text-align: center;
	font-color: maroon;
}

#ct3 #colLeft H1 {	background-color: #E3DEBC; }
#ct3 #colNormal H1 { background-color: #F4EAAB; }
#ct3 #colRight H1 {	background-color: #FFF2A0; }

#ct3 TD#colRight { padding-left: 5px; }
#ct3 TD#colLeft { padding-right: 5px; }
#ct3 TD#colNormal { padding-right: 5px;padding-left: 5px; }



/* NEWS splash in template #4 */
TABLE#news-table {
	margin-left: 10px;
	border: solid 1px black;
}
TD.news-header {
	background-color: navy;
}
TD.news-header H1 {
	color: white;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
DIV.tx-mininews-pi1-fp_listrow P {
	font-size: 11px;
	font-color: navy;
	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: #eeeeee; margin-top: 10px; }
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title { font-weight: bold; }
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title A { text-decoration: none; color: navy; }
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title A:hover { text-decoration: underline; }
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-teaser { font-style: italic; }
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-teaser A {background-color: #999999; color: white; text-decoration: none; padding: 1px 1px 1px 1px; }
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-teaser A:hover { text-decoration: underline; }

/* Menu 1 column */
DIV#menu_left {
	width: 100px;
	padding-top: 10px;
	background-color: #888;
}
DIV#menu_left DIV { vertical-align: top; }
DIV#menu_left DIV A { color: navy; text-decoration: none; }
DIV#menu_left DIV A:hover { text-decoration: underline; }

/*  MENU 1, level 1, normal state (NO) */
DIV#menu_left DIV.menuleft-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
DIV#menu_left DIV.menuleft-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;

  background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');
}
DIV#menu_left DIV.menuleft-level1-act A { color:black; }
