/* CSS-Definitionsdatei, die Site-�bergreifende Stylesheets enth�lt */
body {
    font-family: Arial, helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    background-color: rgb(255,255,204);
}
h1,h2,h3,h4,h5,h6,
p,td,div,a{
    font-family: Arial, helvetica, sans-serif;
    color: #333333;
}
.content{
    background: #ffffff;
    padding: 20px;
}
.footermenu li {
    float: left;
    list-style: none;
}
.footermenu li.imprint:after {
    content: '|';
    margin: 0 10px 0 10px;
}
.footer {
    margin-bottom: 30px;
}
a,
a:focus,
a:visited,
a:active {
    text-decoration: none;
}
a:hover {
    color: #999;
}