body
{
    margin: 10px 0 15px 0;
    font-family: Tahoma;
    color: #333333;
    background-image: url(/images/zbor.bg.jpg);
    background-repeat: repeat-x;
    background-color: #33cc33;
}

#menud
{
    padding-left: 10px;
}

.toptitle
{
    color: white;
    font-size: 20px;
    text-decoration: none;
    font-family: "Tahoma";
    font-weight: bold;
}


.toptitle:hover
{
    color: white;
}


/* content */


#content a
{
    font-size: 13px;
    color: #009900;
    text-decoration: none;
}

#content a:hover
{
    font-size: 13px;
    color: black;
    text-decoration: none //underline;
}


hr
{
    border-top: 1px dotted #33cc33;
    border-left: 0px none blue;
    border-bottom: 0px none white;
    border-right: 0px none blue;
}


.aktual
{
    text-align: right;
    color: #009900;
    font-size: 11px;
}

.bottom
{
    background-color: #009900;
}


.menu1
{
    font-family: "Tahoma";
    font-size: 13px;
    color: Black;
    text-decoration: none;
}

.menu2
{
    font-family: "Tahoma";
    font-size: 13px;
    color: #009900;
    text-decoration: none;

    border-left: solid 2px #009900;
    padding-left: 5px;
}

.menu3
{
    font-family: "Tahoma";
    font-size: 13px;
    color: #44c644;
    text-decoration: none;

        border-left: solid 7px #009900;
    padding-left: 5px;
}

.menu1:hover, .menu2:hover, .menu3:hover
{
    text-decoration: underline;
}


h1
{
    margin: 2px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Tahoma";
    font-size: 17px;
    color: #009900;
    font-weight: normal;
}

h2
{
    margin: 2px;
    margin-left: 0px;
    font-family: "Tahoma";
    font-size: 13px;
    color: #009900;
    font-weight: normal;
}






table
{
    font-size: 13px;
}

.topmenu
{
    color: #009900;
    font-size: 12px;
    text-decoration: none;
    font-family: "Tahoma";
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
}


.topmenu:hover
{
    color: white;
}


.copy
{
    font-size: 12px;
    font-family: "Tahoma";
    color: white;
    margin: 5px;
    text-align: right;
}

