* {
	box-sizing : border-box;
}

html {
	margin : 0;
	padding : 0;
}

body {
	color : #000;
	background : #fff;
	margin : 0;
	padding : 0;
}

div {
	margin-top : 0;
	margin-bottom : 0;
	padding : 0;
}

table {
	margin : 0;
	empty-cells: show;
}

hr.separator {
	display : none;
}

img {
	vertical-align : baseline;
}

em {
	font-weight : normal;
	font-style : italic;
}

i {
        font-weight : normal;
        font-style : italic;
}

strong {
	font-weight : normal;
	font-style : italic;
}

cite{
	font-style: normal;
}

sup, sub {
	font-size : 80%;
}

form {
	margin : 0;
	padding : 0;
}

input,
select {
	vertical-align : middle;
}

a:link,
a.internal:visited {
	color : #06c;
	text-decoration : none;
}

a:visited {
	color : #06c;
	text-decoration : none;
}

a:hover {
	color : #4598e5;
	text-decoration : underline;
}

a:active {
	color : #4598e5;
}

/* Textové nadpisy */

div.title729, div.title550, div.title481, div.title233, div.title233grey
{
	height: 33px;
	background-repeat: no-repeat;
	font-size: 95%;
	line-height: 130%;
}

div.title729 SPAN, div.title550 SPAN, div.title481 SPAN, div.title233 SPAN, div.title233grey
{
	display: block;
	padding-left: 13px;
	padding-top: 6px;	
}

div.title729 A:hover, div.title550 A:hover, div.title481 A:hover, div.title233 A:hover, div.title233grey A:hover
{
	text-decoration: none;
}
div.title729
{
	background-image: url('../img/bg/title_bg4.gif');
}
div.title550
{
	background-image: url('../img/bg/title_bg3.gif');
}

div.title481
{
	background-image: url('../img/bg/title_bg2.gif');
}

div.title233
{
	background-image: url('../img/bg/title_bg.gif');
}

div.title233grey
{
	background-image: url('../img/bg/title_bg_grey.gif');
	color: #0066cc;
}

div.menu, div.menu2, div.title_grey, div.sub_title
{
	height: 43px;
	background-repeat: no-repeat;
	font-size: 12pt;
	line-height: 13pt;
}

div.menu, div.menu2
{
	width: 182px;
	background-image: url('../img/bg/menu_bg.gif');
}

div.title_grey
{
	width: 233px;
	background-image: url('../img/bg/menu_bg2.gif');
	float: left;
}

div.menu SPAN, div.menu2 SPAN, div.title_grey SPAN
{
	display: block;
	padding-left: 16px;
	padding-right: 5px;
	padding-top: 13px;
}

div.menu2 SPAN
{
	padding-top: 4px;
}

div.sub_title
{
	height: 20px;
	color: #0079D5;
	background-image: url('../img/bg/sipka.gif');
	margin-bottom: 3px;
	margin-top: 8px;
}

div.sub_title SPAN
{
	display: block;
	padding-left: 10px;
	padding-right: 5px;
}

.tabulka
{
	width: 100%;
}

.tabulka td
{
	padding-top: 4px;
	padding-bottom: 4px;
}
