.menu {
	height: 972px;
	width: 153px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px none #666666;
	float: none;
	position: absolute;
	top: 5px;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
	text-decoration: none;
	font-style: normal;
	left: 11px;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

body {
	background-image: url(image/bg.jpg);
	background-repeat: repeat-x;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 122px;
	width: 800px;
	border: 1px none #333333;
	position: absolute;
	float: none;
	top: 5px;
	left: 165px;
}
.main {
	height: auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px none #666666;
	float: none;
	position: absolute;
	top: 128px;
	background-image: none;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	left: 165px;
}
.tlacitko {
	height: 16px;
	width: 151px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: none;
	position: relative;
	background-image: url(image/tlback.jpg);
	text-align: center;
	color: #000000;
	background-color: #D1B166;
	border: 1px dotted #951218;
	top: 1px;
	background-repeat: repeat-x;
	background-position: top;
}
.leftbox{
  float:left; 
  /* obrázek vlevo */
  background: url(image/shadowAlpha.png) no-repeat right bottom !important; 
  /* pro Operu a Mozillu použijeme transparentní PNG */
  background: url(image/shadowAlpha.gif) no-repeat bottom right; 
  /* pro IE musíme ještě doplnit GIF, Opera a Mozilla kvůli !important použije PNG */
  margin: 5px 15px 0px 0px; 
}
  .leftbox img  {
  display: block;
  position: relative;
  background-color: #fff; /* bílé pozadí kolem */
  border: 1px solid #a9a9a9; /* rámeček */
  margin: -6px 6px 6px -6px; /* posun kvůli stínu */
  padding: 4px; /* pozadí 4px mezi rámečkem a obrázkem */
}
