﻿body
{
    background-color: #FFFFF7;
   	font-family: sans-serif;
	font-size: 90%;
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	font-weight: bold;
	color: #3B76A0;
}

h1 { font-size: 22px; }

h2 { font-size: 18px;
     text-decoration: underline;
     margin: 0px;
     padding:0px 0px 10px 0px; }

h3 { font-size: 14px; }

TD 
    {
    padding-left: 2px;    
    padding-right: 2px;
    }
p      
{
    text-align: justify;
    line-height: 22px;
}

img
{
    border: 0px;    
    padding: 5px;
}


.nadpis
    {
        padding: 90px 25px 0px 0px;
    }


.top
{
    background-image: url('img/top.jpg');
    width: 900px;
    height: 188px;
    font-weight:bold;
    text-align:right;
}


.menu
{
	color: #3B76A0;
    width: 12px;
    font-weight:bold;
    text-align:center;
    vertical-align:top;   
    width:250px;    
    margin-left:450px;
    margin-top:12px;
    padding: 5px;
    background-color:#E9F3FC;
    border: solid 1px #364354;
}




.main
{
    background-image: url('img/bg.jpg');
    background-repeat:repeat;
    width: 900px;
    vertical-align:top;
    color:#0F2A3F;


}

.bottom
{
    background-image: url('img/bottom.jpg');
    background-repeat:repeat-y;
    width: 900px;
    height:26px;
    text-align:center;
    color:White;

}

.main_text
{
    padding: 20px 50px 20px 70px;
    line-height:22px;
    font-size:15px;

}

ul, menu, dir 
{
    list-style-type:none;
}

a
{
    /*color: #805B1D;*/
    color: #75706A;
}

a:hover
{
    color: #283583;
    background-color: #C1DCF9;
}


.menu_text
{
    padding: 20px 0px 0px 12px; 
}

.menu_text a
{
	padding:5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	width: 165px;
    text-decoration: none;
    color: #777777;
}


.menu_text a:hover
{
	padding:5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	width: 165px;
    text-decoration: none;
    color: #333333;
    background-color: #F3F3F3;
    
}


.menu_klienti
{
    padding: 10px 0px 0px 17px; 
    color: #777777;
    font-size:10px;
}

.main_text editace
{
    list-style-type:circle;
}