html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Tahoma, "Arial CE" , Helvetica, sans-serif;
	font-size: 0.8em;
	background: #03233c url(images2/bg-body.jpg) left top repeat-x;
}

img
{
	border: 0;
}

a, a:visited
{
	color: #db6602;
}

#leftBar a, #leftBar a:visited
{
	color: black;
}

.bold
{
	font-weight: bold;
}

.cleaner
{
	font-size: 0;
	height: 1px;
	clear: both;
}

/* page */

table#page
{
	width: 100%;
	border-collapse: collapse;
	background: url(images2/bg-page.jpg) center top repeat-x;

}

table#page td
{
	/* padding: 0; */
}

table#page td#pageR
{
	padding-right: 33px;

}

table#page td#header
{

	height: 164px;
	vertical-align: top;
}

table#page td#header hr
{
	width: 760px;
	height: 1px;
	margin: 0;
	visibility: hidden;
}

table#page td#header a
{
	position: absolute;
	left: 70px;
	top: 0;
	width: 442px;
	height: 91px;
	background: url(images2/logo.png) left top no-repeat;
	z-index: 10;
}

.datelabel {
font-weight: bold; 
font-size: 11px;
position: absolute;
z-index: 20;
left: 258px;
top: 41px;
}

table#page td#header a span
{
	display: none;
}

/* main */

table#main
{
	
	border-collapse: collapse;
	background: #fff;
	margin: 0 auto;
	min-width: 980px;
}

