@charset "utf-8";
/* CSS Document */
*,html,body,p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	line-height: 12px;
	}
body {
    background-color: black;
}
div {
	padding: 0;
	margin: 0;
}
.unsichtbar {
    background-color: black;
	font-size: 1px;
}
.textnormal {
	margin: 5px 5px 8px 8px;
}
.size24 {
	height: 473px; 
	overflow: auto;
}
.size23 {
	height: 351px; 
	overflow: auto;
}
.size22 {
	height: 229px; 
	overflow: auto;
}
.size21 {
	height: 107px; 
	overflow: auto;
}
.presse {
	background-color: #191919;
}
td {
	background-color: #191919;
}
h4, .Headline {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-bottom: 14px;
}
h5, .Headline {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-bottom: 4px;
}
p, .Text {
	font-size: 10px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
a {
	color: #00CCFF;
}
a:visited {
	color: #0099CC;
}
.nav a {
	color: black;
}
.nav td {
	background-color: black;
	}
	
	/*** set the width and height to match your images **/
#slideshow {
    position:relative;
    height:486px;
    width:486px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
