/* 
Documents   : main
Created on : 22.7.2008, 20:09:40
Author     : Michal Kartak
Description:
CSS Virtualni prohlidky Hvezdarny Upice
*/

html
{
  margin: 0;
  padding: 0;
}


body {
  background-color: #00496c;
  background-image: url(../css/images/horni_levy_roh.jpg);
  background-repeat: no-repeat;
  background-position: left 
  text-align: center;

}

#wrapper {

  
  width: 791px;


  text-align: center;
  margin-left: 320px;
}




#footer {

  width: 790px;
  height: 41px;
  background-image: url(../css/images/footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 1 auto;
}

#wrapper p {
  text-align: right;
}

#menu {

    float: right;
    padding-right: 10px;



}

#menu a {
    display: block;
    float: left;
    width: 110px;
    height: 20px;
    
    padding: 10px 0 0 0;

    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
  margin-top: 150px;
}

#menu a:hover, #menu .active a {

    color: #ffff33;
}

img {
border:0px;

}

#header {
  background: url(../css/images/header.png)  no-repeat left bottom;
  width: 791px;
  height: 186px;
  margin: 0 auto;

}
#logo {
  float:left;
  width: 222px;
  height: 79px;
  background-image: url(../css/images/logo.png);
  margin-top: 80px;
}
#content {

  
  width: 791px;
  background-image: url(../css/images/content.jpg);
  background-repeat: repeat-y;
  height: 420px;
  margin: 0 0 -20 0 auto;
  padding-left: 0px;
}

#skok {
width: 791px;
text-align: center;  
}












