body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
	background-image: url(bilder/bg.gif);
	margin: 0px;
}
#content {
	padding: 0px;
}

#wrap {
	height: auto;
	width: 1020px;
	position: absolute;
	left: 50%;
	margin-left: -510px;
	background-repeat: no-repeat;
	background-color: #FFF;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
	border-radius: 10px; /* CSS3 */
	-webkit-box-shadow: 10px 10px 50px grey;
	-moz-box-shadow: 10px 10px 50px grey;
	box-shadow: 10px 10px 50px grey;
	opacity: .8;
	filter: Alpha(Opacity=80);
	background-image: url(bilder/bg-wrap.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
}
#inhalt {
	width: 700px;
	float: right;
	margin-top: 0px;
	margin-right: 58px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#counter {
	right: 0px;
	bottom: 0px;
	background-color: #FFF;
	padding: 5px;
	height: 20px;
	width: 200px;
	position: absolute;
	color: #F60;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
opacity: .5; filter:Alpha(Opacity=50);
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #da1d27;
}
a.kk:link {
	color: #FC0;
	text-decoration: none;
}
a.kk:visited {
	color: #FC0;
	text-decoration: none;
}
a.kk:hover {
	color: #3CF;
	text-decoration: none;
}
#logo {
	background-image: none;
	background-repeat: repeat-x;
	padding-left: 0px;
	height: 70px;
	padding-top: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#print2 {
	padding-top: 20px;
}
#uhr {
	padding-top: 10px;
	text-align: right;
	padding-right: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#menu {
	padding-top: 10px;
	width: 135px;
	float: left;
	margin-left: 55px;
	height: auto;
}
#menu1 {
	background-image: url(bilder/finger.jpg);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center center;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: 115px;
	}
#menu a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	vertical-align: text-bottom;
	padding-top: 20px;
}
#menu p {
	padding: 5px;	
}


  .on {
	border-left-color: #F00;
	border-top-color: #F00;
  }
#otto {
	position: relative;
	z-index: 5;
	left: 80%;
	top: 100px;
	visibility: visible;
	height: auto;
	width: auto;
	right: auto;
	bottom: auto;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
}
#fade { height: 240px; width: 700px; } 
#stapel img { position: absolute; height: 240px; width: 700px; opacity: 0; } 

#stapel img:nth-of-type(1) { animation: fade 72s ease-in-out infinite; } 
#stapel img:nth-of-type(2) { animation: fade 72s 6s ease-in-out infinite; } 
#stapel img:nth-of-type(3) { animation: fade 72s 12s ease-in-out infinite; } 
#stapel img:nth-of-type(4) { animation: fade 72s 18s ease-in-out infinite; } 
#stapel img:nth-of-type(5) { animation: fade 72s 24s ease-in-out infinite; } 
#stapel img:nth-of-type(6) { animation: fade 72s 30s ease-in-out infinite; } 
#stapel img:nth-of-type(7) { animation: fade 72s 36s ease-in-out infinite; }
#stapel img:nth-of-type(8) { animation: fade 72s 42s ease-in-out infinite; }
#stapel img:nth-of-type(9) { animation: fade 72s 48s ease-in-out infinite; } 
#stapel img:nth-of-type(10) { animation: fade 72s 54s ease-in-out infinite; }
#stapel img:nth-of-type(11) { animation: fade 72s 60s ease-in-out infinite; } 
#stapel img:nth-of-type(12) { animation: fade 72s 66s ease-in-out infinite; }
#stapel img:nth-of-type(13) { animation: fade 72s 72s ease-in-out infinite; }

@keyframes fade { 6.66%, 20% {opacity:1;} 0%, 26.66%, 100% {opacity:0;} }
