.mstopa {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

.mstopa:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #99FF99;
	text-decoration: none;
	line-height: 20px;
}

.mstopb {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.mslink {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}
.mslink:hover {	background:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}

.aklink {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #227722;
}

.mslinkaktive {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	line-height: 15px;
}

.H1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.H2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.H3 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


.H4 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}


.text { font-family:arial, Helvetica, sans-serif;
   	font-size:15px;
  	color:#000000;
}
/* SLIDESHOW */
#slideshow {
 	height:450px; /* hier Hoehe der Slideshow-Bilder angeben */
 	position:relative;
}
#slideshow img {
 	display:none;
 	position:absolute;
 	top:0; left:0;
}
#slideshow img.start {
 	display:block;
}
