/* © Trtkal 2007, http://trtkal.net */
html {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
}
body {
	margin: 0px;
	padding: 0px;
}
h1 {
	display: block;	
	text-align: center;
}
h2 {
	text-align: center;
	margin: 0px;
}
h3 {
	margin: 0px;
	padding: 0.5em 0em 0em 2em;
}
h4 {
	margin: 0px;
	padding: 0.5em 0em 0em 1.5em;
}
p {
	text-indent: 0.5em;
	margin: 0.5em 0px 0px 0px;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover,  a:active,  a:visited:hover,  a:hover:active,  a:visited:active {
	text-decoration: underline;
}
img {
	border: 0px;
	padding: 0px;
}
hr {
	margin: 0px;
	clear: both;
	border: 1px solid #000000;
}

/*---------------------- ID ----------------------*/
#page {
	padding: 0px;
}
#logo {
	display: none;
}
#in_top {
	display: none;
}
#main {
}
#main_img {
	display: none;
}
#main_in {
	padding: 0px 0.5em;
}
#bottom {
	display: none;
}
#glass4u {
	display: none;
}
#webmaster {
	font-size: small;
}

/*--------------------- CLASS ---------------------*/
.center {
	text-align: center;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.hidden {
	display: none;
}
.print {
	display: block;
}
.vspace {
	height: 2em;
}
.nonindent {
	text-indent: 0px;
}
.vzorky {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 760px;
	border-collapse: collapse;
	margin-top: 5px;
}
.vzorky td {
	width: auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
/*--------------------- MENU ----------------------*/
.menu {
	display: none;
}