﻿body
{
    background-color: Black;
    color: White;
    font-family: Verdana;
    font-size: 12px;
}
img
{
    border: 0;
}
a
{
    color: Green;
}
.site
{
    width: 900px;
    margin-left: 10px;
}
.siteHeader
{
    background-image: url("images/tido_top_banner.jpg");
    height: 152px;
    width: 100%;
}
.topLogotyp
{
    display: none;
}
.siteMenuTop
{
    display: none;
}
.content
{
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
}
.siteLeft
{
    width: 164px;
    margin-left: 0px;
    float: left;
}
.leftLogotyp
{
    display: none;
}
.leftMenu
{
    padding: 0px;
}
.leftMenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.leftMenu li
{
    margin: 0;
    padding: 0;
}

.leftMenu li ul a
{
    background-image: none;
    padding: 0;
}
.leftMenu li ul a:hover
{
    background-image: none;
    color: #858526;
}
.leftMenu li ul b
{
    margin-left: 10px;
    background-image: none;
    padding: 0;
}
.leftMenu a
{
    background-image: url("images/link.gif");
    width: 164px;
    height: 25px;
    line-height: 25px;
    display: block;
    color: Gray;
    text-decoration: none;
    font-size: 9px;
}
.leftMenu a:hover
{
    background-image: url("images/link_over.gif");
    color: #858526;
}
a.aktuell
{
    background-image: url("images/link_aktuell.gif");
    color: #858526;
}
.leftMenu b
{
    margin-left: 60px;
}
.siteLeft div
{
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.siteContent
{
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    float: left;
}
.siteContent div
{
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.siteRight
{
    width: 200px;
    float: left;
}
.siteRight div
{
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.clear
{
    clear: both;
}

.siteFooter
{
    width: 100%;
    background-image: url("images/tidologgo1a.jpg");
    margin-top: 20px;
    height: 31px;
    background-position: right;
    background-repeat: no-repeat;
}

.siteHeader .addButton, .siteFooter .addButton
{
display:none
}
.fHsetInfo
{
    display: block;
}
.fHsetInfo a
{
    float:right;
    margin-left:10px;
    padding-bottom:5px
    
}
/* Misc   
----------------------------------------------------------*/
.floatLeft
{
    float: left;
}

.searchButton
{
    background-color:Transparent;
    background-image:url("images/searchGlas.png");
    width:20px;
    height:20px;
    border: 0;
}

