@charset "utf-8";
/* CSS Document */

body {background-color:#4D4D4D;
	color:#707070;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;}
	
body a {color:#707070;}

header {background-color:#4D4D4D;
	color: white;
	font-size: xx-large;
	font-style:italic;
	font-weight:bolder;
	padding: 10px;
	text-align:center;}
	
#hilfscontainer {margin:0px auto;
	 max-width:1024px;}

aside {
	float:left;  		/* sorgt dafür, dass die Bildschirmbreite nicht kleiner wird als das Menu und dass der Inhalt nach unten verschoben wird */
	text-align:center;
	width:25%;
	}

nav {margin:10px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;}

main {
	color: #707070;  
	float:left;
	width:75%;
	background-color: #DEDEDE;
	}
	
main h1 {
	font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;
	
	}		

article {
	margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;}
	
}

img {
    max-width:100%; height:auto; 

}

figure { 
	max-width: 250px;
    text-align: center;
    }

    
}

/* 
footer {
	background-color:#DEDEDE;
	color:#707070;
	float: inherit;
	font-size: 60%;
	font-style:italic;
	font-weight:bolder;
	margin: 1rem;
	padding-bottom:1px;
	padding-top:1px;
	text-align:center;
	width: 50%;
	position: fixed;
	bottom: 0px;
	}				*/
#foot {
	font-size: 75%;
	padding-left: 1rem;
	
}


ul {margin:0; 
    padding:0;
    width:100%;
    list-style-type:none;
	font-size:large;
}

ul li a {text-decoration:none;
    color: #707070;  
    padding:10.5px 11px;
	margin-bottom:10px;
    background-color: #DEDEDE;
    display:block;
	border-radius:10px;
}

ul li a:visited {color: #707070; 

}
 
ul li a:hover, ul li .current {
	color: #707070;  
    background-color:yellow;
	
	}
	
table td {
	vertical-align: top;
	padding: 0px 10px 10px 10px;
	}

.kopfbild {
	display: flex;
	margin: 1rem;
	padding: 1rem;
	flex-direction: row;
	justify-content: right; 
}


.flex { 
    display: flex; 
	flex-direction: row;
    justify-content: space-between; 
	align-items: flex-end;
	}



	
