
		body{background-color: #DCBCF5; color:white}
		header{height: 200px}
		footer{height: 100px; background-color: #A46BF4; }
		h1{background-color: #F57AC8; font-size: 100px; text-align: center;}
		nav{background-color: white; height:60px; padding-top: 5px}
		#container{width: 80%; margin:0 auto; border: solid 5px white; box-shadow: 20px 20px 30px 10px black}
		main{padding: 20px;}
		ul li{display: inline;}
		a{background-color: aliceblue; padding: 5px; color:rebeccapurple; text-decoration: none; font-size: 34px; margin-right: 25px;}
		a:hover{background-color: mediumpurple;}
		a:active{background-color: black; color: white;}/* CSS Document */

/* Bild rechts */
.portrait {
    float: right;
    width: 200px;
    margin: 0 0 40px 40px;
}

/* Text nicht so schmal machen */
article {
    max-width: 600px;   /* Breite des Textblocks */
}




