/* ============================
Erweitertes Stylesheet für den Themenbereich "Experimente" auf biologiedidaktik.at
Stand: nach Anpassung für Text unter Zoo-Intro
Datei: biodid_experimente.css
Datum: 07. April 2009
Autor: Andrea B. Zocher-Machart

Aufbau: 1. Kalibrierung und allgemeine Styles
        2. Styles für Layoutbereiche
        3. Sonstige Styles
=============================== */



/* ==========================================
   1. Kalibrierung und allgemeine Styles
============================================= */

/* Kalibrierung der wichtigsten Abstände */

/* Allgemeine Selektoren */

h1, h2, h3, h4 { color: #800080; }
li { padding: 1em 0; }
ul ul li {padding: 0; }
ol ul li {padding: 0; }
hr {margin: 2em 0 1.5em 0; }


/* Hyperlinks */

/* Allgemeine Klassen und IDs */

.grid a { color: #800080; }
#spass {
   color: #800080;
   font-size: 115%;
   font-weight: bold;
   text-align: center;
}
#zoologo { margin: 20px 200px; }
#weiter {
   margin-right: 20px;
   text-align: right;
   font-weight: bold;
}
.key {
   position: relative;
   left: 100px;
   bottom: 50px;
}
.keytag {
   color: #800080;
   font-weight: bold;
}
#intro_drunter {
   position: relative;
   top: -650px;
}

/* ==========================================
   2. Styles für Layoutbereiche
============================================= */

#wrapper { /* Das HTML-Element mit dem Attribut id="wrapper" */
   background: #fff url(../Bilder/Design/hintergrund_experimente_45x20.gif) repeat-y top left;
}
#grid2, #grid5 { left: 197px; }
#grid3, #grid6 { left: 394px; }
#grid2 { bottom: 175px; }
#grid3 { bottom: 350px; }
#grid4 { bottom: 330px; }
#grid5 { bottom: 505px; }
#grid6 { bottom: 680px; }


/* ==========================================
   3. Sonstige Styles
============================================= */
