body {
	   background: rgb(66, 66, 66);
	   font-family: Arial, Helvetica, sans-serif;
       font-size: 8pt;
}

#obal {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 950px;
    background: white;
}

/*********** HLAVIČKA *********************/
#topheader {
	width: 950px;
	height: 32px;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	background: url("../media/hlavicka-topheader.jpg") 0 0 no-repeat;
}

.topheader-nadpis-white /* tabulka s nadpisy na horni listicce */
{
	color: white;
}

.topheader-nadpis-white a /* odkazy na horní listicce */
{
    color: white;
	text-decoration: none;
	cursor: pointer;
}

#midheader {
	width: 950px;
	height: 79px;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	background: url("../media/hlavicka-midheader.jpg") 0 0 no-repeat;
}

#botheader {
	width: 950px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	background: url("../media/hlavicka-botheader.jpg") 0 0 no-repeat;
}

.botheader-nadpis-white  /* tabulka s nadpisy na spodni liste */
{
    font-size: 8pt;
	color: white;
    text-align: center;
    width: 117px;
}

.botheader-nadpis-white a /* odkazy na liste */
{
    color: white;
	text-decoration: none;
	cursor: pointer;
}
/*********** /HLAVIČKA *********************/


/*********** LEVÝ PRAVÝ SLOUPEC *********************/
#side-a
{
	margin-left: 5px;
	float: left;
	width: 765px;
}

#side-b
{
	margin-right: 5px;
	float: right;
	width: 170px;
}
/*********** /LEVÝ PRAVÝ SLOUPEC *********************/


/***************** PATIČKA ************************/
#midfooter
{
    clear: both;
    height: 13px;
    background: url("../media/paticka-botfoot.jpg") 0 0 no-repeat;
}

#botfooter
{
    background-color: rgb(66, 66, 66);
	color: white;
	padding:10px;
	text-align: center;
}

a:link, a:visited
{
 text-decoration: none;
 color: white;
}

.hreffooter a
{
 color: white;
 cursor: pointer;
 text-decoration: none;
}

.hreffooter a:link
{
 color: white;
}

.hreffooter a:visited
{
 color: white;
}
/***************** PATIČKA ************************/

H1  {
	font-size: 10px;
	font-style: normal;
	text-align: center;
    text-decoration: none;
    margin:0px;
	padding:0px;
    color: grey;
}

H2  {
    font-size: 10pt;
	font-weight: bold;
	margin: 0px auto;
	padding: 0px;	
}

H3  {
	font-size: 12pt;
    font-weight: bold;
	color: white;
	margin: 0px auto;
	padding: 0px;
}

H4  {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: black;
	margin: 0px auto;
	padding: 5px;
    text-align: center;
}

H5{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0px auto;
	padding: 0px;
}