@charset "utf-8";
/* CSS Document */

.mainbody {
        width: 1000px;
        height: 700px;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        background-color: #03C;
}

.hauptfach {
        width: 194px;
        height: 134px;
        float: left;
        background-color: #CCC;
        margin-bottom: 3px;
        margin-top: 3px;
        margin-left: 3px;
        margin-right: 3px;
}

.wahlfach {
        width: 194px;
        height: 134px;
        float: left;
        background-color: #0C3;
        margin-bottom: 3px;
        margin-top: 3px;
        margin-left: 3px;
        margin-right: 3px;
}

.freifach {
        width: 194px;
        height: 134px;
        float: left;
        background-color: #F90;
        margin-bottom: 3px;
        margin-top: 3px;
        margin-left: 3px;
        margin-right: 3px;
}

.nebenfach {
        width: 194px;
        height: 134px;
        float: left;
        background-color: #C00;
        margin-bottom: 3px;
        margin-top: 3px;
        margin-left: 3px;
        margin-right: 3px;
}
/* nur zu Testzwecken  - Hintergrundbild zu Testzwecken zeigen
a.bildzoom_mathe:hover span {
  background:url(logos_unterricht/mathematik.png) no-repeat center center;
  display:block;
  position:relative;
  top:0px;
  left: 0px;
  width: 1140px;
  height:856px;
}

a.bildzoom_englisch:hover span {
  background:url(logos_unterricht/englisch.png) no-repeat center center;
  display:block;
  position:relative;
  top:0px;
  left:0px;
  width:570px;
  height:428px;
}
*/