﻿body, textarea, p, td, th, li {
	font-family:Verdana;
	font-size:8pt;
}

h1, h2, h3, h4, h5, h6, p, ul, dl, table {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #666666;
	font-family: Verdana, Arial, "Luxi Sans", Helvetica, sans-serif;
	font-weight: normal;
}
h1, h2.first {
	font-size: 15pt;
}
h2 {
	font-size: 13pt;
	border-bottom: 1px solid #999;
	padding-bottom: 0.25em;
	margin-bottom: 1.25em;
}
h3 {
	font-size: 11pt;
}
h4 {
	font-size: 9pt;
}
p, li {
	line-height: 12pt;
}
p.vice {
	text-align:right;
}
p.vice a {
	display:block;
	padding:3px;
	font-weight:bold;
}
a.external {
	background: url(/gfx/external.png) center right no-repeat;
	padding-right: 13px;
}
img.left {
	float:left;
	margin-top: 0px;
	margin-left:0px;
	margin-right:1em;
	margin-bottom:1em;
}
img.right {
	float:right;
	margin-top: 0px;
	margin-left:1em;
	margin-right:0px;
	margin-bottom:1em;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em
}

/*--------------------------------------------- TABULKY ------------------------*/
table
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse; 
	font-size:8pt;       
}

table tr
{
    margin: 0px;
    padding: 0px;
}

table tr td, table tr th
{
    margin: 0px;
    padding: 2px 5px 2px 5px;
    text-align: left;
    vertical-align: text-top;
}

/*-- TABULKA - LIST ----------------*/
table.list tr th
{
    color: #333;
    background-color: #CCC;
    border-bottom: 1px solid #999;    
    padding: 5px;
} 

table.list tr td
{
    border-bottom: 1px dotted #CCC;
    border-top: 1px dotted #CCC;    
}

/* ------------------------------------------- FIELDSET -------------------------*/

fieldset 
{
    margin: 0px 0px 5px 0px;
}


/*-------------------------------------------- BUTTONKY -------------------------*/
.buttonek 
{
    height: 22px;
    padding: 3px 8px 3px 8px;
    margin: 0px;
    text-decoration: none;
    color: #333333;
    background-color: #e5e7e9;
    border: 1px solid #c6c9cd;
    cursor: pointer;
	font-size:8pt;    
}
