body, p, td, li, h1, h2, h3, h4, h5, h6 {
        font-family: helvetica, arial, sans-serif;
}

p {line-height:1.5;}

p, td, li {
        font-size: 9pt;
        color:#000000;
}

body  {
        font-size: 9pt;
        background-image:url('images/anniebg.jpg');
        background-repeat:repeat-x;
        background-color:#ffd9fa;
}

.tablebg {
        background-image:url('images/tablebg.jpg');
        background-repeat:no-repeat;
        background-position: right bottom;
        background-color:#FEFAF1;
}


/* normale links */
a:link, a:active, a:visited {
        color: #e53a7d;
        font-size:10pt;
        text-decoration:none;
}

a:hover {
        color: orange;
        text-decoration: none;
}

/* navi - links */
a.menu {
        color: orange;
        font-size: 11pt;
}

a.menu:link {
        color: black;
}

a.menu:visited {
        color: black;
}

a.menu:active {
        color: black;
}
 
/* e-mail link weiss */
a.white, a.white:visited {
        color:white;
}

/* headline */
.h3 {
        font-size: 11pt;
        font-weight: bold;
        color:#ff8000;
}

.h4 {
        font-size: 11pt;
        font-weight:bold;
        color:green;
}

/* foot */
.foot {
        font-size: 8pt;
        font-weight: normal;
        color:#6A645C;
}

/* whitered */
.whitered {
        color:white;
        background-color:red;
        font-size:8pt;
}
