body, p, td  {
   FONT-FAMILY : arial, helvetica;
   FONT-SIZE : 12px;
   COLOR : #333333;
}

A, A:link, A:visited, A:active  {
	COLOR: Navy;
	text-decoration: underline;
}

A:hover  {
	COLOR: Navy;
	text-decoration: underline;
}

a img {
	text-decoration: none;
}

h1  {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: Navy;
	margin: 5px 5px 15px 0px;
	text-transform: uppercase;
}

h2  {
   font-size: 12px;
   color: #0A2972;
}

h3  {
   font-family: arial, helvetica;
   font-size: 12px;
   font-weight: bold;
   font-style: oblique;
   color: #FF9E13;
}

h4  {
   font-family: arial, helvetica;
   font-size: 17px;
   font-weight: bolder;
   font-style: normal;
   color: #30427A;
}

h5  {
   font-family: arial, helvetica;
   font-size: 15px;
   font-weight: bolder;
   font-style: normal;
   color: #30427A;
}

.titNadpis {
	color: Navy;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

.titPopis {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
}
/*
Layout
*/

#page {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#head {
	width: 740px;
}

#main {
	margin-top: 12px;
	float: right;
	width: 596px;
}

#menu {
	width: 146px;
	background-color: White;
	float: left;
	margin-left: 6px;
	padding: 0px;
	margin-top: 15px;
}

#data {
	width: 596px !important;
}

#foot {
	clear: both;
	padding-top: 8px;
	padding-right: 5px;
	width: 596px;
}

#foot1 {
	border-top: 1px solid Gray;
	padding-top: 5px;
}

#foot2 {
	margin-top: 15px;
}

#navigBar {
	margin: 0px;
	font-size: 10px;
	margin-bottom: 10px;
}

a.navbar {
	color: Navy;
}

a.navbar:visited {
	color: Navy;
}

a.navbar:hover {
	color: red;
}

.poznamka {
	font-size: 10px;
	color: Navy;
}

.f_left{
	float:left;
	padding-right:10px;
        padding-top:0px;
	padding-bottom:0px;
}
.f_right{
	float:right;
	padding-left:10px;
        padding-top:0px;
	padding-bottom:0px;
}

#titleLeft {
	float: left;
	width: 370px;
	padding-right: 5px;
	margin-top: 3px;
}

#titleRight {
	float: right;
	width: 181px;
	background-color: #F0F0F0;
	margin-top: 3px;
}

.radek1 {
	background-color: #F0F0F0;
}

.radek2 {
	background-color: #DBDBDB;
}

.clearLine {
	width: 100%;
	border-bottom: 1px solid Gray;
	margin-bottom: 15px;
}

#perex {
	text-align: justify;
}

