.td-1 {
	background-color: #0DBF61;
}
.td-2 {
	background-color: #003366;
}
.td-3 {
	background-color: #F4F4F4;
}
.td-4 {
	background-color: "beige";
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;

}
.text1-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6633;
	
}	
.text1gray-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6633;
	
}	
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text2-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color: #000000;
}
.text2-bold-hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color: #0000FF;
}
.text2-bold-hover:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color: #009900
}
.text3-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

/* SLIDESHOW */
#slideshow {
 height:240px; /* hier Hoehe der Slideshow-Bilder angeben */
 width:400px;
 position:relative;
}
#slideshow img {
 display:none;
 height:240px;
 width: 400px;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}

#PFFmanilashow {
 height:340px; /* hier Hoehe der Slideshow-Bilder angeben */
 width:440px;
 position:relative;
}
#PFFmanilashow img {
 display:none;
 height:340px;
 width: 440px;
 position:absolute;
 top:0; left:0;
}
#PFFmanilashow img.start {
 display:block;
}