/* CSS fuer muc-labs - allegmeine Seitenbeschreibung */
		
body{margin: 10px auto;
	max-width: 100%;}*
	{padding: 5px;}{ margin:5px;}

	header{border: 2px solid #3481cd; border-radius: .3em; background: lightgrey;}
	
	main{border: 2px solid hotpink; border-radius: .3em; background: skyblue;}
	article{padding: 1px; border:2 px skyblue;}
	section{border: 2 px solid slateblue;}
	aside {border: 2px solid tomato;}

.container {
	display: grid;
	justify-content: center;
	align-items: center;
	background-color: #D3E8FA;
	}
.nog_container {
	display: box;
	justify-content: center;
	align-items: center;
	background-color: #D3E8FA;
	}
.hinweis{color: red; font: 16px Arial, sans-serif; line-height: 1.3; }
.hinweis_2{color: red; font: 14px Arial, sans-serif; line-height: 1.3; }
.stxt {color: black; font: 16px Arial, sans-serif; line-height: 1.3;}
.atxt {color: LightSlateGrey; font: bold 16px Arial, sans-serif; line-height: 1.1;}
.btxt {color: red; font: bold 16px Arial, sans-serif; line-height: 1.1;}
.atit {color: LightSlateGrey; font: bold 18px Arial, sans-serif; line-height: 1.1;}
.btit {color: red; font: bold 18px Arial, sans-serif; line-height: 1.1;}
.sechead{color: red; font: bold 16px Arial, sans-serif;}
