.inhalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	line-height: 16px;

}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	cursor: hand;



}
.linkweiss {

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	text-decoration: none;
	font-size: 12px;
	font-weight: lighter;
	cursor: hand;
}

/* SLIDESHOW */
#slideshow {
 height:304px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:left;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
	display:block;
	font-family: "Monotype Corsiva";
	font-size: 14px;
	color: #333366;
	text-decoration: none;

}

