  body {
  background-color: #07142c;
  background-image: url(images/podsvietenie);
  background-repeat: no-repeat;
  background-position: center top;
  width: px;
  height: 800px;
  }
  .prezentacia {
  position: relative;
  padding-top: 9px;
  padding-left: 6px;
  }
  a {
  color: #ffffff;
  
  }
  a:hover {
  color: #ce7171;
  }

  .kontakt a {
  color: #af0000;
  text-decoration:none;
  }
  .kontakt a:hover {
  color: #ce7171;
  }
  
  .header {
  background-color: transparent;
  background-image: url(images/header.png);
  background-repeat: no-repeat;
  position: relative;
  right: 0px;
  top: 10px;
  width: 689px;
  height: 149px;
  font-size: 35px;
  color: #fff;
  font-family: Tahoma;
  text-align: left;
  }
  
  .body_def {
  background-color: transparent;
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  width: 713px;
  height: 340px;
  position: relative;
  top: 1px;
  }
  .body_load {
  background-color: transparent;
  background-image: url(images/bg.png);
  background-repeat: y;
  width: 713px;
  position: relative;
  top: 1px;
  font-family: Tahoma;
  color: #af0000;
  }
  .footer {
  background-color: transparent;
  background-image: url(images/footer.png);
  background-repeat: no-repeat;
  width: 689px;
  height: 120px;
  position: relative;
  top: 1px;
  left: 0px;
  text-align: center;
  font-family: Tahoma;
  font-size: 10px;
  color: #ce7171;
  }
  .line {
  background-image: url(images/menu_bg2.png);
  background-repeat: no-repeat;
  width: 621px;
  height: 30px;
  position: relative;
  top: 8px;
  text-align: left;
  font-family: Tahoma;
  font-size: 17px; 
  color: #fff;
  }
  .menu_body {
  background-image: url(images/menu_body.png);
  background-repeat: no-repeat;
  width: 145px;
  height: 238px;
  position: relative;
  top: 12px;
  left: 46px;
  float: left;
  text-align: left;
  font-family: Tahoma;
  font-size: 15px; 
  color: #fff;
  border-top: 1px solid #790202;
  }  
  .menu_footer {
  background-image: url(images/menu_footer.png);
  background-repeat: no-repeat;
  width: 630px;
  height: 75px;
  position: relative;
  top: 40px;
  float: left;
  text-align: left;
  font-family: Tahoma;
  font-size: 15px; 
  color: #fff;
  }
  
  * html .menu_footer {
  background-image: url(images/menu_footer.png);
  background-repeat: no-repeat;
  width: 630px;
  height: 75px;
  position: relative;
  bottom: 40px;
  float: left;
  text-align: left;
  font-family: Tahoma;
  font-size: 15px; 
  color: #fff;
  }
  
  .menu span {
	background-image:none;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	display:block;	
	padding:3px;
	padding-left:25px;
	text-decoration:none;
  }
  .menu:hover span {
	background-image: url(images/menu_tlacitko.png);
	background-position: bottom;
	background-color: transparent;
	color: #fff;
	cursor: hand;
	text-decoration: none;
	padding: 3px;
	padding-left: 25px;
  }
  img {
  text-decoration: none;
  border: 0px;
  padding-bottom: 1px;
  padding-right: 3px;
  }
  
  /*Menu*/
  .suckerdiv ul{
  margin: 0px;
  padding: 0px;;
  list-style-type: none;
  width: 145px;
  font-family: Tahoma;
  font-size: 15px; 
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 12px;
  }
	
  .suckerdiv ul li{
  position: relative;
  
  }
  	
  /*Sub level menu items */
  .suckerdiv ul li ul{
  position: absolute;
  width: 155px; /*sub menu width*/
  top: 0;
  padding-left: 4px;
  visibility: hidden;
  text-decoration: none;
  line-height:21px;
  background-image: url(images/submenu_bg.png);
  background-repeat: none;
  }
  
  /* Sub level menu links style */
  .suckerdiv ul li a{
  display: block;
  overflow: auto; /*force hasLayout in IE7 */
  font-family: Tahoma;
  font-size: 15px; 
  color: #fff;
  text-decoration: none;
  padding: 5px 18px;

  background-image: url(images/menu_body.png);
  background-repeat: no-repeat;
  line-height:21px;
  }
  
  .suckerdiv ul li a:visited{
  color: #fff;
  }
  
  .suckerdiv ul li a:hover{ 
  background-color: #9c0000;
  background-image: url(images/menu_tlacitko.png);
  background-repeat: x;
  text-decoration: none;
  }
  
  .suckerdiv .subfolderstyle{
  }
  
  /* Holly Hack for IE \*/
  * html .suckerdiv ul li { float: left; height: 1%; }
  * html .suckerdiv ul li a { height: 1%; }
  /* End */