#page {
  text-align:         left;
  position:           relative;
  width:              980px;
  height:             540px;
  margin:             0px auto 0px auto;
  background :        #1efe3f;
  color:              #FFFFFF;
}

#logo {
  position:           absolute;
  background:         url('../obr/skola.jpg') no-repeat ;
  width:              530px;
  height:             40px;
  background:         #21500a;
  margin:             3px auto auto 225px;
}

#menu_horni_1 {
  position:           absolute;
  width:              670px;
  height:             20px;
  background :        #fef11e;
  color:              #000000;
  margin:             55px auto auto 10px; 
}

#menu_horni_2 {
  position:           absolute;
  width:              670px;
  height:             20px;
  background :        #fef11e;
  color:              #000000;
  margin:             85px auto auto 10px; 
}

#prihlaseni {
  position:           absolute;
  width:              280px;
  height:             60px;
  background:         #e6ff05;
  color:              #000000;
  margin:             50px auto auto 690px; 
}

#menu_leve {
  position:           absolute;
  width:              220px;
  height:             410px;
  background:         #05a511;
  color:              #FFFFFF;
  margin:             120px auto auto 10px; 
}

#hlavni {
  position:           absolute;
  width:              731px;
  height:             410px;
  overflow:           auto;
  background:         #f9f05b;
  color:              #000000;
  margin:             120px auto auto 240px; 
}
 
#hlavni_heslo {
  position:           absolute;
  width:              450px;
  height:             250px;
  background:         green;
  margin:             150px auto auto 265px; 
}
#tla {
  position:           absolute;
  width:              731px;
  height:             410px;
  background:		red;
  margin:             120px auto auto 240px; 
}


