/* Cascading Style Sheets für Homepage */
/* 19.04.2003 - 10.04.2006             */

/* Startseite insgesamt */

body#icon {
  background-color:#ffa040;
  width:150px; height:600px;
  }

body#center {
  background-color:#4040ff;
  font-family:Arial,sans-serif;
  font-weight:bold;
  color:#00ffff;
  }

/* Zentrierung der Überschrift */

div#titel_zentriert {
  position:absolute;
  left:50%; top:50px;
  width:500px; height:24px;
  margin-left:-250px; margin-top:-12px;
  font-size:24px;
  text-align:center;
  }

/* Zentrierung des großen Bildes */

div#bild_zentriert {
  position:absolute;
  left:50%; top:250px; /* statt 45% */
  width:400px; height:300px;
  margin-left:-200px; margin-top:-150px;
  }

/* Noch nicht besuchte Links */

a:link {
  background-color:#4040ff;
  color:#00ff00;
  text-decoration:none;
  }

/* Schon besuchte Links */

a:visited {
  background-color:#4040ff;
  color:#00ff00;
  text-decoration:none;
  }

/* Maus über Link */

a:hover {
  background-color:#ff8080;
  color:#000000;
  }

/* Aktive Links */

a:active {
  background-color:#ff8080;
  color:#000000;
  }

div#neu {
  position:absolute;
  top:450px; left:100px; /* statt 80%/10% */
  font-size:14px;
  }

div#neu1 {
  position:absolute;
  top:480px; left:120px; /* statt 85%/15% */
  font-size:14px;
  }

/* ------------------------------------------------------------------------- */

/* Zentrierung der Icons (120 x 120) */

div#icon_left1 {
  position:absolute;
  left:15px; top:15px;
  width:120px; height:120px;
  }

div#icon_left2 {
  position:absolute;
  left:15px; top:165px;
  width:120px; height:120px;
  }

div#icon_left3 {
  position:absolute;
  left:15px; top:315px;
  width:120px; height:120px;
  }

div#icon_left4 {
  position:absolute;
  left:15px; top:465px;
  width:120px; height:120px;
  }

div#icon_right1 {
  position:absolute;
  left:15px; top:15px;
  width:120px; height:120px;
  }

div#icon_right2 {
  position:absolute;
  left:15px; top:165px;
  width:120px; height:120px;
  }

div#icon_right3 {
  position:absolute;
  left:15px; top:315px;
  width:120px; height:120px;
  }

div#icon_right4 {
  position:absolute;
  left:15px; top:465px;
  width:120px; height:120px;
  }

div#titel_zentriert2 {
  position:absolute;
  left:50%; top:50px;
  width:500px; height:24px;
  margin-left:-250px; margin-top:-12px;
  font-size:24px;
  text-align:center;
  }

/* Tabellen (Mathematik/Physik/Astronomie/Computer/Verschiedenes) */

table {
  position:absolute; top:100px; left:50px;
  border:1px;
  }

td {
  padding:20px;
  font-weight:bold;
  }
