html
{
  height: 100%;
  min-height: 100%;
}


body    
{ 
  background: #fefefe; 
  color: #a8a8a8; 
  margin: 0; 
  padding: 0;
   
  font: 75%/1.5 arial, verdana;
  position: relative;
  text-align: center;
  line-height: 18px;
  height: 100%;
  min-height: 100%;

/* 767879 */

  SCROLLBAR-FACE-COLOR: #fff;
  SCROLLBAR-HIGHLIGHT-COLOR: #000;
  SCROLLBAR-SHADOW-COLOR: #000;
  SCROLLBAR-3DLIGHT-COLOR: #000;
  SCROLLBAR-ARROW-COLOR: #000;
  SCROLLBAR-TRACK-COLOR: #000;
  SCROLLBAR-DARKSHADOW-COLOR: #000; 
}



/* prvky viditelne jen bez pouziti css */

.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* konec: prvky viditelne jen bez pouziti css */


/* obecne elementy */
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
  }
  
  

  
  h1
  {
    display: none;
    font-size: 1.4em;
    padding: 0 0 0 40px;
    margin: 0;
    text-align: left;
    font-weight: bold;
    line-height: 28px;
    font-size: 1.8em;
    font-weight: normal;
    color: #a8a8a8;
    background: url(../images/h1.gif) top left no-repeat;
  }

  h2
  {
    font-size: 1.2em;
    padding: 0 10px;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: left;
  }

  ins
  {
    font-size: .8em;
    text-decoration: none;
    color: #457200;
    margin: 0;
    padding: 0;
  }


  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overlfow: hidden;
    border: none;
    border-top: 1px solid #6495B4;
    display: block;
    margin: 10px 0 10px 0;
  }

/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

  .float-left
  {
   float: left;
  }

    
  .float-right     
  {
    float: right;
  }    
    
  .clear_both
  {
    clear: both;
  }
  
    
  .margin-top
  {
    margin-top: 15px;  
  }

  .margin-left
  {
    margin-left: 15px;  
  }

  .margin-rigth
  {
    margin-rigth: 15px;  
  }

  .red
  {
    color: #a00;
    font-weight: bold;
  }  
  
  .green
  {
    color: #00aa00;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #a8a8a8;
    font-weight: bold;
    text-decoration: underline;  
  }
 
    a:hover
    {
      text-decoration: none;
    }


  .hr
  {
    clear: both;
    height: 1px;
    margin: 5px 0 0 0;
  }


  
/* konec: obecne tridy */    


  #page
  {
    position: absolute;
    width: 900px;
    padding: 0;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -450px;
    text-align: left;
    overflow: hidden;
  }


  /* hlavicka */

  #header
  { 
    top: 0;
    height: 85px;
    background: #fefefe url(../images/PROJEKTSTUDIO_header.jpg) top left no-repeat  ;
  }   

  #header a {
	position: absolute;
	display: block;
	width: 170px;
	height: 80px;
	left: 30px;
	top: 0px;
	overflow: hidden;
  }
  #header a span {
	position: absolute;
	display: block;
	width: 170px;
	height: 80px;
	left:30px;
	top:0px;
	
}

  /* konec: hlavicka */
  



  #middle
  {
    background: url(../images/middle-top.gif) top left repeat-x;
    margin-top: 40px;
    padding: 18px 0 60px 0;
  }

  #left
  {
    float: left;
    width: 193px;
    height: 500px;
  }

  #left-middle
  {
    float: left;
    width: 737px;
  }
  
  #right
  {
    float: right;
    width: 213px;
    padding: 20px 30px 20px 20px;
  }
  
  

  /* obsah stranky*/
    #content
    {
      height: 475px;
      padding: 0px 37px 0px 30px;
      overflow: auto;
      text-align: left;
      font-size: .9em;

    }

      
      #content ul
      {
        list-style-type: square;
        padding: 0;
        margin: 10px 0 10px 0; 
      }
      
        #content ul li
        {
          background: url(../images/blue_arrow.png) left top no-repeat;
          line-height: 15px;
          margin: 0 0 5px 20px; 
        }
        
      #content p
      {
        padding: 10px 0;
        margin: 0;
      }
  /* konec obsah stranky */
  
  


  /* menu */
  #menu
  {
    font-family:  arial;
    position: absolute;
    float: left;
    top: 45px;
    background: none; 
    list-style-type: none;
    margin: 0 0 0 450px;
    padding: 0;
    height: 40px;
    overflow: hidden;
  }    

  #menu li
  {
    margin: 0 0 20px 0;
    text-align: center;
    padding: 0;
    float: left;
  }
    
    #menu li a
    {
      display: block;
      float: left;
      padding: 0;
      text-decoration: none;
      line-height: 40px;
      height: 40px;
      padding-right: 35px;
    font-weight: normal;
      color: #a8a8a8;
    }

    #menu li a:hover, #menu li a.active
    {
      color: #a8a8a8;
    }  
 

    #menu li a.active
    {
      color: #a8a8a8; 
    }  


  #menu2
  {
    position: absolute;
    float: left;
    top: 569px;
    background: none;
    list-style-type: none;
    margin: 0 0 0 465px;
    padding: 0;
    height: 20px;
    overflow: hidden;
  }    

  #menu2 li
  {
    margin: 0;
    text-align: center;
    padding: 0;
    float: left;
  }
    
    #menu2 li a
    {
      display: block;
      float: left;
      margin: 0;
      text-decoration: none;
      line-height: 20px;
      height: 20px;
      padding: 0 0 0 35px;
      color: #a8a8a8;
      font-weight: normal;
    }

    #menu2 li a:hover
    {
      color: #a8a8a8;
    }  
 

    #menu2 li a.active
    {
      color: #a8a8a8; 
    }  


  /* konec: menu */  
 


  /* paticka */
    #footer
    {
      clear: both;
      height: 50px;   
      line-height: 50px;
      background: #fefefe   url(../images/PROJEKTSTUDIO_footer.jpg) 0px -2px no-repeat  ; 
      overflow: hidden;
      padding: 0 50px; 
      color: #fff;
        text-align: left;
        line-height: 40px;
        font-size: .8em;
    }    
      

    #footer a
    {
      text-decoration: underline;
    }

    #footer a:hover
    {
      text-decoration: underline;
    }

  /* konec: paticka */
  
  
  


