body {
	background-color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: black;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: gray;
}

#menu2 a {
	text-decoration: none;
	color: black;
}

#menu2 a:hover {
	text-decoration: none;
	color: black;
	background-color: silver;
}

#bottom_row a {
	text-decoration: none;
	color: silver;
}

#bottom_row a:hover {
	background-color: silver;
	color: black;
}

#ram {
	width: 850px;
	height: 570px;
	margin: auto;
}

#top_logo {
	text-align: left;
	width: 613px;
	height: 99px;
}

#top_row {
	width: 613px;
	height: 82px;
	background-image: url(../img/pozadi_top.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#menu {
	width: 237px;
	/*height: 570px;*/
	padding-bottom: 0px;
	padding-top: 95px;
	padding-left: 30px;
	background-image: url(../img/pozadi_menu.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#menu2 {
	text-align: center;
	font-weight: bold;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

#main {
	width: 546px;
	height: 349px;
	background-color: white;
}

#text {
	height: 329px;
	width: 506px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	overflow: auto;
}

#right_col {
	width: 67px;
	height: 349px;
	background-image: url(../img/pozadi_right.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#bottom_row {
	width: 613px;
	height: 40px;
	background-image: url(../img/pozadi_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 8pt;
	text-align: right;
	padding-right: 50px;
	vertical-align: bottom;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.l {
	text-align: left;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.b {
	font-weight: bold;
}

div.vice {
	float: left;
	text-align: left;
	margin-top: 10px;
}

.autor {
	text-align: right;
	font-style: italic;
	margin-top: 10px;
}

.kontakt {
	width: 350px;
}

img.vpravo {
	float: right;
	margin: 20px;
	margin-right: 0px;
	margin-top: 0px;
}
img.vlevo {
	float: left;
	margin: 20px;
	margin-left: 0px;
	margin-top: 0px;
}

img.menu_o {
	margin-bottom: 10px;
}

table.foto {
	margin: auto;
	width: 80%;
}

table.foto td {
	padding-bottom: 20px;
}

p:first-letter {
	font-size: 120%;
	font-weight: bold;
}

h1 {
	font-size: 12pt;
	font-family: inherit;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	letter-spacing: 3px;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

em {
	font-style: normal;
	font-weight: bold;
}

table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid red;*/
}

table.siroka {
	width: 100%;
}