/* ============================
Allgemeines Stylesheet für die Haupseite "home" und "impressum" von biologiedidaktik.at
Stand: nach dem Seitenaufbau
Datei: biodid_home.css
Datum: 17. Juni 2008
Autor: Andrea B. Zocher-Machart

Aufbau: 1. Kalibrierung und allgemeine Styles
        2. Styles für Layoutbereiche
        3. Sonstige Styles
=============================== */



/* ==========================================
   1. Kalibrierung und allgemeine Styles
============================================= */

body {
   background: #fff url(../Bilder/Design/hintergrund_home_90x20.gif) repeat-y top left;
}
a {
text-decoration:none
}

/* ==========================================
   2. Styles für Layoutbereiche
============================================= */

#wrapper { /* Das HTML-Element mit dem Attribut id="wrapper" */
   background: #fff url(../Bilder/Design/hintergrund_home_90x20.gif) repeat-y top left;
}
#linkbereich {
   position: relative;
   margin: 0px 0px 0px 120px;
   padding: 10px 10px 20px 20px;
}
#adresse1 {
   font-size: 85%;
}

#adresse2 {
   color: #808080;
}
#orange {
   color: #ff6600;
}
#gruen {
   color: #339900;
}
#willkommen {
   margin-top: 2em;
   margin-bottom: 1.5em;
}
#teaser {
   padding-top: 20px;
}
#buttonsmap {
   margin-top: 35px;
}
#impressum {
   color: #606060;
}
#home #fussbereich {
   margin: 20px 0px 0px 120px;
}
#impressum #fussbereich {
   margin: 20px 0px 0px 130px;
}
/* ==========================================
   3. Sonstige Styles
============================================= */