.title-item
{
  margin: 20px 0;
  overflow: visible;
  width: 805px;
}

  .title-item img
  {
    border: none;
    float: left;
  }
  
  .attrs
  {
    float: right;
    width: 385px;
    padding: 10px;
    overflow: hidden;
  }
  
  .image-area
  {
    width: 400px;
    overflow: hidden;
    text-align: right;
  }

  .image-area img
  {
    width: 400px;
  }
     
  .left .attrs, .left .image-area, .right .params, .left .attrs label
  {
    float: left;
    atext-align: left;
    background-position: top left;
    background-repeat: no-repeat;
  }
  
  .right .attrs, .right .image-area, .right .params, .right .attrs label
  {
    float: right;
    atext-align: right;
    background-position: top right;
    background-repeat: no-repeat;
  }
  
  
  .right .attrs
  {
    text-align: right;
  }
  
  .left .attrs
  {
    text-align: left;
  }
  
  
  .attrs label
  {
    display: block;
    float: left;
    width: 25px;
    text-align: center;
  }
    
  .attrs .params
  {
    width: 380px;
  }
  
  .attrs .description
  {
    line-height: 18px;
  }
  
    
/* kontakty */  
  #contact
  {
    height: 265px;
    padding: 40px 0 0 280px;
    width: 200px;
    margin: 80px auto;
    text-align: right;
    line-height: 14px;
    text-align: left;
  }
  
  #contact span.contact-label
  {
    display: block;
    float: left;
    width: 30px;
  }
  
  #map
  {

    margin: 0 0 0 -275px;
    #margin: 0 0 0 -305px;
    display: block;
    position: absolute;
    height: 213px;
    background: url(../images/PROJEKTSTUDIO_map.gif) top left no-repeat;
    
    width: 255px;
  }
  

label
{
  float: right;
  width: 10px;
}




input
{
  width: 180px;
  float: left;
}


#jobs
{
  margin-top: 30px;
  width: 825px;
}


#jobs-left
{
  float: left;
  width: 360px;
}

#jobs label
{
  text-align: right;
  float: left;
  padding-right: 25px;
}


#jobs-left label
{
  width: 130px;
}

#jobs-right label
{
  width: 210px;
}


#jobs-right
{
  width: 440px;
  float: right;
  text-align: right;
}

input.button
{
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  
}


#jobs-submit input
{
  float: right;
  margin-top: 20px;
  #margin-top: 0;
}


div.input
{
  padding: 8px 0;
}


#detail-main-image
{
  width: 400px;
  margin: 0 auto;
  width: 800px;
  height: 470px;
}

#detail-small-images
{
  position: absolute;
  margin: 400px 0 0 512px;
  
}

#detail-small-images a
{
  display: block;
  float: left;
  margin-right: 14px;
}


