﻿body
{
    font-size: 11px;
    color: #fff;
    font-family: tahoma;
    background-color: #000000;
}
input, textarea, select
{
    font-size: 11px;
    color: #000;
    font-family: Tahoma;
}
a
{
    color: #ff0000;
    text-decoration: none;
}
a:hover
{
    color: #ff0000;
    text-decoration: underline;
}
.red
{
    color: #FF0000;
}
.news_topic
{
    position: relative;
    top: 0;
    left: 12px;
}
/* ================================= */
/* MENU */
#TD_body_content
{
    border-left: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
}

.TD_top10_nr
{
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}
/* ================================= */
/* FLYER IMAGES */
#DIV_flyer 
{
    position: relative;
    top: 5px;
    left: 10px;
}
/* ================================= */
/* GUESTBOOK */
.TD_guestbook_line 
{
    border-bottom: 1px dotted #FF0000;
}
.TD_guestbook_item 
{
    color: #FF0000;
}
#DIV_flash_header
{
    z-index: 250;
}