.navigate {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	cursor: hand;}




.navigate a:link { text-decoration:none; font-weight:bold; color:#346667; }
.navigate a:visited { text-decoration:none; font-weight:bold; color:#346667; }
.navigate a:hover { text-decoration:none; font-weight:bold; color:#9FD1D2; }
.navigate a:active { text-decoration:none; font-weight:bold; }
/* Content */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: small;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: small;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
 }
 h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
.fliesstext a:link { text-decoration:none; font-weight:bold; color:#990033; }
.fliesstext a:visited { text-decoration:none; font-weight:bold; color:#990033; }
.fliesstext a:hover { text-decoration:none; font-weight:bold; color: #FF9900; }
.fliesstext a:active { text-decoration:none; font-weight:bold; }

/* SLIDESHOW */
#slideshow {
 height:200px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
	display:none;
	position:absolute;
	top:-101px;
	left:9px;
	width: 600px;
	height: 200px;
}

#slideshow img.start {
 display:block;
}

/* SLIDESHOWgimpr */
#slideshowgimpr {
 height:150px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshowgimpr img {
	display:none;
	position:absolute;
	top:33px;
	left:7px;
	width: 600px;
	height: 150px;
}
#slideshowgimpr img.start {
 display:block;
}