table#main td#content
{
	vertical-align: top;

	padding: 10px 10px 30px 190px;
	margin: 0;

	color: #333;
	font-size: 13px;
	line-height: 1.4em;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

table#main td#mainR
{
	width: 181px;
	vertical-align: top;

	padding: 0 15px 0 0;
}

table#main td#mainR hr
{
	visibility: hidden;
	width: 181px;
	margin: 0;
}

/* nastaveni prvku v contentu */

#content ul
{
	list-style-type: none;
	padding: 0; margin: 0;
}

#content li
{

	padding-left: 40px;
	text-align: left;	
}

#content h1
{
	font-size: 1.6em;
	color: black;
	padding: 0;
	margin: 10px 0 0 0;	
}

#content h2
{
	font-weight: normal;
	font-size: 1.5em;
	color: #222;
	border-bottom: 1px solid #888;
	padding: 0;
	margin: 19px 0 6px 0;	

}

#content h2.normal
{
	color: #4d4e48;
	border-bottom: none;
}

#content h3
{
	font-size: 1.2em;
	color: #222;
	text-align: left;
}

#content h3.normal
{
	font-weight: normal;
	font-size: 1.1em;
	color: #4d4e48;
	border-bottom: none;
}

#content h4
{
	font-size: 1.1em;
	color: #f39048;
	border-bottom: 1px solid #ff6600;
	border-bottom: dotted;
	text-align: left;
}

#content p.block
{
	text-align: justify;
}

#content p
{
	text-align: justify;
	margin: 0;
	padding: 0 0 7px 0; 
}

#content a
{
	color: #db6602;
	font-weight: bold;
}


/* rightBar */

#rightBar
{
	color: Black;
	width: 163px;
	margin: 15px 0 150px 0;
	background: url(images2/bg-rightbar.gif) top left no-repeat;
}

#rightBar .title
{
	height: 39px;
	background: url(images2/RBarTitle.gif) top left no-repeat;

}

#rightBar .spacer
{
	font-size: 0;
	height: 10px;
}

#rightBar .block
{
	font-size: 0.85em;
	padding: 1px 12px 8px 12px;
	background: url(images2/RBar.gif) left repeat-y;

}

#rightBar p
{
	margin: 0;
	padding: 1em;
}

#rightBar form
{
	margin: 0.6em 0;
}

#rightBar h3
{
	font-size: 8pt;
	padding-left: 40px;
	padding-top: 18px;
	color: #303030;
	margin: 0;
}

#rightBar input
{
	font-size: 8pt;
}

#rightBar input.text
{
	border: 2px solid #dedfce;
	width: 7em;
	padding: 2px 2px 1px 2px;
	margin-right: 2px;
}

#rightBar input.okbutton
{
	font-weight: bold;
	border: 0;
	width: 25px;
	height: 22px;
	background: url(images2/OkButton.gif) top right no-repeat;
	text-align: center;
}

#rightBar .bottom
{
	font-size: 0;
	height: 3px;
	background: url(images2/RBarB.gif) top left no-repeat;
}

/* footer */

tr#footerRow
{
	height: 49px;
	background: url(images2/Footer.gif) bottom left repeat-x;
}

table#footer
{
	width: auto;
	font-size: 8pt;
	height: 49px;
	border-collapse: collapse;
	background: url(images2/FooterL.gif) bottom left no-repeat;
	color: #fff;
}

table#footer td#footerL
{
	padding: 0 20px 0 20px;
	width: auto;
	line-height: 20px;
}

table#footer div#footerR, table#footer div#footerRBar
{
	width: 181px;
	height: 49px;
}

table#footer div#footerR
{
	background: url(images2/FooterR.gif) bottom right no-repeat;	
}

table#footer div#footerRBar
{
	background: url(images2/FooterR-RBar.gif) bottom right no-repeat;
}

table#footer div#footerRContent
{
	padding-top: 14px;
	padding-left: 14px;
}

table#footer div#footerRContent a, table#footer div#footerRContent a:visited
{
	color: #eff0e3;
}

.logof {
	vertical-align: middle;
	margin: 0 10px 5px 20px;
}

/* topMenu */

#topMenu
{
	position: absolute;
	width: 550px;
	left: 177px;
	top: 98px;
	font-size: 8pt;
}

#topMenu ul
{
	padding: 0;
	margin: 0;
}

#topMenu li
{
	display: inline;
}

#topMenu a
{
	display: block;
	float: left;
	font-weight: bold;
	padding: 2px 10px;
	border-right: 1px solid black;
}

#topMenu a.lastItem
{
	border-right: 0;
}

#topMenu a, #topMenu a:visited
{
	color: #3e423c;
	text-decoration: none;
}

#topMenu a:hover
{
	color: #ee863c;
}

/* leftBar */

#leftBar
{
	position: absolute;
	left: 28px;
	top: 183px;
	width: 147px;
}

#leftBar .title
{
	height: 38px;
	background: url(images2/LBarTitle.gif) top left no-repeat;
}

#leftBar .block
{
	font-size: 0.85em;
	padding: 1px 13px;
	background: url(images2/LBar.gif) left repeat-y;
}

#leftBar p
{
	margin: 0;
	padding: 1.2em 0;
}

#leftBar h3
{
	font-size: 8pt;
	padding-left: 40px;
	padding-top: 17px;
	color: #303030;
	margin: 0;
}

#leftBar .bottom
{
	font-size: 0;
	height: 3px;
	background: url(images2/LBarB.gif) top left no-repeat;
}

#content table.grid td
{
	padding-left: 5px;
	padding-right: 5px;
}

/* pozustatky */


#paticka td
{
	color: #fff;
}

#paticka td a
{
	color: #fff;
}

.menu
{
	margin: 0;
	padding: 0;	
	font-weight: bold;
	font-size: 11px;
	list-style: none;
}

#leftBar ul.menu li a
{
	_height: 15px;
	padding: 5px 0;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 5px 0 5px 8px ;
	background: #FEEEC7;
	display: block;
	list-style: none;
}

#leftBar ul.menu li a:hover
{
	background: #F6C192;
}

a:hover
{
	text-decoration: none;
}

table#main td#content table.normal
{
	border-collapse: collapse;
	border: 1px solid #aaa;
}

table#main td#content table.normal td
{
	padding: 1px 3px;
	margin: 2px 1px;
	border: 1px solid #aaa;
	vertical-align: top;
}

table.table-thumb td
{	
	width: 160px;
	height: 100px;
}
table.table-thumb td img
{	
	border: 1px solid #000;
}

.vtop td
{
	vertical-align: top;
	padding-right: 5px;
}


#content .program h2, #content .program h3, #content .program h4, #content .program h1
{
	text-decoration: none;
	border: none;
}

#content .program h3, #content .program h4, #content .program h1
{
	margin: 0;
	padding: 20px 0 0 0;	
}

#content .program h1
{
	background: #F6C192;
	padding: 10px;	
}

#content .program table
{
	margin: 0 0 25px 25px;
}

#content .program table tr td
{
	vertical-align: top;
}


.tabstyle1
{
	border-collapse: collapse;
}

.tabstyle1 td
{
	border: 1px solid #aaa;
	padding: 2px 4px;
}

#content .tabstyle1 td p
{
	padding: 0;
}

#ctl00_contribList td
{
	border: 1px solid #aaa !important;	
}

#footerL a
{
	text-decoration: none;
}

table.normal
{
	vertical-align: top;
}
ul.bold li
{
	padding: 3px 0;
}

.news-item {padding: 0 15px; border-left: 4px solid #ff6c00; } 