@charset "utf-8";
/* CSS Document */

body {background-color:#63A9E9;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	margin:0px;}
	
body a {color:#0066ff;
 	font-size: small;}

header {background-color:#63A9E9;
	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:#63A9E9;
	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:#63A9E9;
    display:block;
	border-radius:10px;
}
 
ul li a:visited {color:#000000;}
 
ul li a:hover, ul li .current {color: black;
    background-color: #5588BB;}
	
	
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 20s ease-in-out infinite;
}

#stapel img:nth-of-type(2) {
    animation: fade 20s 4s ease-in-out infinite;
}

#stapel img:nth-of-type(3) {
    animation: fade 20s 8s ease-in-out infinite;
}

#stapel img:nth-of-type(4) {
    animation: fade 20s 12s ease-in-out infinite;
}

#stapel img:nth-of-type(5) {
    animation: fade 20s 16s ease-in-out infinite;
}

@-webkit-keyframes fade {
    6.66%, 20%          {opacity:1;}
       0%, 26.66%, 100% {opacity:0;}
}

@keyframes fade {
    6.66%, 20%          {opacity:1;}
       0%, 26.66%, 100% {opacity:0;}
}

	