html {
	margin: 0px;
	padding: 0px;
}
body {
	width: 1003px;
	font: 12px  Bookman Old Style CE ;
	margin: auto;
  text-align:center;
	background-image: url(../img/bgSide.png);
	/*background: white url('../images/bgbody.gif') repeat-y scroll center top;
	color: black;
	/*background-color: white;
	color: black;
*/
	/*  scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #d0012f;
*/
}
H1,H2 {
  color:#000080;
  font-style:italic;
  font: sans-serif;
  text-align:center;
}
h1 {
  font-size:15px;
}
h2 {
  font-size:14px;
}
.menuMain {
  color:#4C2450;
  float:left;
  position:relative;
  top:2px;
  font-family: 'Avalon CE';
  font-size:16px;
  cursor:pointer;
  vertical-align:middle;
}
.menuLeft {
  color:#4C2450;
  position:relative;
  top:-5px;
  font-family: 'Avalon CE';
  font-size:16px;
  cursor:pointer;
}
.menuLeftHead {
  color:#4C2450;
  font-family: 'Avalon CE';
  font-size:16px;
  position:relative;
  top:10px;
  left:20px;
}
.marquee {
  color:#4C2450;
  font-weight:bold;
  font-family: 'sans-serif';
  font-style:italic;
  font-size:16px;
  cursor:default;
}
.signature {
  text-align:right;
  padding-right:150px;
}
.odstavec {
  text-indent: 20px;
  text-align:justify;
	font: 13px  Bookman Old Style CE ;
}
a:hover {
  color:#6B4F78;
	text-decoration: underline;
	font-weight:bold;
}
a {
  color:#6B4F78;
	text-decoration: none;
	font-weight:bold;
}
.desateroYes {
  list-style: url(../img/desateroYes.png);
}
.desateroNo {
  list-style: url(../img/desateroNo.png);
}
#cenik TR {
  height:30px;
}
@media Print {
  .noPrint {
    display:none;
  }
  .print {
    width:1000px;
    font-size:15px;
  }
}
