@charset "utf-8";
/* CSS Document */

body {background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	margin:0px;}
	
body a {color:#111111;
 	font-size: small;}

header {background-color:#ffffff;
	color: #ffffff;
	font-size: large;
	font-style:italic;
	font-weight:bolder;
	padding: 10px;
	text-align:center;}
	
#hilfscontainer{width: 100%;}

aside {text-align:center;
	width:100%;}

nav {margin:10px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;}

main {background-color:#ffffff;
 	font-size: small;
	color: #000000;
	width:100%;}
	
main h1 {font-size: small;
 	margin-bottom: 10px;
	margin-top: 0px;}		

article {border: 1px solid grey;
	border-radius:10px;
	margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	font-size: small;}

footer {background-color:#ffffff;
	color:#ffffff;
	font-size: small;
	font-style:italic;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;}

img {max-width:100%; height:auto; }

table {font-size:small; 
  max-width:100%;}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;}

ul {margin:0; 
    padding:0;
    width:100%;
    list-style-type:none;
	font-size:small;
}

ul li a {
    text-decoration:none;
    color:#000000; 
    padding:1px 1px;
	margin-bottom:1px;
    background-color:#eeeeee;
    display:block;
	border-radius:10px;
}
 
ul li a:visited {color:#000000;}
 
ul li a:hover, ul li .current {color: black;
    background-color: #dddddd;}
	
	
ol li a {text-decoration:none;
    color:#000000; 
    padding:10.5px 11px;
	margin-bottom:10px;
    background-color:#336699;
    display:block;
	border-radius:10px;
}

ol li a:visited {color:#ffffff;}
 
ol li a:hover, ul li .current {color:black;
    background-color:#5588BB;}
		

#stapel {
    height: 34.438em;
    width: 48em;
    margin: 2em auto 0;
}

#stapel img {
    position: absolute;
    opacity: 0;
}

#stapel img:nth-of-type(1) {
    animation: fade 65s ease-in-out infinite;
}

#stapel img:nth-of-type(2) {
    animation: fade 65s 5s ease-in-out infinite;
}

#stapel img:nth-of-type(3) {
    animation: fade 65s 10s ease-in-out infinite;
}

#stapel img:nth-of-type(4) {
    animation: fade 65s 15s ease-in-out infinite;
}

#stapel img:nth-of-type(5) {
    animation: fade 65s 20s ease-in-out infinite;
}

#stapel img:nth-of-type(6) {
    animation: fade 65s 25s ease-in-out infinite;
}

#stapel img:nth-of-type(7) {
    animation: fade 65s 30s ease-in-out infinite;
}

#stapel img:nth-of-type(8) {
    animation: fade 65s 35s ease-in-out infinite;
}

#stapel img:nth-of-type(9) {
    animation: fade 65s 40s ease-in-out infinite;
}

#stapel img:nth-of-type(10) {
    animation: fade 65s 45s ease-in-out infinite;
}

#stapel img:nth-of-type(11) {
    animation: fade 65s 50s ease-in-out infinite;
}

#stapel img:nth-of-type(12) {
    animation: fade 65s 55s ease-in-out infinite;
}

#stapel img:nth-of-type(13) {
    animation: fade 65s 60s ease-in-out infinite;
}
@-webkit-keyframes fade {
    1.39%, 8.33%       {opacity:1;}
       0%, 9.72%, 100% {opacity:0;}
}

@keyframes fade {
    1.39%, 8.33%       {opacity:1;}
       0%, 9.72%, 100% {opacity:0;}
}	