/*
 * Copyright 2008 by Mario Lüsse (conceptL new media)
 * www.conceptl.de - info@conceptl.de
 */
html {height: 101%;}
body
{
    margin-top: 20px;
    background-image: url(grafiken/background.jpg);
    background-repeat: repeat-x;
    background-attachment:fixed;
}
body, td
{
    font-family: arial, tahoma, verdana;
    font-size: 12px;
    color: #ffffff;
}
td.logo
{
    width: 750px;
    height: 200px;
    background-image: url(grafiken/logo.jpg);
    background-repeat: no-repeat;
}
td.content_o
{
    width: 590px;
    height: 10px;
    background-image: url(grafiken/content_bg_o.gif);
    background-repeat: no-repeat;
}
td.content_m
{
    padding-left: 10px;
    padding-right: 10px;
    width: 590px;
    background-image: url(grafiken/content_bg_m.gif);
    background-repeat: repeat-y;
}
td.content_u
{
    width: 590px;
    height: 10px;
    background-image: url(grafiken/content_bg_u.gif);
    background-repeat: no-repeat;
}
a
{
    color: #f9ca2b;
    text-decoration: none;
}
a:active
{
    color: #f9ca2b;
    text-decoration: underline;
}
a:hover
{
    color: #f9ca2b;
    text-decoration: underline;
}
div.hinweis
{
    width: 500px;
    border: 1px solid #efefef;
    background-color: #cccccc;
    color: #ff0000;
    text-align: center;
}

