/* GLOBALNI */

body {
	background: 0 url(img/bg_pruh.gif) repeat-x;
	background-position: left top;
	text-align: center;
	padding: 50px;
	font: 13px Tahoma;
	color: #000000;
}

img
{  border-style: none;
}

acronym:hover {
	cursor: help;
	border-bottom: 1px dotted;
}

a,
a:visited {
	color: #006600;
}

a:hover {
	color: #FFFFFF;
	background: #000000;
}


h2 {
	text-decoration: underline;
}

#container {
	width: 508px;
	margin: 0 auto;
}

/* zahlavi */
#header {
	width: 508px;
	height: 129px;
	background: 0 url(img/hlavicka.png) no-repeat;
}

#header span {
	display: none;
}

/* menu */
#menu_container {
    width: 508px;
    height: 43px;
    margin: 0px;
    padding: 0px;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

/* menu polozky */
#i1 a {
    display: block;
    text-indent: -9999px;
    width: 132px;
    height: 43px;
    background: url(img/menu_1_uvod_txt.gif) 0 0 no-repeat;
}

#i1 a:hover {
	background-position: 0px -43px;
}

#i2 a {
    display: block;
    text-indent: -9999px;
    width: 118px;
    height: 43px;
    background: url(img/menu_2_navod_txt.gif) 0 0 no-repeat;
}

#i2 a:hover {
	background-position: 0px -43px;
}

#i3 a {
    display: block;
    text-indent: -9999px;
    width: 118px;
    height: 43px;
    background: url(img/menu_3_prikazy_txt.gif) 0 0 no-repeat;
}

#i3 a:hover {
	background-position: 0px -43px;
}

#i4 a {
    display: block;
    text-indent: -9999px;
    width: 140px;
    height: 43px;
    background: url(img/menu_4_info_txt.png) 0 0 no-repeat;
}

#i4 a:hover {
	background-position: 0px -43px;
}

/* obsah */
#main_container {
    width: 508px;
    background: url(img/obsah.png) 0 0 repeat-y;
    margin: 0px;
    padding: 0px;
}

#main {
    text-align: justify;
	padding: 1px 20px 20px 20px;
    margin: 0px;
}

#main p {
    text-indent: 20px;
    margin: 10px 0 0 0;
}

/* zapati */
#footer {
	width: 508px;
	height: 9px;
    background: 0 url(img/paticka.png) no-repeat;
}

#footer span {
	display: none;
}


/* PRIKAZY */

/* tabulka */
#tabulka table {
	margin-top: 20px;
	border-collapse: collapse;
	table-layout: fixed;
}

#tabulka th,
#tabulka tr {
	font: 13px Tahoma;
	font-weight: bold;
}

#tabulka td {
	font: 12px Tahoma;
	border: 1px solid #006600;
	padding: 5px;
	text-align: justify;
}
#tabulka em {
	text-decoration: underline;
	font-style: normal;
}
#tabulka p {
    text-indent: 0px;
}

#cmd {
	width: 10%;
}

#syn {
	width: 27%;
}

#exp {
	width: 63%;
}

/* NAVOD */

.obrazek_container {
	float: left;
	width: 212px;
	text-align: center;
	background: #ccffcc;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px 10px 10px 0;
	display: block;
	height: 120px;
	overflow: auto;
}

.obrazek_container div {
    text-indent: 0px;
}

.obrazek {
	margin: 5px auto;
	padding: 0px;
	border: none;
}

.obrazek_popis {
	padding: 0px;
	font-size: 11px;
	text-align: justify;
}

.clear_it {
	clear:both;
}

#text_frame {
	border: 1px solid #000000;
	text-align: center;
	background: #ccffcc;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	width: 50px;
	font-size: 20px;
}

#hotfile {
	text-align: center;
}
