/* Formát textu v tabulkách */
td, body, div, a {
	color: black;
	font-family: verdana;
	font-size: 9pt;
	line-height: 22px;
	text-align: left;
}
a {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}
img {border: 0;}

/* Zarovnání do bloku */
.blok {
	text-align: justify;
}
/* Kontejner - vycentrování stránky */
.kontejner {
	width: 450px;
	height: 100%;
	position: relative;
	margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
	padding: 24px;
	border: 1px solid #C6C6C6;
	background: #fff;
}

/* Obrázky v galerii O SPOLEČNOSTI */
img.gal_img {
	border: 1px solid black;
	padding: 2px;
	margin: 10px;
}

/* Nadpisy DIV */
h1 {
	letter-spacing: 0,2em;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 20px;
}

img.auto-hm {margin-top: 40px;}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 30px;
}
ul.menu li {
	float: left;
	position: relative;
	text-align: center;
}
ul.menu li a {

	color: #000;
	padding: 3px 10px;
	margin-left: 10px;
	display: block;
	text-decoration: none;
	border: 1px solid #C6C6C6;
}
ul.menu li a:hover {
	background: #F3F3F3;
	color: #000;
}

a.word {
display: block;
height: 30px;
padding-left: 40px;
border: 1px solid #C6C6C6;
line-height: 30px;
background: url(word.png) 5px 5px no-repeat;
text-decoration: none;
}

a.word:hover {
background: url(word.png) 5px 5px no-repeat #F3F3F3;
}

/* Formát těla dokumentu */
BODY {
	background: #F3F3F3;
	text-align: center;
	margin: 0;
}