body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url('../gfx/pozadi.gif');
}

body, td, th {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

hr {
	display: none;
}

#main {
	text-align: left;
	margin: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border: 1px solid #02486E;
	background-color: #ffffff;
}

/* hlavicka */

#header h1 {
	background-image: url('../gfx/head.png');
	margin: 0px;
	height: 135px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 135px;
	height: 0px;
	_height: 135px;
}

#header ul {
	background-image: url('../gfx/menu.png');
	margin: 0px;
	padding: 8px;
	padding-bottom: 13px;
	text-align: center;
}

#header ul li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
}

#header ul li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#header ul li a:hover {
  text-decoration: underline;
}

/* paticka */

#footer {
	clear: both;
	text-align: right;
	padding: 8px;
	_padding: 5px;
	background-image: url('../gfx/foot.png');
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/* levy panel */

#leftcolumn {
	width: 162px;
	float: left;
}

.leftbox {
	border: 1px solid #02486E;
	border-left: none;
	margin-bottom: 5px;
	background-color: #DEE1E7;
}

.leftbox h2 {
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	background-image: url('../gfx/leftbox.gif');
	padding-top: 8px;
	padding-bottom: 13px;
}

.leftbox h2 span {
	padding-left: 30px;
	_padding-left: 0px;
	_width: 30px;
	background-image: url('../gfx/leftboxdot.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.leftbox ul, .leftbox li {
	display: block;
	padding: 0px;
	margin: 5px;
	font-weight: bold;
	font-size: 11px;
}

.leftbox ul li {
	padding-left: 10px;
	background-image: url('../gfx/leftmenu.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.leftbox ul li ul li {
	padding-left: 0px;
	margin: 0px;
	background-image: none;
}

.leftbox ul li a {
	color: black;
	text-decoration: none;
}

.leftbox ul li a:hover {
	text-decoration: underline;
}

.leftbox p {
	text-align: center;
}

.leftbox p span {
	font-size: 24px;
	font-weight: bold;
}

/* pravy panel */

#rightcolumn {
	margin-left: 172px;
	margin-top: 10px;
	margin-right: 10px;
}

#rightcolumn h2 {
	margin: 0px;
	margin-bottom: 10px;
	background-color: #8CCCE6;
	font-size: 12px;
	font-weight: bold;
	color: #02486E;
	padding: 6px;
	padding-left: 30px;
	background-image: url('../gfx/h2arrow.gif');
	background-repeat: no-repeat;
	background-position: 7px 6px;
}

#rightcolumn h2 a {
	color: #02486E;
	text-decoration: none;
}

.more {
	text-align: right;
}

table {
	border-collapse: collapse;
	border: 1px solid #02486E;
}

th {
	background-color: #dee1e8;
	border: 1px solid #02486E;
	padding: 3px;
	text-align: left;
}

td {
	padding: 3px;
  background-color: #ffffff;
	border: 1px solid #02486E;
}
