/** ----------------------*/
/** Globale Einstellungen */
/** ----------------------*/

/** Hintergrund setzen
-----------------------*/
body {
  background: #cccccc;
  margin: 0;
  padding: 0;
  border: 10px;
}


/**------------------------------*/
/** Definition Inhalts Container */
/**------------------------------*/

/** Hauptbereich horizontal zentrieren
---------------------------------------*/
div#container {
  background: #ffffff;
  width: 960px;
  margin: auto; /* Reicht eigentlich */
}
/* Für kaputte Browser */
body {
  /* Alle Inhalte horizontal zentrieren */
  text-align: center;
}
body * {
  /* Textausrichtung korrigieren */
  text-align: left;
}


#container a:link {
  color: #000000;
  text-decoration: none;
}
#container a:visited {
  color: #000000;
  text-decoration: none;
}

#container a:hover {
  color: #000000;
  text-decoration: none;
}