/* CSS Document */

*{color:white;}

body {
	padding: 5px 0px;
  margin:0;
	color: #c2bebe;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;

}



#celek
   {
  position:relative;
	margin:  0  auto 0 auto ;
	width: 1000px;
	text-align:center;


}

#hlavicka
  {
  background-image:url('poz_horni.png');

  }

#obr_1 
  {
  width:300px;
  margin-bottom:10px;
  }

#paticka
  {
  width: 1000px;
  height:45px;
  background-position:bottom;
  background-repeat:no-repeat;
  background-image:url('poz_dolni.bmp');
  padding-top:3px;
  border-top:1px solid rgb(240,20,30);
  }  
  
 
#paticka a 
  {
  color:rgb(240,20,30);
  text-decoration:none;
  }   
  
#paticka a:hover 
  {
  color:rgb(255,153,0);
  text-decoration:underline;
  }     
  
#auto 
  {
  background-image:url('poz_horni_2.png');
  width:1000px;
  height:445px;
  
  }
  
#menu 
  {
  position:relative;
  background:  #0c070d ;
  background-image:url('menu_poz.png');
  width: 1000px;
  height:20px;
  z-index:2;
  text-align:center;
  
  }


.menu_item
  {
  position:relative;
  color:white;
  text-decoration:none;
  padding-top:1px;
  padding-bottom:0px;  
  margin: 0 auto;
  display:block;
  float:left;
  width: 110px;
  height:20px;
  color:white;
  border-left:1px solid rgb(240,20,30);
  border-bottom:1px solid rgb(240,20,30);
  cursor:pointer;
  }  
  
.lang {
      width: 499px;
      }   
.menu_item:first-child 
  {
    border-left:0px;
  }

.menu_item  a 
    {
    display:block;
    width:100%;
    padding-top:2px;
    height:21px;
    color:white;
    text-decoration:none;
    }
.menu_item  a:hover
  {
   background-image:url('menu_poz_hover.png');
   text-decoration:underline;
  }


.sub_menu_item 
    {
    display:block;
    margin:0px;
    color:white;
    text-decoration:none;
    height:20px;
    width:111px;
    padding-top:3px;
    background-image:url('sub_menu_poz.png');
  
    }


.sub_menu_item:hover
  {
   background-image:url('menu_poz_hover.png');
   text-decoration:underline;
  }



#submenu_2
    {
    position:absolute;
    left:0px;
    top:19px;
    display:none;
    width:111px;
    z-index:6;
    background:red;
    border-bottom:1px solid rgb(240,20,30);
    }
#submenu_3
    {
    background:black;
    position:absolute;
    left:0px;
    top:20px;
    display:none;
    width:111px;
    z-index:6;
    border-bottom:1px solid rgb(240,20,30);
    }

#submenu_3 .sub_menu_item
  {
  
  
  border:0;
  }


#submenu_4
    {
    background:black;
    position:absolute;
    left:0px;
    top:20px;
    display:none;
    width:222px;
    z-index:6;
    border-bottom:1px solid rgb(240,20,30);
    }

#submenu_4 .sub_menu_item
  {
   width:220px;
  
  border:0;
  }

#obsah
  {
  position:relative;
  top:0px;
  margin:auto;
  width:1000px;
  text-align:justify;
  background-color:  #0c070d ;
  
  padding-top:3px;
  padding-bottom:3px;

 
  } 

#obsah_main
  {
  position:absolute;
  top:0px;
  width:1000px;
  text-align:justify;
  background-color:  #0c070d ;
  position:relative;
  margin:0;
  padding-top:2px;
  padding-bottom:2px;

 
  } 
   
#levy
  {
  position:relative;
  left:0px;
  border:0;
  width:180px;
  margin:0;

  float:left;
  }

#stred
  {
 
  position:relative;
  left:0px;
  border:0;
  width:640px;
  margin:auto;
  background:  #0c070d ;

  }
     
   
#pravy
  {
  position:relative;
  
  left:820px;
  border:0;
  width:180px;
  margin:0;
  background:  #0c070d ;
  }     
     
#stred p 
  {
  text-align:justify;
  margin-top:10px;
  }
  
#stred table {
    font-family:verdana;
    font-size: 11px;
    }  

#stred a 
  {
  color:rgb(169,169,169);
  text-decoration:none;
  }    
  
#stred a:hover
  {
  color:red;
  text-decoration:underline;
  }    
  
#stred img {margin:9px;
            margin-left:0;
            margin-top:0}  
h1
  {
  font-family:verdana;
  font-size:17px;
  text-align:left;
  margin-bottom:20px;
  color:rgb(240,20,30);
  }  
  
h2
  {
  font-family:verdana;
  font-size:14px;
  text-align:left;
  margin-bottom:20px;
  color:white;
  } 

ul 
  {
  text-align:left;
  }  
img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: 2px solid black;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}  