#detail-item
{
  position: absolute;
  margin: 0 0 0 600px;
  width: 200px;
}

  #detail-item .attrs
  {
    margin: 0;
    float: right;
    width: 170px;
    padding: 10px;
    overflow: hidden;
  }
  
  #detail-item .description
  {
    position: absolute;
  }
  
  #detail-item .attrs label
  {
    display: block;
    float: left;
    width: 30px;
  }
    
  #detail-item .attrs .params
  {
    position: absolute;
    width: 250px;
    margin-top: 140px;
  }
  


#chat-form
{
  float: left;
  margin: 150px 0 0 0;
  width: 260px;
  height: 300px;
  padding: 0 20px;
  overflow: hidden;
}

#chat-form p
{
  font-size: .8em;
}


#chat-form-left
{
  float: left;
  width: 140px;
}

#chat-form .clear_both
{
  clear: none;
}



#chat-form label
{
  width: 260px;
  
  float: left;
}

#chat-form .input
{
  width: 260px;
  float: left;
  padding: 0;
}


#chat-form .input input
{
  width: 260px;
  float: left;
}



#chat-form #chat-message .input
{
  width: 260px;
}


#chat-form .textarea
{
  margin: 0;
  width: 260px;
  height: 120px;
}

#chat-form label
{
  text-align: left;
  display: block;
  width: 250px;
  
  margin-top: 5px;
  padding: 0 0 0 10px;
}




#chat-form-right
{
  width: 440px;
  float: right;
  text-align: right;
}



#chat-form-submit input
{
  float: right;
  margin-top: 20px;
  #margin-top: 0;
}


#studio
{
  background: url(../images/PROJEKTSTUDIO_studio.jpg) top center no-repeat;
  margin: 55px 0 50px 0;
  padding: 480px 175px 0 175px;
  line-height: 15px;
}

#studio a
{
  text-decoration: none;
}

.studio-cz
{
  float: left;
  width: 210px;
  padding: 0;
}


.studio-en
{
  float: right;
  width: 210px;
  padding: 0;
}

#content #studio p
{
  padding: 0 0 10px 0;
}

.error
{ 
  font-weight: bold;
  color: #a00;
  position: absolute;
  top: 490px;
  left: 50px;
}

.error2
{ 
  position: absolute;
  font-weight: bold;
  color: #a00;
  margin-top: 110px;
  padding-left: 20px;
  width: 200px;
}



#chat-form .submit-area .input
{
  width: 180px;
  float: right;
}


#chat-form #send-button, #jobs #send-button
{
  width: 120px;
}

#publications-href, #send-button-2
{
  background: none;
  position: absolute;
  display: block;
  top: 500px;
  left: 770px;
  padding: 39px 0 0 50px;
  overflow: hidden;
  cursor: pointer;
  width: 46px;
  height: 25px;
  background: #fff url(../images/PROJEKTSTUDIO_submit.jpg) top right no-repeat;
  cursor: pointer;
}


#send-button
{
  display: block;
  padding: 39px 0 0 50px;
  margin-top: 0px;
  overflow: hidden;
  cursor: pointer;
  width: 46px;
  height: 25px;
  background: #fff url(../images/PROJEKTSTUDIO_submit.jpg) top right no-repeat;
}

#chat-form #send-button
{
  top: 0;
  float: right;
}


.params2
{
  width: 200px;
}

.params2  label
{
  width: 10px;
}

.params2 .value
{
  width: 170px;
  float: right;
}


#chat-area
{
  width: 480px;
  margin-top: 30px;
  margin-right: 20px;
  height: 420px;
  padding-right: 10px;
  overflow: auto;
  float: right;
  line-height: 13px;
  afont-weight: bold;
}

  #chat-area .chat
  {
    margin-bottom: 20px;
  }


  #chat-area .from
  {
    float: left;
    width: 320px;
  }
  
  #chat-area .inserted
  {
    float: right;
  }  
  
  #chat-area .message
  {
    clear: both;
    width: 480px;
  }
      
.chat-thread
{
  margin-bottom: 40px;
}



.back-arrow
{
  position: absolute;
  display: block;
  margin: 410px 0 0 0;
  width: 17px;
  height: 19px;
  background: url(../images/back-arrow.jpg) center center no-repeat;
}


#visualisations
{
	height: 7500px;
	background: url(../images/PROJEKTSTUDIO_visualisations.jpg) top center no-repeat;
}

#start  {
position:relative;
width:368px;
height:470px;


}

#start img{
position:absolute;
border:none;
margin-left:150px;
margin-top:50px;
}


#video {
float:right;
margin-top:10px;
}


#video2 {
float:left;
margin-top:10px;
}




