html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Tahoma, "Arial CE" , Helvetica, sans-serif;
	font-size: 0.8em;
	background: #dedfce url(images2/Header.gif) left top repeat-x;
}

img
{
	border: 0;
}

a, a:visited
{
	color: Black;
}

.cleaner
{
	font-size: 0;
	height: 1px;
	clear: both;
}

/* page */

table#page
{
	width: 100%;
	border-collapse: collapse;
	background: url(images2/HeaderL.gif) left top no-repeat;
}

table#page td
{
	padding: 0;
}

table#page td#pageR
{
	padding-right: 40px;
	background: url(images2/PageR.gif) right top repeat-y;	
}

table#page td#header
{
	background: url(images2/HeaderR.gif) right top no-repeat;
	height: 130px;
	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: 10px;
	width: 340px;
	height: 75px;
}

table#page td#header a span
{
	display: none;
}

/* main */

table#main
{
	width: 100%;
	border-collapse: collapse;
	background: url(images2/PageL.gif) left top repeat-y;

	_height: 500px;
	min-height: 500px;
}

table#main td#content
{
	vertical-align: top;
	width: 100%;
	padding-top: 10px;
	padding-left: 190px;
	background: url(images2/PageBL.jpg) left bottom no-repeat;	
	color: #4d4e48;
	font-size: 12px;
}

table#main td#mainR
{
	width: 181px;
	vertical-align: top;
	background: url(images2/PageR-RBar.gif) right top repeat-y;		
}

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
{
	background: url(images2/ULOdrazka.gif) 20px 6px no-repeat;
	padding-left: 40px;
	text-align: left;	
}

#content h1
{
	font-size: 1.5em;
	color: #4d4e48;
	text-align: center;
}

#content h2
{
	font-weight: normal;
	font-size: 1.5em;
	color: #f39048;
	border-bottom: 1px solid #ff6600;
}

#content h2.normal
{
	color: #4d4e48;
	border-bottom: none;
}

#content h3
{
	font-size: 1.1em;
	color: #f39048;
	border-bottom: 1px solid #ff6600;
	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;
}

/* rightBar */

#rightBar
{
	color: Black;
	width: 159px;
	margin-left: 6px;
	margin-bottom: 150px;
}

#rightBar .title
{
	height: 42px;
	background: url(images2/RBarTitle.gif) top left no-repeat;
}

#rightBar .spacer
{
	font-size: 0;
	height: 10px;
}

#rightBar .block
{
	font-size: 0.85em;
	padding: 1px 10px;
	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: 22px;
	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: 100%;
	font-size: 8pt;
	height: 49px;
	border-collapse: collapse;
	background: url(images2/FooterL.gif) bottom left no-repeat;
}

table#footer td#footerL
{
	padding: 20px 20px 0 50px;
	width: 100%;
}

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: 28px;
	padding-left: 14px;
}

table#footer div#footerRContent a, table#footer div#footerRContent a:visited
{
	color: #eff0e3;
}

/* 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
{
	background: #dadbc9;
	position: absolute;
	left: 28px;
	top: 130px;
	padding-top: 3px;
	width: 149px;
}

#leftBar .title
{
	height: 38px;
	background: url(images2/LBarTitle.gif) top left no-repeat;
}

#leftBar .block
{
	font-size: 0.85em;
	padding: 1px 10px;
	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;
}
