
/* = HTML
----------------------------------------------- */
body {
    font-size: 22px;
}

*{
    padding: 0;
    margin: 0;
    line-height: 133%;
    font-size: 1em
}
ul li {
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
h2 {
    font-size: 25px;
    font-weight: normal;
    padding: 0 0 10px 0
}
/* = Layoutcontainer
----------------------------------------------- */
#wrap {
    width: 2208px;

}
#layout01 {
    width: 1280px;
}
#layout02 {
    width:1280px
}
#contentNav{
    width:362px;
}
#marginal{
    width:250px;
}
div#marginal div.teaser{
    width:240px;

}
/* = Maxipopup
----------------------------------------------- */
body.maxi #wrap {
   width: 1858px;
}
body.maxi #layout01 {
    width: 930px;
}
body.maxi #layout02 {
    width:930px
}
/* IE7 Kontakt */
#marginal .teaser ul.linkListe li a,
#marginal .teaser ul.linkListe li a:hover{
    *width: 240px;
}

