body {
	font-family: 'Bookman Old Style', 'Rockwell', 'Verdana CE', 'Arial CE', 'Helvetica CE', Verdana, sans-serif;
	font-size: small;
	text-indent: 0;	/*odsazeni prvniho radku*/
	line-height: 100%;
	margin: 0;

	}

/*--- TEXT ---*/
p {
	margin-bottom: 5px;
	text-align: justify;
	text-indent: 2ex;
	color: #808080;margin-left:0; margin-right:0; margin-top:0
	}

p.bezodsazeni {
	margin: 0;
	margin-bottom: 10px;
	text-align: justify;
	text-indent: 0; /* 2ex; */
}

strong {
	font-style: normal;
	font-weight: bold;
	}

.small {
	font-size: x-small;
	line-height: 100%;
	text-indent: 0;
	}

hr {
	width: 100%;
	color: #505050;
	}

h1 {font-size: 17pt; color: #333333; margin-bottom: 1em}

h2 {font-size: 13pt; color: #666666;}

h3 {
	text-indent: 0px;
	font-size: 11pt;
	margin-top: 0.5em; color:#808080
	}

h4 {
	text-indent: 0px;
	font-size: 11pt;
	margin-top: 0.5em; color:#333333; font-style:oblique
	}


/*--- Pohyb. text na index.html ---*/
.nastred {
	text-align: center;
	color: #FAEBD7;
	font-size: 16.8pt;
	font-weight: bold;
	text-indent: 0;
	margin-bottom: 0.5ex;
	}

li           { line-height: 125% }


/*--- ODKAZY ---*/
a {
	font-weight: bold;
	text-decoration: underline; color:#666666
	}

a:hover {
	font-weight: bold; color:#666666
	}

img	{border-style:solid; border-width:0; position:relative; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1 }

a.skryty
{
text-decoration:none;
outline-style:none;
color: #FF1040;
}

a.skryty em
{
display:none;
}

a:hover.skryty
{
text-decoration:none;
}

a:active.skryty, a:focus.skryty
{
background:#fff;
}

a:active.skryty span, a:focus.skryty span
{
display:none;
}

a:active.skryty em, a:focus.skryty em
{
display:block;
color:#000;
width:100%;
font-style:normal;
cursor:default;
}

.clear
{
clear:both;
}




/*--- BLOKY ---*/

#header {
	background-position: 0 7px; position: absolute;
	width: 800px;
	height: 100px;
	top: 0;
	bottom: auto;
	padding: 5px;
	background-image:url('images/background.jpg'); background-repeat:repeat-x; background-attachment:scroll
	}

#header hr {
	width: 99%;
	color: #CCCCCC; 
	}


#levysloupec {
	line-height: 125%;
	position: absolute;
	width: 294px;
	top: 111px;
	height: 610px;
	left: 20px;
	right: auto;
	bottom: auto;
	padding: 20px 5px 5px 5px;
	}


#obsah {
	position: absolute;
	width: 445px;
	top: 111px;
	height: 620px;
	left: 325px;
	right: auto;
	bottom: auto;
	/*background-color: red;*/
	padding-left:10px; padding-right:30px; padding-top:0px; padding-bottom:5px
	}

#lista {
	font-size: x-small;
	padding-left:5px; padding-right:5px; padding-top:7px; padding-bottom:5px
	}

#bottom {
    position: absolute;
	width: 800px;
	height: auto;
	top: 800px;
	bottom: auto;
	padding: 5px;
	background-image:url('images/background-bottom.jpg'); background-repeat:repeat-x; background-attachment:scroll; margin-left:20px; text-align:center
	}