body {
	margin: 50px 10px 10px 10px;
	background-image: url(pics/hintergrund.jpg);
	font-family: Sans-serif;
	color: black;
}

p {
	line-height: 1.4em;
}

img {
	border: 0px;
}

a,a visited, a hover {
	text-decoration: none;
	color: black;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 8px;
}

div#inhalt {
	margin: 0px auto;
	width: 640px;
	text-align: center;
}

div#slideshow {
	margin: 0px auto;
	width: 800px;
	text-align: center;
}

img.flyer {
	margin: 5px;
}
a.flyer {
	background-image: none;
	padding-left: 0px;
}


strong.important {
	font-size: 18px;
	font-style: italic;
}

div.controls {
	margin: 0px auto;
	padding: 0px;
	width:250px;
	height:60px;
}
div.controls a.previous,
div.controls a.next,
div.controls a.play,
div.controls a.stop {
	margin-right: 8px;
	margin-left: 7px;
	float: left;
	display: block;
	width: 43px;
	height: 43px;
	background-position: 0px 0px;	
	padding: 0px;
}

div.controls a.previous {
	background-image: url(slideshow/previous.gif);
}
div.controls a.next {
	background-image: url(slideshow/next.gif);
}
div.controls a.play {
	background-image: url(slideshow/play.gif);
}
div.controls a.stop {
	background-image: url(slideshow/stop.gif);
}


