/* © Trtkal 2007, http://trtkal.net */
html {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	background: #323232 url(../img/layout/bg.png) repeat-x;
	color: #ffffff;
}
body {
	margin: 0px;
	padding: 0px;
}
h1 {
	display: none;	
}
h2 {
	text-align: center;
	margin: 0px;
	color: #a7a7a7;
	background-color: inherit;
}
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;
	color: #4880b5;
	background-color: inherit;
}
a:visited {
	color: #c57629;
	background-color: inherit;
	text-decoration: underline;
}
a:hover,  a:active,  a:visited:hover,  a:hover:active,  a:visited:active {
	text-decoration: underline;
	color: #ff6347; 
	background-color: inherit;
}
img {
	border: 0px;
	padding: 0px;
}
hr {
	margin: 0.1em 0px;
	clear: both;
	border: 1px solid #6d6d6d;
}
em {
	color: #ffa500;
	background-color: inherit;
}

/*---------------------- ID ----------------------*/
#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	_text-align: center;
}
#logo {
	height: 140px;
	background: transparent url(../img/layout/logo.png) no-repeat;
	margin: 0px auto;
	padding: 0px;
}
#in_top {
	background: transparent url(../img/layout/in_top.png) no-repeat;
	width: 900px;
	height: 12px;
	font-size: xx-small;
}
#main {
	background-color: #212121;
	color: #ffffff;
}
#main_img {
	float: left;
	padding: 0px 0.5em 0px 0px;
}
#main_in {
	_text-align: left;
	_height: 350px;
	min-height: 400px;
	padding: 0px 0.5em;
}
#bottom {
	clear: both;
	font-size: small;
}
#webmaster {
	color: #4880b5;
	background-color: inherit;
	font-size: small;
}
#e-shop {
	font-size: large;
}

/*--------------------- CLASS ---------------------*/
.center {
	text-align: center;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.hidden {
	display: none;
}
.print {
	display: none;
}
.vspace {
	height: 2em;
}
.nonindent {
	text-indent: 0px;
}
.vzorky {
	margin: 5px auto 0px auto;
	text-align: center;
	width: 800px;
	border-collapse: collapse;
}
.vzorky td {
	width: auto;
	border: solid 1px #c5e7f6;
	padding: 0.3em;
}
.color_red {
  color: red;
}
/*--------------------- MENU ----------------------*/
.menu {
	width: 900px;
	height: auto;	
	text-align: center;
	border-collapse: collapse;
	border: none 0px;
	margin: 0px;
}
.menu td{
	height: auto;
	border: none 0px;
}
.menu_link, .menu_link:link, .menu_link:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
	display: block;
	padding: 3px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
.menu_link:hover, .menu_link:active,  .menu_link:visited:hover,  .menu_link:hover:active, .menu_link:visited:active  {
	color: red;
	text-decoration: none;
	display: block;
	padding: 3px 0px 0px 0px;
	background-color: inherit;
	font-size: 12px;
	font-weight: bold;
}
.menu_link_active, .menu_link_active:visited, .menu_link_active:link {
	color: #ffa500;
	text-decoration: none;
	display: block;
	padding: 3px 0px 0px 0px;
	background-color: inherit;
	font-size: 12px;
	font-weight: bold;
}
.menu_link_active:hover, .menu_link_active:active, .menu_link_active:visited:hover,  .menu_link_active:hover:active,  .menu_link_active:visited:active {
	color: red;
	text-decoration: none;
	display: block;
	padding: 3px 0px 0px;
	background-color: inherit;
	font-size: 12px;
	font-weight: bold;
}
.menu_news {
	font-size: large !important;
}