/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 460px;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 160px;	
	background-image: url(../images/menubackground.jpg);
	background-repeat : no-repeat;
	padding-top: 0px;
}
TD#menu_1 DIV {
	width: 100%;
}
TD#menu_1 DIV A {
	color: #FFFFFF;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	color: #FF9900;
	text-decoration: none;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px solid #FFFFFF;
  font-size: 11px;
  padding-top:5px;
  padding-left:10px;
  
   background-color: #009900;
  /*filter:alpha(opacity='100', style='0');*/
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #FF9900;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:10px;

  background-color: #AADD93;
 /* filter:alpha(opacity='100', style='0'); */
}
TD#menu_1 DIV.menu1-level1-act A {
  color:#FF9900;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  width: 100%;
  padding-left:20px;
  background-color: #009900;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  border-bottom: 1px solid #FF9900;
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
  
  background-color: #AADD93;
}
TD#menu_1 DIV.menu1-level2-act A {
  color:#FF9900;
}





  /*MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #AADD93;
  /*width: 10%;*/
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: FF9900;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  color: #FF9900;
  text-decoration: none;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

.l_menu { color: #FFFFFF; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none  ; font-style: normal}

a.l_menu {font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none  ; font-style: normal}

a.l_menu:link { color: #FFFFFF }
a.l_menu:visited { color: #FFFFFF }
a.l_menu:hover { color: #FF9900 }
a.l_menu:aktive { color: #FFFFFF }


/* NEWS - general */
DIV.tx-mininews-pi1 P {
  font-family : Verdana, Arial;
  font-size: 11px;
  margin: 0 0 0 0;
}

/* NEWS - Front-page news */
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-datetime {
color: #AADD93;
  font-size: 10px;
  background-color: #AADD93;
}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title {
color: #009900;
  font-size: 12px;
  font-weight: bold;
}

/* NEWS - Archive news */
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-datetime {
  color: #AADD93;
  font-size: 10px;
  background-color: #AADD93;
}
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-title {
color: #009900;
  font-size: 13px;
  font-weight: bold;
}
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-title A {
  color: #009900;
}

/* NEWS - details */
DIV.tx-mininews-pi1 {
  font-family : Verdana, Arial;
  font-size: 11px;
}
DIV.tx-mininews-pi1 H2 {
  font-family : Verdana, Arial;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #009900;
}

