/* fk-Stylesheet; last modified: 10-06-23 */
/* GENERAL fonts */

BODY {
	margin: 0, 0, 0, 0;
	background-color: white;
}

P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 13px;
}
H1 { font-size: 16px; }
H2 { font-size: 12px; line-height: 17px;}

P, H1, H2, H5 {margin: 0px 0px 5px 0px;}
H1, H2, H5 { margin-top: 10px;}
H5 {
	font-size: 12px;
	margin-left: 5px;
	text-decoration:none
}

#wholepage {width: 958px;}

#header {
	width:100%; 
	height: 180px; 
	background-repeat: no-repeat; 
	background-position: left; 
	background-image: url(images/h_o.jpg);
	/*border-bottom: dotted 1px #999999;*/
	}

#middle {
	width: 100%;
	}

#footer {
	border-top: dotted 1px #999999;
	width: 100%;
	}
#footer P {
	font-size: 10px;
	text-align: center;
}
#leftside {
	width: 140px;
	vertical-align: top;
	background-image: url(images/h_l.gif);
	}
#center {
	vertical-align: top; 
	}
#rightside {
	vertical-align: top; 
	width: 200px;
	}
#rightcolumnof2 {
	vertical-align: top; 
	width: auto;
	}

#leftcontent {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	}

#leftcontentshared {
	width: 100%;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	}
	
#leftcontentshared A {
	text-decoration: none;
	border-left: 5px;
  }

#rightcontent {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

#rightcontentshared {
	width: 100%;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

#bordercontent {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

#bordercontentshared {
	width: 100%;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

/* Content column */
#normalcontent {
	padding-left: 10px;
	padding-right:10px;
	padding-top: 0px;
	width: 100%;
	background-color: #eaeaea;
}

#normalcontentshared {
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right:10px;
	padding-top: 0px;
	width: 100%;
}
#rowsp {
	background-color: #006600;
	}

/* Menu 1 column */
#menu_1 {
	width: 100%;
	height: 260px;
	padding-top: 10px;
}
#menu_1 DIV {
	width: 95%;
}
#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
#menu_1 DIV A:hover {
	text-decoration: underline;
}

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

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

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
  font-size: 12px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
  font-size: 12px;
  font-weight:bold;
  padding-left:20px;
}

/*  MENU 1, level 3, normal state (NO) */
#menu_1 DIV.menu1-level3-no {
  font-size: 10px;
  padding-left:30px;
}
/*  MENU 1, level 3, active state (ACT) */
#menu_1 DIV.menu1-level3-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:30px;
}
/*  MENU 1, level 4, normal state (NO) */
#menu_1 DIV.menu1-level4-no {
  font-size: 10px;
  padding-left:40px;
}
/*  MENU 1, level 4, active state (ACT) */
#menu_1 DIV.menu1-level4-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:40px;
}

/* Style for the Path-menu: */
#pathplace {
	width: 800px;
}
#sitepath {
  width: 100%
  white-space: nowrap;
	font-family: verdana, arial;
	font-size: 11px;
	padding: 1px 1px 5px 5px;
	position: absolute;
	left: 150px;
	top: 130px;
	visibility: hidden;
}
#sitepath A {
  text-decoration: none;
  color:black;
}
#sitepath A:hover {
  text-decoration: underline;
}
/* mininews */

.tx-mininews-pi1 P { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; margin-top:6px; margin-bottom:0px; }
           /* .tx-mininews-pi1 P A { color:black; text-decoration:none; } */
.tx-mininews-pi1 P A:hover {
	color:purple;
	text-decoration:underline;
	margin-bottom: 6px;
}

P.tx-mininews-pi1-listrowField-title,
P.tx-mininews-pi1-singleViewField-title,
P.tx-mininews-pi1-fp_listrowField-title { font-weight:bold; }

P.tx-mininews-pi1-listrowField-title A,
P.tx-mininews-pi1-singleViewField-title A,
P.tx-mininews-pi1-fp_listrowField-title A { color:black; text-decoration:none; }

P.tx-mininews-pi1-listrowField-datetime,
P.tx-mininews-pi1-fp_listrowField-datetime {
	font-size:9px;
	top: 39px;
	margin-top: 24px;
	color: maroon;
}
.tx-mininews-pi1-listrowField-teaser  A {
	text-decoration:none;
	color: black;
}
.tx-mininews-pi1-listrowField-teaser  A:hover {
	text-decoration:underline;
	color:purple;
}
.tx-mininews-pi1-fp_listrowField-teaser  A {
	font-size:9px;
	color: purple;
}
.tx-mininews-pi1-searchbox {
	margin-top: 40px;
}

