﻿body 
    
    {   
    font-family: Verdana, "Geneva CE", lucida, sans-serif;
    background-color: #333333;
    color: #cccccc;
    margin: 10px;
    padding: 0px;
    }
h1, h2
{
   FONT-WEIGHT: normal; 
    }     
a                             /* obarveni hyperlinku i obrazkove linky */
{
    FONT-WEIGHT: normal;
    COLOR: #ff9900;
    TEXT-DECORATION: none;
    }
a:hover
{
    COLOR: #cc6600;
    TEXT-DECORATION: none;
}
div.titulni_site_nahore
{
    margin-top: 50px;
    text-align: center;
    
    }
div.titulni_site_left
{
    margin-top: 100px;
    margin-bottom: 100px;
    float: left;
    width: 50%;
    text-align: center;
    border-right: dotted 1px #666666;
    }
    
div.titulni_site_right
{
    margin-top: 100px;
    margin-bottom: 100px;
    float: right;
    width: 45%;
    text-align: center;
    }

div.paticka_titulni                 /* copyright na titulni strane */
{
    clear: both;
    width: 98%;
    text-align: center;
    margin-top : 100px;
    padding: 10px;
    border-top: solid 1px #666666;
    font-size: 10px;
    }
