body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #e2e4e3 url('../img/mainbg.gif') top center repeat-x;
}

#teaser {
    width: 440px;
    margin: 0 auto;
    background: #FFF url(../img/logosmap.gif) center 20px no-repeat;
    padding: 100px 20px 20px 20px;
}

h1 {
    font-size: 12px;
    color: #ee3338;
    font-weight: bold;
}

p {
    line-height: 130%;
    color: #303030;
}

a, a:link, a:visited , a:active{
    text-decoration: none;
    color:#ff0000;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

p.centertext {
    text-align: center;
    padding: 10px 0;
}

a.font-18 {
    font-size: 18px;
    font-weight: normal;
}