/* ############################################################## */
/* ######################### CONTAINER  ######################### */
/* ############################################################## */

/* Header-Container */
/* Kopfbereich */
#navigation {
	clear: both; /* Fortsetzung bei Textumfluss: unterhalb */
	float: none; /* Textumfluss: Container links ausrichten */
	width: 100%; /* Breite: 100% */
}

/* Content-Container */
/* Inhaltsbereich */
article {
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  color: #000000;              /* Textfarbe: schwarz */
  float: none;                 /* Textumfluss: keiner */
  min-height: 50em;            /* Mindesthoehe: 50em */
  width: 100%;                 /* Breite: 100% */
  text-align: center;          /* Horizontale Ausrichtung: zentriert */
  }

/* Bottom Container (footer) */
/* Container unten (Fussbereich) */
aside {
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  color: #000000;              /* Textfarbe: schwarz */
  float: none;                 /* Textumfluss: keiner */
  text-align: center;          /* Horizontale Ausrichtung: zentriert */
  width: 100%;                 /* Breite: 100% */
}
