img{border:none;}
body,table,a,.normal{
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;}
.CenterAPP
{
		width:900px;
		left: 50%;
		margin-left:-450px;
		position: absolute;
}
.UpBar{
	width: 900px;
	height: 188px;
	background-repeat: no-repeat;
}
.MenuLeft{
	font-family: "Times New Roman", Times, serif;
	width:160px;
	float: left;
}
.MenuLeft a{
	font-family: "Times New Roman", Times, serif;
	color:black;
	text-decoration: none;
}
.MenuLeft a:hover
{
color:silver;
text-decoration: underline;
}
.CenterWindow{
	background-image: url(../design/carmain.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	margin-left: 160px;
	width: 730px;
}
.CenterWindow p{
	padding-left: 5px;
	padding-right: 5px;
}
h1{
	font-size: 15px;
	background-color: #E7E7E7;
	padding-left: 10px;
	border-left: 3px solid Grey;
}
h2{
	font-size: 12px;
	background-color: #F6F6F6;
	font-weight: normal;

	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left: 3px solid silver;
}
.ZapatiStrip{
background-color: #AB333D;
text-align: center;
color:white;
	
}
.ZapatiStrip a {
text-decoration: none;
color:silver;
}
.ZapatiStrip a:hover {
text-decoration: underline;
color: white;
}
.DIVCLASSCENTER{
	text-align: center;
}
/* CSS Document */

p.popisek{
	font-size:20px;
}

p.popisek2{
	font-style:italic;
	text-align:center;
}

p.obrazek{
	text-align:center;
}

table.vin{
	border:0;
}

tbody.vin{
	text-align:center;
}

td.sloupec1{
	width:80px;
	font-weight:bold;
}

td.sloupec2{
	width:200px;
}

td.sloupec3{
	width:200px;
}

td.sloupec4{
	width:200px;
}

#odvetrani caption{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

#odvetrani td{
	text-align:center;
	width:150px;
}

#zmeny td{
	vertical-align:top;
	padding-bottom:0.5em;
	padding-right:0.5em;
}

#zmeny caption{
	text-align:left;
	font-size: 12px;
	background-color: #F6F6F6;
	font-weight: normal;

	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left: 3px solid silver;
}

#mainMenu, #mainMenu ul {
  
  margin:0px; 
  padding: 0px; 
  width: 150px;
  _width: auto;
  background-color: white;
  z-index: 1;
 
}
#mainMenu li {            /* mainMenu items */
  position: relative; 
  list-style: none; 
  
  
  border: 1px solid silver;   /* MUST BE HERE */
  border-left: 4px solid gray;
  width: 150px;
  _width: auto;
  margin-bottom: 2px;
  background-color: white;
}
.chatmenu a{
	display: block;
	width: 146px; /* _width - padding-left-right - border-left-right*/
	_width: 146px;
	padding: 2px 2px 2px 2px;
	border: 1px solid silver;
	text-decoration: none;
	border-left: 4px solid #B8B8B8;
	background-color: #FdFdFd;
}
.chatmenu a:hover {
	color: #9E9E9E;
	background-color: #FFEAEA;
	text-decoration: none;
}
#mainMenu li a {
  display: block;
  width: 146px;              /* _width - padding-left-right - border-left-right*/
  _width: 146px;
  padding: 2px 2px 2px 2px; 
  text-decoration: none; 
    background-color: #FdFdFd;
}
#mainMenu li a:hover {
	color: Gray;
	background-color: #FFEAEA;
	text-decoration: none;

}
#mainMenu ul {            /* 1st level subMenu */
  position: absolute; 
  top: 0px;                  /* the same or bigger then width of main menu */
  left: 152px; 
  _left: 152px; 

  top: -1px;
  visibility: hidden;

  padding: 0px;
}
#mainMenu ul li {         /* 1st level subMenu items*/
  position: relative; 
}
#mainMenu ul ul {         /* 2nd and higher level subMenu */
  position: absolute; 
}